Package

unfiltered.netty

async

Permalink

package async

Visibility
  1. Public
  2. All

Type Members

  1. trait MultiPartDecoder extends ChannelInboundHandlerAdapter with Plan with AbstractMultiPartDecoder with TidyExceptionHandler

    Permalink

    Enriches an async netty plan with multipart decoding capabilities.

    Enriches an async netty plan with multipart decoding capabilities.

    Annotations
    @Sharable()
  2. class MultiPartPlanifier extends ChannelInboundHandlerAdapter with MultiPartDecoder with ServerErrorResponse

    Permalink
    Annotations
    @Sharable()

Value Members

  1. object MemoryMultiPartDecoder

    Permalink

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

  2. object MultiPartDecoder

    Permalink

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

  3. object MultipartPlan

    Permalink

    Provides useful defaults for Passing

Ungrouped