Uses of Interface
io.netty.handler.codec.socksx.v5.Socks5Message
Packages that use Socks5Message
Package
Description
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of Socks5Message in io.netty.handler.codec.socksx.v5
Subinterfaces of Socks5Message in io.netty.handler.codec.socksx.v5Modifier and TypeInterfaceDescriptioninterfaceA SOCKS5 request detail message, as defined in the section 4, RFC1928.interfaceA response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.interfaceAn initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interfaceAn initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interfaceA SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.interfaceA SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.interfaceA SOCKS5 subnegotiation request for private authentication.interfaceA SOCKS5 subnegotiation response for private authentication.Classes in io.netty.handler.codec.socksx.v5 that implement Socks5MessageModifier and TypeClassDescriptionclassAn abstractSocks5Message.final classThe defaultSocks5CommandRequest.final classThe defaultSocks5CommandResponse.classThe defaultSocks5InitialRequest.classThe defaultSocks5InitialResponse.classThe defaultSocks5PasswordAuthRequest.classThe defaultSocks5PasswordAuthResponse.final classThe defaultSocks5PrivateAuthRequestimplementation.final classThe defaultSocks5PrivateAuthResponseimplementation.Subclasses with type arguments of type Socks5Message in io.netty.handler.codec.socksx.v5Modifier and TypeClassDescriptionclassEncodes a client-sideSocks5Messageinto aByteBuf.classEncodes a server-sideSocks5Messageinto aByteBuf.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5MessageModifier and TypeMethodDescriptionprotected voidSocks5ClientEncoder.encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out) protected voidSocks5ServerEncoder.encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out)