unfiltered.netty

async

package async

Visibility
  1. Public
  2. All

Type Members

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

    Enriches an async netty plan with multipart decoding capabilities.

  2. class MultiPartPlanifier extends ChannelInboundHandlerAdapter with MultiPartDecoder with ServerErrorResponse

    Annotations
    @Sharable()

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

Ungrouped