public class HttpExecution
extends java.lang.Object
HttpExecutionContext
.Constructor and Description |
---|
HttpExecution() |
Modifier and Type | Method and Description |
---|---|
static scala.concurrent.ExecutionContextExecutor |
fromThread(scala.concurrent.ExecutionContext delegate)
An ExecutionContext that executes work on the given ExecutionContext.
|
static scala.concurrent.ExecutionContextExecutor |
fromThread(scala.concurrent.ExecutionContextExecutor delegate)
An ExecutionContext that executes work on the given ExecutionContext.
|
static scala.concurrent.ExecutionContextExecutor |
fromThread(java.util.concurrent.Executor delegate)
An ExecutionContext that executes work on the given ExecutionContext.
|
public static scala.concurrent.ExecutionContextExecutor fromThread(scala.concurrent.ExecutionContext delegate)
delegate
- the delegate execution context.HttpExecutionContext
.public static scala.concurrent.ExecutionContextExecutor fromThread(scala.concurrent.ExecutionContextExecutor delegate)
delegate
- the delegate execution context.HttpExecutionContext
.public static scala.concurrent.ExecutionContextExecutor fromThread(java.util.concurrent.Executor delegate)
delegate
- the delegate execution context.HttpExecutionContext
.