Uses of Class
io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
-
Packages that use Socks5ServerEncoder Package Description io.netty.handler.codec.socksx Encoder, decoder and their related message types for SOCKS protocol.io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol. -
-
Uses of Socks5ServerEncoder in io.netty.handler.codec.socksx
Constructors in io.netty.handler.codec.socksx with parameters of type Socks5ServerEncoder Constructor Description SocksPortUnificationServerHandler(Socks5ServerEncoder socks5encoder)
Creates a new instance with the specifiedSocks5ServerEncoder
. -
Uses of Socks5ServerEncoder in io.netty.handler.codec.socksx.v5
Fields in io.netty.handler.codec.socksx.v5 declared as Socks5ServerEncoder Modifier and Type Field Description static Socks5ServerEncoder
Socks5ServerEncoder. DEFAULT
-