class HttpExecutionContext extends ExecutionContextExecutor
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.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpExecutionContext
- ExecutionContextExecutor
- Executor
- ExecutionContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HttpExecutionContext(contextClassLoader: ClassLoader, httpContext: Context, delegate: ExecutionContext)
Value Members
-
def
execute(runnable: Runnable): Unit
- Definition Classes
- HttpExecutionContext → Executor → ExecutionContext
-
def
prepare(): ExecutionContext
- Definition Classes
- HttpExecutionContext → ExecutionContext
-
def
reportFailure(t: Throwable): Unit
- Definition Classes
- HttpExecutionContext → ExecutionContext