Package play.libs.concurrent
Class HttpExecution
- Object
-
- play.libs.concurrent.HttpExecution
-
@Deprecated public class HttpExecution extends Object
Deprecated.Deprecated as of 2.9.0. Renamed toClassLoaderExecution
.
-
-
Constructor Summary
Constructors Constructor Description HttpExecution()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static scala.concurrent.ExecutionContextExecutor
fromThread(Executor delegate)
Deprecated.Deprecated as of 2.9.0.static scala.concurrent.ExecutionContextExecutor
fromThread(scala.concurrent.ExecutionContext delegate)
Deprecated.Deprecated as of 2.9.0.static scala.concurrent.ExecutionContextExecutor
fromThread(scala.concurrent.ExecutionContextExecutor delegate)
Deprecated.Deprecated as of 2.9.0.
-
-
-
Method Detail
-
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 public static scala.concurrent.ExecutionContextExecutor fromThread(Executor delegate)
Deprecated.Deprecated as of 2.9.0. Use toClassLoaderExecution.fromThread(Executor)
instead.
-
-