Uses of Class
io.netty.handler.codec.socksx.v5.Socks5ClientEncoder
-
Packages that use Socks5ClientEncoder Package Description io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol.io.netty.handler.proxy 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 Modifier and Type Field Description static Socks5ClientEncoder
Socks5ClientEncoder. DEFAULT
-
Uses of Socks5ClientEncoder in io.netty.handler.proxy
Constructors in io.netty.handler.proxy with parameters of type Socks5ClientEncoder Constructor Description Socks5ProxyHandler(java.net.SocketAddress proxyAddress, byte privateAuthMethod, byte[] privateToken, Socks5ClientEncoder customEncoder)
Creates a new SOCKS5 proxy handler with a custom private authentication method.
-