Uses of Class
io.netty.handler.codec.socksx.v5.Socks5CommandType
Packages that use Socks5CommandType
Package
Description
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of Socks5CommandType in io.netty.handler.codec.socksx.v5
Fields in io.netty.handler.codec.socksx.v5 declared as Socks5CommandTypeModifier and TypeFieldDescriptionstatic final Socks5CommandType
Socks5CommandType.BIND
static final Socks5CommandType
Socks5CommandType.CONNECT
private final Socks5CommandType
DefaultSocks5CommandRequest.type
static final Socks5CommandType
Socks5CommandType.UDP_ASSOCIATE
Methods in io.netty.handler.codec.socksx.v5 that return Socks5CommandTypeModifier and TypeMethodDescriptionDefaultSocks5CommandRequest.type()
Socks5CommandRequest.type()
Returns the type of this request.static Socks5CommandType
Socks5CommandType.valueOf
(byte b) Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5CommandTypeConstructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5CommandTypeModifierConstructorDescriptionDefaultSocks5CommandRequest
(Socks5CommandType type, Socks5AddressType dstAddrType, String dstAddr, int dstPort)