|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectplay.libs.HttpExecution
public class HttpExecution
ExecutionContexts that preserve the current thread's context ClassLoader and Http.Context.
| Constructor Summary | |
|---|---|
HttpExecution()
|
|
| Method Summary | |
|---|---|
static scala.concurrent.ExecutionContextExecutor |
defaultContext()
An ExecutionContext that executes work on the application's internal ActorSystem dispatcher. |
static scala.concurrent.ExecutionContextExecutor |
fromThread(scala.concurrent.ExecutionContext delegate)
An ExecutionContext that executes work on the given ExecutionContext. |
static scala.concurrent.ExecutionContextExecutor |
orderedContext()
An ExecutionContext that executes work for a given Http.Context in the same actor each time, ensuring ordered execution of that work. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpExecution()
| Method Detail |
|---|
public static scala.concurrent.ExecutionContextExecutor fromThread(scala.concurrent.ExecutionContext delegate)
public static scala.concurrent.ExecutionContextExecutor defaultContext()
public static scala.concurrent.ExecutionContextExecutor orderedContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||