Class and Description |
---|
io.netty.util.UniqueName
Known to have problems with class loaders.
Defines a name that must be unique in the map that is provided during construction.
|
Exceptions and Description |
---|
io.netty.util.ResourceLeakException
This class will be removed in the future version.
|
Constructor and Description |
---|
io.netty.util.AttributeKey(String)
Use
AttributeKey.valueOf(String) instead. |
io.netty.channel.ChannelOption(String)
Use
ChannelOption.valueOf(String) instead. |
io.netty.handler.stream.ChunkedWriteHandler(int) |
io.netty.channel.socket.oio.DefaultOioServerSocketChannelConfig(ServerSocketChannel, ServerSocket) |
io.netty.channel.socket.oio.DefaultOioSocketChannelConfig(SocketChannel, Socket) |
io.netty.channel.sctp.SctpChannelOption(String)
Will be removed in the future release.
|
io.netty.util.Signal(String)
Use
Signal.valueOf(String) instead. |
io.netty.handler.ssl.SslHandler(SSLEngine, boolean, Executor)
Use
SslHandler.SslHandler(SSLEngine, boolean) instead. |
io.netty.handler.ssl.SslHandler(SSLEngine, Executor)
Use
SslHandler.SslHandler(SSLEngine) instead. |
Copyright © 2008–2018 The Netty Project. All rights reserved.