unfiltered.netty

cycle

package cycle

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. cycle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Deferral extends AnyRef

  2. trait DeferralExecutor extends Deferral

    Uses an ExecutorService to perform deferred tasks.

  3. trait DeferredIntent extends AnyRef

    Defers all processing of the intent to a Deferral mechanism.

  4. trait DeferredResponse extends AnyRef

    Defers application of the intent's response function to a Deferral mechanism.

  5. trait Plan extends SimpleChannelUpstreamHandler with ExceptionHandler

    A Netty Plan for request cycle handling.

  6. class Planify extends SimpleChannelUpstreamHandler with Plan with ThreadPool with ServerErrorResponse

  7. trait SynchronousExecution extends AnyRef

    Evaluates the intent and its response function on an I/O worker thread.

  8. trait ThreadPool extends DeferralExecutor with DeferredIntent

    Evaluates the intent in an unbounded CachedThreadPool executor.

Value Members

  1. object Intent

    Object to facilitate Plan.

  2. object Plan

  3. object Planify

  4. object ThreadPool

Deprecated Value Members

  1. val Defer: response.Defer.type

    Annotations
    @deprecated
    Deprecated

    use unfiltered.response.Defer

Inherited from AnyRef

Inherited from Any

Ungrouped