Manages execution to ensure that the given context ClassLoader and Http.
Retains and evaluates what is otherwise expensive reflection work on call by call basis.
Adapter that holds the Java GlobalSettings and acts as a Scala GlobalSettings for the framework.
provides helper methods that manage java to scala Result and scala to java Context creation
Executes work in a fixed-sized pool of actors.
Executes work in a fixed-sized pool of actors. If an Http.Context is associated with the current thread then that id will be used to dispatch work to the same actor every time, resulting in ordered execution of work for that context.
The ExecutionContext preserves the execution behaviour of F.Promise from Play.
Converter for Java Mode enum from Scala Mode
provides Java centric BodyParsers
Java compatible Results
handles a scala websocket in a Java Context
Defines a magic helper for Play templates in a Java context.
Manages execution to ensure that the given context ClassLoader and Http.Context are set correctly in the current thread. Actual execution is performed by a delegate ExecutionContext.