Package com.linkedin.alpini.netty4.handlers
package com.linkedin.alpini.netty4.handlers
-
ClassDescriptionCreated by acurtis on 5/4/17.A combination of
HttpRequestEncoder
andBasicHttpResponseDecoder
which enables easier client side HTTP implementation.A replacement for the Netty HttpContentEncoder which can handle use in client and server pipelines.Created by acurtis on 3/24/17.DecodesByteBuf
s intoHttpResponse
s andHttpContent
s.BasicServerChannelInitializer<C extends io.netty.channel.Channel,FACTORY extends BasicServerChannelInitializer<C, FACTORY>> ChannelInitializer<C extends io.netty.channel.Channel>A specialChannelInboundHandler
which offers an easy way to initialize aChannel
once it was registered to itsEventLoop
.AChannelHandler
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.This class is ExceptionHandler for all HTTP/2.Logs the HTTP/2 Settings Frames.Created by acurtis on 3/23/17.This _only_ knows how to aggregate HttpMultiPart messages and "bad things"(tm) will occur when it encounters other types of messages.Created by acurtis on 4/26/18.An abstract handler which may be used to examine latencies in the Netty4 HTTP request processing.Created by acurtis on 9/28/17.In order to dump the HTTP headers when there is a decode failure, surround the HTTP decode handler with these handles...example:SimpleChannelInitializer<C extends io.netty.channel.Channel>Created by acurtis on 4/27/18.This handler closes the connection when a ReadTimeoutException occurs.