Uses of Interface
io.netty.handler.codec.socksx.v5.Socks5InitialResponse
-
Packages that use Socks5InitialResponse Package Description io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol. -
-
Uses of Socks5InitialResponse in io.netty.handler.codec.socksx.v5
Classes in io.netty.handler.codec.socksx.v5 that implement Socks5InitialResponse Modifier and Type Class Description class
DefaultSocks5InitialResponse
The defaultSocks5InitialResponse
.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5InitialResponse Modifier and Type Method Description private static void
Socks5ServerEncoder. encodeAuthMethodResponse(Socks5InitialResponse msg, ByteBuf out)
-