unfiltered.netty

cycle

package cycle

Visibility
  1. Public
  2. All

Type Members

  1. trait MultiPartDecoder extends ChannelInboundHandlerAdapter with AbstractMultiPartDecoder with TidyExceptionHandler

    Enriches an async netty plan with multipart decoding capabilities.

  2. class MultiPartPlanifier extends ChannelInboundHandlerAdapter with MultiPartDecoder with ThreadPool with ServerErrorResponse

    Handles MultiPart form-encoded requests within the context of a request/response cycle on an unbounged CachedThreadPool executor

Value Members

  1. object MemoryMultiPartDecoder

    Provides a MultiPart decoding plan that won't buffer to disk while parsing the request

  2. object MultiPartDecoder

    Provides a MultiPart decoding plan that may buffer to disk while parsing the request

  3. object MultipartPlan

    Provides useful defaults for Passing note(*): perhaps this could be reimplemented in terms of a kit

Ungrouped