Uses of Class
io.netty.handler.codec.socksx.v5.Socks5AddressType
-
Packages that use Socks5AddressType Package Description io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol. -
-
Uses of Socks5AddressType in io.netty.handler.codec.socksx.v5
Fields in io.netty.handler.codec.socksx.v5 declared as Socks5AddressType Modifier and Type Field Description private Socks5AddressTypeDefaultSocks5CommandResponse. bndAddrTypestatic Socks5AddressTypeSocks5AddressType. DOMAINprivate Socks5AddressTypeDefaultSocks5CommandRequest. dstAddrTypestatic Socks5AddressTypeSocks5AddressType. IPv4static Socks5AddressTypeSocks5AddressType. IPv6Methods in io.netty.handler.codec.socksx.v5 that return Socks5AddressType Modifier and Type Method Description Socks5AddressTypeDefaultSocks5CommandResponse. bndAddrType()Socks5AddressTypeSocks5CommandResponse. bndAddrType()Returns the address type of theBND.ADDRfield of this response.Socks5AddressTypeDefaultSocks5CommandRequest. dstAddrType()Socks5AddressTypeSocks5CommandRequest. dstAddrType()Returns the type of theDST.ADDRfield of this request.static Socks5AddressTypeSocks5AddressType. valueOf(byte b)Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5AddressType Modifier and Type Method Description intSocks5AddressType. compareTo(Socks5AddressType o)java.lang.StringSocks5AddressDecoder. decodeAddress(Socks5AddressType addrType, ByteBuf in)Decodes a SOCKS5 address field into its string representation.voidSocks5AddressEncoder. encodeAddress(Socks5AddressType addrType, java.lang.String addrValue, ByteBuf out)Encodes a SOCKS5 address.Constructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5AddressType Constructor Description DefaultSocks5CommandRequest(Socks5CommandType type, Socks5AddressType dstAddrType, java.lang.String dstAddr, int dstPort)DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType)DefaultSocks5CommandResponse(Socks5CommandStatus status, Socks5AddressType bndAddrType, java.lang.String bndAddr, int bndPort)
-