Interface | Description |
---|---|
EventLoopGroupFactory |
Factory for EventLoopGroup.
|
HttpContentProcessor<T> |
A reactive streams
Processor that processes incoming ByteBufHolder and
outputs a given type. |
HttpContentSubscriberFactory |
Interface that allows plugging into the constructor of the
HttpContent
subscriber. |
Class | Description |
---|---|
AbstractBufferingHttpContentProcessor<T> |
Abtract implementation of the
HttpContentProcessor interface that deals with limiting file upload sizes. |
AbstractHttpContentProcessor<T> |
Abtract implementation of the
HttpContentProcessor interface that deals with limiting file upload sizes. |
ByteBufDelegate |
Delegates all functionality to the provided buffer.
|
DefaultHttpContentProcessor |
This class will handle subscribing to a stream of
HttpContent . |
FormDataHttpContentProcessor |
Decodes
MediaType.MULTIPART_FORM_DATA in a non-blocking manner. |
FormDataHttpContentSubscriberFactory |
Builds a
Subscriber for MediaType.APPLICATION_FORM_URLENCODED . |
HttpDataReference |
A helper class to store references to httpdata and related information.
|
NettyHttpRequest<T> |
Delegates to the Netty
HttpRequest instance. |
NettyHttpResponseFactory |
Implementation of
HttpResponseFactory for Netty. |
NettyHttpServer |
Implements the bootstrap and configuration logic for the Netty implementation of
EmbeddedServer . |
NettyRequestArgumentSatisfier |
A class containing methods to aid in satisfying arguments of a
Route . |
SmartHttpContentCompressor |
An extension of
HttpContentCompressor that skips encoding if the content type is not compressible or if
the content is too small. |