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 Socks5CommandTypeSocks5CommandType.BINDstatic final Socks5CommandTypeSocks5CommandType.CONNECTprivate final Socks5CommandTypeDefaultSocks5CommandRequest.typestatic final Socks5CommandTypeSocks5CommandType.UDP_ASSOCIATEMethods in io.netty.handler.codec.socksx.v5 that return Socks5CommandTypeModifier and TypeMethodDescriptionDefaultSocks5CommandRequest.type()Socks5CommandRequest.type()Returns the type of this request.static Socks5CommandTypeSocks5CommandType.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)