Interface and Description |
---|
io.netty.bootstrap.ChannelFactory
Use
ChannelFactory instead. |
Class and Description |
---|
io.netty.channel.ChannelDuplexHandler
Use
ChannelHandlerAdapter instead. |
io.netty.channel.ChannelInboundHandlerAdapter
Use
ChannelHandlerAdapter instead. |
io.netty.channel.ChannelOutboundHandlerAdapter
Use
ChannelHandlerAdapter instead. |
Field and Description |
---|
io.netty.channel.ChannelOption.DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION |
io.netty.handler.codec.http.HttpHeaderNames.KEEP_ALIVE
use
HttpHeaderNames.CONNECTION
"keep-alive" |
io.netty.handler.codec.dns.DnsHeader.OPCODE_IQUERY |
io.netty.handler.codec.http.HttpHeaderNames.PROXY_CONNECTION
use
HttpHeaderNames.CONNECTION
"proxy-connection" |
Copyright © 2008–2015 The Netty Project. All rights reserved.