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 SocksVersion
SocksVersion. valueOf(byte b)
Returns theSocksVersion
that corresponds to the specified version field value, as defined in the protocol specification.static SocksVersion
SocksVersion. 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.SocksVersion
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 Modifier and Type Method Description SocksVersion
AbstractSocks4Message. 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 SocksVersion
AbstractSocks5Message. version()
-