Package play.libs.concurrent
Class HttpExecution
java.lang.Object
play.libs.concurrent.HttpExecution
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic scala.concurrent.ExecutionContextExecutorfromThread(Executor delegate) Deprecated.Deprecated as of 2.9.0.static scala.concurrent.ExecutionContextExecutorfromThread(scala.concurrent.ExecutionContext delegate) Deprecated.Deprecated as of 2.9.0.static scala.concurrent.ExecutionContextExecutorfromThread(scala.concurrent.ExecutionContextExecutor delegate) Deprecated.Deprecated as of 2.9.0.
-
Constructor Details
-
HttpExecution
public HttpExecution()Deprecated.
-
-
Method Details
-
fromThread
@Deprecated public static scala.concurrent.ExecutionContextExecutor fromThread(scala.concurrent.ExecutionContext delegate) Deprecated.Deprecated as of 2.9.0. Use toClassLoaderExecution.fromThread(ExecutionContext)instead. -
fromThread
@Deprecated public static scala.concurrent.ExecutionContextExecutor fromThread(scala.concurrent.ExecutionContextExecutor delegate) Deprecated.Deprecated as of 2.9.0. Use toClassLoaderExecution.fromThread(ExecutionContextExecutor)instead. -
fromThread
Deprecated.Deprecated as of 2.9.0. Use toClassLoaderExecution.fromThread(Executor)instead.
-
ClassLoaderExecution.