-
Methods Method Description io.netty.handler.codec.socks.SocksAddressType.fromByte(byte) UseSocksAddressType.valueOf(byte)instead.io.netty.handler.codec.socks.SocksAuthScheme.fromByte(byte) UseSocksAuthScheme.valueOf(byte)instead.io.netty.handler.codec.socks.SocksAuthStatus.fromByte(byte) UseSocksAuthStatus.valueOf(byte)instead.io.netty.handler.codec.socks.SocksCmdStatus.fromByte(byte) UseSocksCmdStatus.valueOf(byte)instead.io.netty.handler.codec.socks.SocksCmdType.fromByte(byte) UseSocksCmdType.valueOf(byte)instead.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.SocksProtocolVersion.fromByte(byte) UseSocksProtocolVersion.valueOf(byte)instead.io.netty.handler.codec.socks.SocksSubnegotiationVersion.fromByte(byte) UseSocksSubnegotiationVersion.valueOf(byte)instead.