Package

unfiltered.netty

request

Permalink

package request

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractDisk extends AbstractDiskExtractor[RequestBinding] with TupleGenerator

    Permalink

    Netty extractor for multi-part data destined for disk.

  2. trait AbstractMultiPartDecoder extends CleanUp

    Permalink

    Enriches a netty plan with multipart decoding capabilities.

  3. trait CleanUp extends AnyRef

    Permalink
  4. case class Decode(binding: MultiPartBinding) extends MultiPartCallback with Product with Serializable

    Permalink
  5. class DiskFileWrapper extends AbstractDiskFile

    Permalink
  6. class MemoryFileWrapper extends StreamedFileWrapper

    Permalink

    Wrapper for an uploaded file with write functionality disabled.

  7. class MultiPartBinding extends RequestBinding

    Permalink
  8. trait MultiPartCallback extends AnyRef

    Permalink
  9. class PostDecoder extends AnyRef

    Permalink

    A PostDecoder wraps a HttpPostRequestDecoder.

  10. class StreamedFileWrapper extends AbstractStreamedFile with FileIO

    Permalink
  11. trait TidyExceptionHandler extends ExceptionHandler with CleanUp

    Permalink

    Ensure any state cleanup is done when an exception is caught

Value Members

  1. object Helpers

    Permalink
  2. object MultiPart extends MultiPartMatcher[RequestBinding]

    Permalink

    Matches requests that have multipart content

  3. object MultiPartParams

    Permalink
  4. object MultiPartPass

    Permalink
  5. object PostDecoder

    Permalink

Ungrouped