Package com.linkedin.alpini.netty4.handlers
package com.linkedin.alpini.netty4.handlers
-
ClassDescriptionBasicServerChannelInitializer<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 4/26/18.Created by acurtis on 9/28/17.SimpleChannelInitializer<C extends io.netty.channel.Channel>Created by acurtis on 4/27/18.This handler closes the connection when a ReadTimeoutException occurs.