Package

org.http4s.blaze.pipeline

stages

Permalink

package stages

Visibility
  1. Public
  2. All

Type Members

  1. final class BasicTail[T] extends TailStage[T]

    Permalink
  2. trait ByteToObjectStage[O] extends MidStage[ByteBuffer, O]

    Permalink
  3. class OneMessageStage[T] extends MidStage[T, T]

    Permalink

    Holds a single element that when read, will eject itself from the pipeline.

    Holds a single element that when read, will eject itself from the pipeline.

    Note

    There is an intrinsic race condition between this stage removing itself and write commands. Therefore, pipeline reads and writes must be performed in a thread safe manner until the first read has completed.

  4. class QuietTimeoutStage[T] extends TimeoutStageBase[T]

    Permalink

    Shut down the pipeline after a period of inactivity

  5. final class SSLStage extends MidStage[ByteBuffer, ByteBuffer]

    Permalink
  6. abstract class TimeoutStageBase[T] extends MidStage[T, T]

    Permalink

Value Members

  1. package monitors

    Permalink

Ungrouped