class HttpExecutionContext extends ExecutionContextExecutor

Annotations
@deprecated
Deprecated

(Since version 2.9.0) Renamed to ClassLoaderExecutionContext

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. Protected

Instance Constructors

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

Deprecated Value Members

  1. def execute(runnable: Runnable): Unit
    Definition Classes
    HttpExecutionContext → Executor → ExecutionContext
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use ClassLoaderExecutionContext.execute instead

  2. def prepare(): ExecutionContext
    Definition Classes
    HttpExecutionContext → ExecutionContext
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use ClassLoaderExecutionContext.prepare instead

  3. def reportFailure(t: Throwable): Unit
    Definition Classes
    HttpExecutionContext → ExecutionContext
    Annotations
    @deprecated
    Deprecated

    (Since version 2.9.0) Use ClassLoaderExecutionContext.reportFailure instead