Uses of Interface
io.netty.handler.codec.socksx.v4.Socks4CommandResponse
-
Packages that use Socks4CommandResponse Package Description io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol. -
-
Uses of Socks4CommandResponse in io.netty.handler.codec.socksx.v4
Classes in io.netty.handler.codec.socksx.v4 that implement Socks4CommandResponse Modifier and Type Class Description classDefaultSocks4CommandResponseThe defaultSocks4CommandResponse.Methods in io.netty.handler.codec.socksx.v4 with parameters of type Socks4CommandResponse Modifier and Type Method Description protected voidSocks4ServerEncoder. encode(ChannelHandlerContext ctx, Socks4CommandResponse msg, ByteBuf out)
-