Uses of Interface
io.netty.handler.codec.socksx.v5.Socks5AddressDecoder
Packages that use Socks5AddressDecoder
Package
Description
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of Socks5AddressDecoder in io.netty.handler.codec.socksx.v5
Fields in io.netty.handler.codec.socksx.v5 declared as Socks5AddressDecoderConstructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5AddressDecoderModifierConstructorDescriptionSocks5CommandRequestDecoder(Socks5AddressDecoder addressDecoder) Socks5CommandResponseDecoder(Socks5AddressDecoder addressDecoder)