Uses of Enum
io.netty.handler.codec.socks.SocksSubnegotiationVersion
Packages that use SocksSubnegotiationVersion
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksSubnegotiationVersion in io.netty.handler.codec.socks
Subclasses with type arguments of type SocksSubnegotiationVersion in io.netty.handler.codec.socksMethods in io.netty.handler.codec.socks that return SocksSubnegotiationVersionModifier and TypeMethodDescriptionstatic SocksSubnegotiationVersionSocksSubnegotiationVersion.fromByte(byte b) Deprecated.static SocksSubnegotiationVersionSocksSubnegotiationVersion.valueOf(byte b) Returns the enum constant of this type with the specified name.static SocksSubnegotiationVersionReturns 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.
SocksSubnegotiationVersion.valueOf(byte)instead.