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
Methods in io.netty.handler.codec.socksx that return SocksVersionModifier and TypeMethodDescriptionstatic SocksVersion
SocksVersion.valueOf
(byte b) Returns theSocksVersion
that corresponds to the specified version field value, as defined in the protocol specification.static SocksVersion
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.SocksMessage.version()
Returns the protocol version of this message.Methods in io.netty.handler.codec.socksx with parameters of type SocksVersionModifier and TypeMethodDescriptionprivate static void
SocksPortUnificationServerHandler.logKnownVersion
(ChannelHandlerContext ctx, SocksVersion version) -
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