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