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
Classes in io.netty.handler.codec.socksx.v4 that implement interfaces with type arguments of type Socks4CommandTypeFields in io.netty.handler.codec.socksx.v4 declared as Socks4CommandTypeModifier and TypeFieldDescriptionstatic final Socks4CommandTypeSocks4CommandType.BINDstatic final Socks4CommandTypeSocks4CommandType.CONNECTMethods 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.