Deprecated API
Contents
-
Packages Package Description io.netty.channel.oio use NIO / EPOLL / KQUEUE transport.io.netty.channel.socket.oio use NIO / EPOLL / KQUEUE transport.
-
Interfaces Interface Description io.netty.bootstrap.ChannelFactory UseChannelFactory
instead.io.netty.buffer.ByteBufProcessor UseByteProcessor
.io.netty.channel.RecvByteBufAllocator.Handle io.netty.channel.socket.oio.OioDatagramChannelConfig use NIO / EPOLL / KQUEUE transport.io.netty.channel.socket.oio.OioServerSocketChannelConfig use NIO / EPOLL / KQUEUE transport.io.netty.channel.socket.oio.OioSocketChannelConfig use NIO / EPOLL / KQUEUE transport.io.netty.handler.codec.http.Cookie UseCookie
instead.io.netty.handler.ssl.ApplicationProtocolNegotiator io.netty.handler.ssl.JdkApplicationProtocolNegotiator io.netty.handler.ssl.OpenSslApplicationProtocolNegotiator io.netty.util.concurrent.SingleThreadEventExecutor.NonWakeupRunnable io.netty.util.ResourceLeak please useResourceLeakTracker
as it may lead to false-positives.
-
Exceptions Exceptions Description io.netty.util.ResourceLeakException This class will be removed in the future version.
-
Enum Constants Enum Constant Description io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent.HANDSHAKE_COMPLETE in favor ofWebSocketServerProtocolHandler.HandshakeComplete
class, it provides extra information about the handshake