unfiltered.netty.cycle

Type members

Classlikes

Provides a MultiPart decoding plan that won't buffer to disk while parsing the request
@ChannelHandler$$Sharable
trait MultiPartDecoder extends ChannelInboundHandlerAdapter with AbstractMultiPartDecoder with TidyExceptionHandler
Enriches an async netty plan with multipart decoding capabilities.
Companion
object
Provides a MultiPart decoding plan that may buffer to disk while parsing the request
Companion
class
@ChannelHandler$$Sharable
class MultiPartPlanifier(val intent: Intent, val pass: PassHandler) extends MultiPartDecoder with ThreadPool with ServerErrorResponse
Handles MultiPart form-encoded requests within the context
of a request/response cycle on an unbounged CachedThreadPool executor
Provides useful defaults for Passing
note(*): perhaps this could be reimplemented in terms of a kit