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 SocksProtocolVersionSocksMessage. protocolVersionMethods in io.netty.handler.codec.socks that return SocksProtocolVersion Modifier and Type Method Description static SocksProtocolVersionSocksProtocolVersion. fromByte(byte b)Deprecated.UsevalueOf(byte)instead.SocksProtocolVersionSocksMessage. protocolVersion()Returns theSocksProtocolVersionof thisSocksMessagestatic SocksProtocolVersionSocksProtocolVersion. valueOf(byte b)Returns the enum constant of this type with the specified name.static SocksProtocolVersionSocksProtocolVersion. 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.
-