Uses of Interface
io.netty.handler.codec.socksx.v5.Socks5InitialRequest
-
Packages that use Socks5InitialRequest 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 Socks5InitialRequest in io.netty.handler.codec.socksx.v5
Classes in io.netty.handler.codec.socksx.v5 that implement Socks5InitialRequest Modifier and Type Class Description class
DefaultSocks5InitialRequest
The defaultSocks5InitialRequest
.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5InitialRequest Modifier and Type Method Description private static void
Socks5ClientEncoder. encodeAuthMethodRequest(Socks5InitialRequest msg, ByteBuf out)
-
Uses of Socks5InitialRequest in io.netty.handler.proxy
Fields in io.netty.handler.proxy declared as Socks5InitialRequest Modifier and Type Field Description private static Socks5InitialRequest
Socks5ProxyHandler. INIT_REQUEST_NO_AUTH
private static Socks5InitialRequest
Socks5ProxyHandler. INIT_REQUEST_PASSWORD
-