| AsyncFullHttpRequestHandler |
|
| BackgroundChannelHandler |
Created by acurtis on 5/4/17.
|
| BasicHttpClientCodec |
|
| BasicHttpContentEncoder |
A replacement for the Netty HttpContentEncoder which can handle use in client and server pipelines.
|
| BasicHttpNonMultiPartAggregator |
Created by acurtis on 3/24/17.
|
| BasicHttpObjectAggregator |
|
| BasicHttpResponseDecoder |
Decodes ByteBufs into HttpResponses and
HttpContents.
|
| BasicHttpServerCodec |
|
| BasicServerChannelInitializer<C extends io.netty.channel.Channel,FACTORY extends BasicServerChannelInitializer<C,FACTORY>> |
|
| ChannelInitializer<C extends io.netty.channel.Channel> |
A special ChannelInboundHandler which offers an easy way to initialize a Channel once it was
registered to its EventLoop.
|
| ChunkedResponseHandler |
|
| ConnectionControlHandler |
A ChannelHandler which regulates the number of open connections by disabling
the parent socket auto-read config when the number of active connections
exceeds the limit value.
|
| ConnectionLimitHandler |
|
| ElideDuplicateHeadersHandler |
A simple cache to reduce the number of duplicate CharSequences held by the HttpHeaders
instances.
|
| HeaderStamp |
|
| Http2ExceptionHandler |
This class is ExceptionHandler for all HTTP/2.
|
| Http2PingResponseHandler |
|
| Http2PingSendHandler |
|
| Http2SettingsFrameLogger |
Logs the HTTP/2 Settings Frames.
|
| HttpByteBufContentChunker |
Created by acurtis on 3/23/17.
|
| HttpContentMultiPartAggregator |
|
| HttpContentMultiPartDecode |
|
| HttpContentUnwrap |
Unwraps the content of messages which have multipart bodies as bare ByteBuf messages
which can then be further processed by HttpContentMultiPartDecode.
|
| HttpMultiPartContentAggregator |
This _only_ knows how to aggregate HttpMultiPart messages and "bad things"(tm) will occur when it encounters other
types of messages.
|
| HttpMultiPartContentCodec |
Created by acurtis on 3/22/17.
|
| HttpMultiPartContentDecoder |
Decodes MIME multipart encoded content bodies by separating them into separate HttpMessage objects.
|
| HttpMultiPartContentEncoder |
Encodes a stream of HttpMultiPart objects into a MIME encoded document.
|
| HttpObjectToBasicHttpObjectAdapter |
Created by acurtis on 4/26/18.
|
| HttpServerConcurrencyObserver |
Created by acurtis on 12/6/17.
|
| HttpServerStatisticsHandler |
An abstract handler which may be used to examine latencies in the Netty4 HTTP request processing.
|
| HttpServerStatisticsHandler.Stats |
|
| HttpVersionFilter |
Created by acurtis on 9/28/17.
|
| InboundContentDebugHandler |
In order to dump the HTTP headers when there is a decode failure, surround the HTTP decode handler with these
handles...example:
|
| InboundContentDebugHandler.HttpDecodeResult |
|
| Log4J2FrameLogger |
Created by acurtis on 4/19/18.
|
| Log4J2LoggingHandler |
Created by acurtis on 4/20/18.
|
| LogSslCipherSuiteHandler |
|
| OutboundByteBufAggregator |
SSL uses 16kb application message packets.
|
| RateLimitConnectHandler |
Created by acurtis on 3/19/18.
|
| ReverseHandler |
Reverse the polarity of the streams!
Created by acurtis on 6/26/17.
|
| ShutdownableChannelGroup |
|
| SimpleChannelInitializer<C extends io.netty.channel.Channel> |
Created by acurtis on 4/27/18.
|
| StaleConnectionHandler |
This handler closes the connection when a ReadTimeoutException occurs.
|
| VIPRequestHandler |
|