Uses of Class
io.netty.handler.codec.socksx.v4.Socks4CommandType
-
Packages that use Socks4CommandType Package Description io.netty.handler.codec.socksx.v4 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 Socks4CommandType Modifier and Type Field Description static Socks4CommandTypeSocks4CommandType. BINDstatic Socks4CommandTypeSocks4CommandType. CONNECTprivate Socks4CommandTypeDefaultSocks4CommandRequest. typeprivate Socks4CommandTypeSocks4ServerDecoder. typeMethods in io.netty.handler.codec.socksx.v4 that return Socks4CommandType Modifier and Type Method Description Socks4CommandTypeDefaultSocks4CommandRequest. type()Socks4CommandTypeSocks4CommandRequest. type()Returns the type of this request.static Socks4CommandTypeSocks4CommandType. valueOf(byte b)Methods in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandType Modifier and Type Method Description intSocks4CommandType. compareTo(Socks4CommandType o)Constructors in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandType Constructor Description DefaultSocks4CommandRequest(Socks4CommandType type, java.lang.String dstAddr, int dstPort)Creates a new instance.DefaultSocks4CommandRequest(Socks4CommandType type, java.lang.String dstAddr, int dstPort, java.lang.String userId)Creates a new instance.
-