| Class and Description |
|---|
| io.netty.channel.ChannelDuplexHandler
Use
ChannelHandlerAdapter instead. |
| io.netty.channel.ChannelInboundHandlerAdapter
Use
ChannelHandlerAdapter instead. |
| io.netty.channel.ChannelOutboundHandlerAdapter
Use
ChannelHandlerAdapter instead. |
| io.netty.channel.local.LocalEventLoopGroup
Use
DefaultEventLoopGroup instead. |
| Field and Description |
|---|
| io.netty.channel.ChannelOption.DATAGRAM_CHANNEL_ACTIVE_ON_REGISTRATION |
Copyright © 2008–2013 The Netty Project. All rights reserved.