Uses of Class
io.netty.handler.codec.socksx.v4.Socks4CommandType
Packages that use Socks4CommandType
Package
Description
Encoder, decoder and their related message types for SOCKSv4 protocol.
-
Uses of Socks4CommandType in io.netty.handler.codec.socksx.v4
Fields in io.netty.handler.codec.socksx.v4 declared as Socks4CommandTypeModifier and TypeFieldDescriptionstatic final Socks4CommandType
Socks4CommandType.BIND
static final Socks4CommandType
Socks4CommandType.CONNECT
private final Socks4CommandType
DefaultSocks4CommandRequest.type
private Socks4CommandType
Socks4ServerDecoder.type
Methods in io.netty.handler.codec.socksx.v4 that return Socks4CommandTypeModifier and TypeMethodDescriptionDefaultSocks4CommandRequest.type()
Socks4CommandRequest.type()
Returns the type of this request.static Socks4CommandType
Socks4CommandType.valueOf
(byte b) Methods in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandTypeConstructors in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandTypeModifierConstructorDescriptionDefaultSocks4CommandRequest
(Socks4CommandType type, String dstAddr, int dstPort) Creates a new instance.DefaultSocks4CommandRequest
(Socks4CommandType type, String dstAddr, int dstPort, String userId) Creates a new instance.