Uses of Interface
io.netty.handler.codec.socksx.SocksMessage
Packages that use SocksMessage
Package
Description
Encoder, decoder and their related message types for SOCKS protocol.
Encoder, decoder and their related message types for SOCKSv4 protocol.
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of SocksMessage in io.netty.handler.codec.socksx
Classes in io.netty.handler.codec.socksx that implement SocksMessage -
Uses of SocksMessage in io.netty.handler.codec.socksx.v4
Subinterfaces of SocksMessage in io.netty.handler.codec.socksx.v4Modifier and TypeInterfaceDescriptioninterfaceA SOCKS4aCONNECTorBINDrequest.interfaceA SOCKS4a response.interfaceA tag interface that all SOCKS4a protocol messages implement.Classes in io.netty.handler.codec.socksx.v4 that implement SocksMessageModifier and TypeClassDescriptionclassAn abstractSocks4Message.classThe defaultSocks4CommandRequest.classThe defaultSocks4CommandResponse. -
Uses of SocksMessage in io.netty.handler.codec.socksx.v5
Subinterfaces of SocksMessage 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 tag interface that all SOCKS5 protocol messages implement.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 SocksMessageModifier and TypeClassDescriptionclassAn abstractSocks5Message.final classThe defaultSocks5CommandRequest.final classThe defaultSocks5CommandResponse.classThe defaultSocks5InitialRequest.classThe defaultSocks5InitialResponse.classThe defaultSocks5PasswordAuthRequest.classThe defaultSocks5PasswordAuthResponse.final classThe defaultSocks5PrivateAuthRequestimplementation.final classThe defaultSocks5PrivateAuthResponseimplementation.