Method and Description |
---|
io.netty.handler.codec.socks.SocksMessage.encodeAsByteBuf(ByteBuf)
Do not use; this method was intended for an internal use only.
|
io.netty.handler.codec.socks.SocksAddressType.fromByte(byte)
Use
SocksAddressType.valueOf(byte) instead. |
io.netty.handler.codec.socks.SocksAuthScheme.fromByte(byte)
Use
SocksAuthScheme.valueOf(byte) instead. |
io.netty.handler.codec.socks.SocksCmdType.fromByte(byte)
Use
SocksCmdType.valueOf(byte) instead. |
io.netty.handler.codec.socks.SocksAuthStatus.fromByte(byte)
Use
SocksAuthStatus.valueOf(byte) instead. |
io.netty.handler.codec.socks.SocksSubnegotiationVersion.fromByte(byte)
Use
SocksSubnegotiationVersion.valueOf(byte) instead. |
io.netty.handler.codec.socks.SocksProtocolVersion.fromByte(byte)
Use
SocksProtocolVersion.valueOf(byte) instead. |
io.netty.handler.codec.socks.SocksCmdStatus.fromByte(byte)
Use
SocksCmdStatus.valueOf(byte) instead. |
Copyright © 2008–2020 The Netty Project. All rights reserved.