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 Socks4CommandTypeSocks4CommandType.BINDstatic final Socks4CommandTypeSocks4CommandType.CONNECTprivate final Socks4CommandTypeDefaultSocks4CommandRequest.typeprivate Socks4CommandTypeSocks4ServerDecoder.typeMethods in io.netty.handler.codec.socksx.v4 that return Socks4CommandTypeModifier and TypeMethodDescriptionDefaultSocks4CommandRequest.type()Socks4CommandRequest.type()Returns the type of this request.static Socks4CommandTypeSocks4CommandType.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.