unfiltered.netty

cycle

package cycle

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 ChannelInboundHandlerAdapter with ExceptionHandler

    A Netty Plan for request cycle handling.

  6. trait SynchronousExecution extends AnyRef

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

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

Ungrouped