class HttpExecutionContext extends ExecutionContextExecutor

Manages execution to ensure that the given context ClassLoader is set correctly in the current thread. Actual execution is performed by a delegate ExecutionContext.

Source
HttpExecutionContext.scala
Linear Supertypes
ExecutionContextExecutor, Executor, ExecutionContext, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpExecutionContext
  2. ExecutionContextExecutor
  3. Executor
  4. ExecutionContext
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpExecutionContext(contextClassLoader: ClassLoader, delegate: ExecutionContext)

Value Members

  1. def execute(runnable: Runnable): Unit
    Definition Classes
    HttpExecutionContext → Executor → ExecutionContext
  2. def prepare(): ExecutionContext
    Definition Classes
    HttpExecutionContext → ExecutionContext
  3. def reportFailure(t: Throwable): Unit
    Definition Classes
    HttpExecutionContext → ExecutionContext