Package

unfiltered.netty

cycle

Permalink

package cycle

Visibility
  1. Public
  2. All

Type Members

  1. trait MultiPartDecoder extends ChannelInboundHandlerAdapter 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 ThreadPool with ServerErrorResponse

    Permalink

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

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

    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 note(*): perhaps this could be reimplemented in terms of a kit

Ungrouped