Uses of Class
io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
Packages that use Socks5ClientEncoder
Package
Description
Encoder, decoder and their related message types for SOCKSv5 protocol.
Adds support for client connections via proxy protocols such as
SOCKS and
HTTP CONNECT tunneling
-
Uses of Socks5ClientEncoder in io.netty.handler.codec.socksx.v5
Fields in io.netty.handler.codec.socksx.v5 declared as Socks5ClientEncoder -
Uses of Socks5ClientEncoder in io.netty.handler.proxy
Constructors in io.netty.handler.proxy with parameters of type Socks5ClientEncoderModifierConstructorDescriptionSocks5ProxyHandler(SocketAddress proxyAddress, byte privateAuthMethod, byte[] privateToken, Socks5ClientEncoder customEncoder) Creates a new SOCKS5 proxy handler with a custom private authentication method.