Uses of Enum
io.netty.handler.codec.socksx.SocksVersion
Packages that use SocksVersion
Package
Description
Encoder, decoder and their related message types for SOCKS protocol.
Encoder, decoder and their related message types for SOCKSv4 protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of SocksVersion in io.netty.handler.codec.socksx
Subclasses with type arguments of type SocksVersion in io.netty.handler.codec.socksxMethods in io.netty.handler.codec.socksx that return SocksVersionModifier and TypeMethodDescriptionstatic SocksVersionSocksVersion.valueOf(byte b) Returns theSocksVersionthat corresponds to the specified version field value, as defined in the protocol specification.static SocksVersionReturns the enum constant of this type with the specified name.static SocksVersion[]SocksVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.SocksMessage.version()Returns the protocol version of this message. -
Uses of SocksVersion in io.netty.handler.codec.socksx.v4
Methods in io.netty.handler.codec.socksx.v4 that return SocksVersion -
Uses of SocksVersion in io.netty.handler.codec.socksx.v5
Methods in io.netty.handler.codec.socksx.v5 that return SocksVersion