public interface NettyPipeline
ChannelHandler
.
Order of placement :
-> proxy ? [ProxyHandler]
-> ssl ? [SslHandler]
-> ssl & trace log ? [SslLoggingHandler]
-> ssl ? [SslReader]
-> log ? [LoggingHandler]
-> http ? [HttpCodecHandler]
-> http ws ? [HttpAggregator]
-> http server ? [HttpTrafficHandler]
-> onWriteIdle ? [OnChannelWriteIdle]
-> onReadIdle ? [OnChannelReadIdle]
-> http form/multipart ? [ChunkedWriter]
=> [ReactiveBridge]
Modifier and Type | Field and Description |
---|---|
static String |
AccessLogHandler |
static String |
ChannelMetricsHandler |
static String |
ChunkedWriter |
static String |
CompressionHandler |
static String |
ConnectMetricsHandler |
static String |
HttpAggregator |
static String |
HttpCodec |
static String |
HttpDecompressor |
static String |
HttpInitializer
Deprecated.
as of 0.9.8. Not used in 1.0.0 version.
|
static String |
HttpMetricsHandler |
static String |
HttpTrafficHandler |
static String |
IdleTimeoutHandler |
static String |
LEFT |
static String |
LoggingHandler |
static String |
OnChannelReadIdle |
static String |
OnChannelWriteIdle |
static String |
ProxyHandler |
static String |
ProxyLoggingHandler |
static String |
ProxyProtocolDecoder |
static String |
ProxyProtocolReader |
static String |
ReactiveBridge |
static String |
ResponseTimeoutHandler |
static String |
RIGHT |
static String |
SslHandler |
static String |
SslLoggingHandler |
static String |
SslMetricsHandler
Deprecated.
as of 0.9.8. Not used.
|
static String |
SslReader |
static String |
WsCompressionHandler |
Modifier and Type | Method and Description |
---|---|
static ChannelInboundHandler |
inboundHandler(java.util.function.BiConsumer<? super ChannelHandlerContext,Object> handler)
Create a new
ChannelInboundHandler that will invoke
BiConsumer.accept(T, U) on
ChannelInboundHandler.channelRead(ChannelHandlerContext, Object) . |
static final String LEFT
static final String RIGHT
static final String SslHandler
static final String SslReader
static final String SslLoggingHandler
static final String ProxyHandler
static final String ProxyLoggingHandler
static final String ReactiveBridge
static final String HttpCodec
static final String HttpDecompressor
static final String HttpAggregator
static final String HttpTrafficHandler
static final String IdleTimeoutHandler
@Deprecated static final String HttpInitializer
static final String AccessLogHandler
static final String OnChannelWriteIdle
static final String OnChannelReadIdle
static final String ChunkedWriter
static final String LoggingHandler
static final String CompressionHandler
static final String HttpMetricsHandler
@Deprecated static final String SslMetricsHandler
static final String ChannelMetricsHandler
static final String ConnectMetricsHandler
static final String WsCompressionHandler
static final String ProxyProtocolDecoder
static final String ProxyProtocolReader
static final String ResponseTimeoutHandler
static ChannelInboundHandler inboundHandler(java.util.function.BiConsumer<? super ChannelHandlerContext,Object> handler)
ChannelInboundHandler
that will invoke
BiConsumer.accept(T, U)
on
ChannelInboundHandler.channelRead(ChannelHandlerContext, Object)
.handler
- the channel-read callback