Uses of Class
io.netty.handler.codec.socks.SocksSubnegotiationVersion
-
Packages that use SocksSubnegotiationVersion Package Description io.netty.handler.codec.socks Encoder, decoder and their related message types for Socks. -
-
Uses of SocksSubnegotiationVersion in io.netty.handler.codec.socks
Fields in io.netty.handler.codec.socks declared as SocksSubnegotiationVersion Modifier and Type Field Description private static SocksSubnegotiationVersion
SocksAuthRequest. SUBNEGOTIATION_VERSION
private static SocksSubnegotiationVersion
SocksAuthResponse. SUBNEGOTIATION_VERSION
Methods in io.netty.handler.codec.socks that return SocksSubnegotiationVersion Modifier and Type Method Description static SocksSubnegotiationVersion
SocksSubnegotiationVersion. fromByte(byte b)
Deprecated.UsevalueOf(byte)
instead.static SocksSubnegotiationVersion
SocksSubnegotiationVersion. valueOf(byte b)
Returns the enum constant of this type with the specified name.static SocksSubnegotiationVersion
SocksSubnegotiationVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SocksSubnegotiationVersion[]
SocksSubnegotiationVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-