Uses of Class
io.netty.handler.codec.socksx.v5.Socks5ServerEncoder
Packages that use Socks5ServerEncoder
Package
Description
Encoder, decoder and their related message types for SOCKS protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of Socks5ServerEncoder in io.netty.handler.codec.socksx
Fields in io.netty.handler.codec.socksx declared as Socks5ServerEncoderModifier and TypeFieldDescriptionprivate final Socks5ServerEncoder
SocksPortUnificationServerHandler.socks5encoder
Constructors in io.netty.handler.codec.socksx with parameters of type Socks5ServerEncoderModifierConstructorDescriptionSocksPortUnificationServerHandler
(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