Package

org.http4s.blaze

util

Permalink

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class BogusKeystore extends AnyRef

    Permalink
  2. trait Cancelable extends AnyRef

    Permalink

    Type that can be canceled.

  3. class SerialExecutionContext extends ExecutionContext

    Permalink

    Serialize execution of work, ensuring that no passed work is executed in parallel.

    Serialize execution of work, ensuring that no passed work is executed in parallel.

    Tasks are executed sequentially, in the order they are offered. Each task has a happens-before relationship with subsequent tasks, meaning mutations performed in a task are observed by all sequent tasks.

  4. class TickWheelExecutor extends AnyRef

    Permalink

    Low resolution execution scheduler

    Low resolution execution scheduler

    Note

    The ideas for org.http4s.blaze.util.TickWheelExecutor is based off of loosely came from the Akka scheduler, which was based on the Netty HashedWheelTimer which was in term based on concepts in George Varghese and Tony Lauck's paper 'Hashed and Hierarchical Timing Wheels: data structures to efficiently implement a timer facility'

  5. type Cancellable = Cancelable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.0-M6) Renamed to Cancelable

Value Members

  1. object BufferTools

    Permalink
  2. object Cancelable

    Permalink
  3. object Execution

    Permalink

    Special ExecutionContext instances.

  4. object GenericSSLContext

    Permalink

    SSL tools

  5. object TickWheelExecutor

    Permalink

Deprecated Value Members

  1. val Cancellable: Cancelable.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.0-M6) Renamed to Cancelable

Inherited from AnyRef

Inherited from Any

Ungrouped