Uses of Class
io.netty.handler.codec.socksx.SocksVersion
-
Packages that use SocksVersion Package Description io.netty.handler.codec.socksx Encoder, decoder and their related message types for SOCKS protocol.io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol.io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol. -
-
Uses of SocksVersion in io.netty.handler.codec.socksx
Methods in io.netty.handler.codec.socksx that return SocksVersion Modifier and Type Method Description static SocksVersionSocksVersion. valueOf(byte b)Returns theSocksVersionthat corresponds to the specified version field value, as defined in the protocol specification.static SocksVersionSocksVersion. valueOf(java.lang.String name)Returns 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.SocksVersionSocksMessage. 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 Modifier and Type Method Description SocksVersionAbstractSocks4Message. version() -
Uses of SocksVersion in io.netty.handler.codec.socksx.v5
Methods in io.netty.handler.codec.socksx.v5 that return SocksVersion Modifier and Type Method Description SocksVersionAbstractSocks5Message. version()
-