Uses of Interface
io.netty.handler.codec.socksx.v5.Socks5CommandResponse
-
Packages that use Socks5CommandResponse Package Description io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol. -
-
Uses of Socks5CommandResponse in io.netty.handler.codec.socksx.v5
Classes in io.netty.handler.codec.socksx.v5 that implement Socks5CommandResponse Modifier and Type Class Description classDefaultSocks5CommandResponseThe defaultSocks5CommandResponse.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5CommandResponse Modifier and Type Method Description private voidSocks5ServerEncoder. encodeCommandResponse(Socks5CommandResponse msg, ByteBuf out)
-