Uses of Interface
io.netty.handler.codec.socksx.SocksMessage
-
Packages that use SocksMessage Package Description io.netty.handler.codec.socksx Encoder, decoder and their related message types for SOCKS protocol.io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol.io.netty.handler.codec.socksx.v5 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 Modifier and Type Class Description classAbstractSocksMessageAn abstractSocksMessage. -
Uses of SocksMessage in io.netty.handler.codec.socksx.v4
Subinterfaces of SocksMessage in io.netty.handler.codec.socksx.v4 Modifier and Type Interface Description interfaceSocks4CommandRequestA SOCKS4aCONNECTorBINDrequest.interfaceSocks4CommandResponseA SOCKS4a response.interfaceSocks4MessageA tag interface that all SOCKS4a protocol messages implement.Classes in io.netty.handler.codec.socksx.v4 that implement SocksMessage Modifier and Type Class Description classAbstractSocks4MessageAn abstractSocks4Message.classDefaultSocks4CommandRequestThe defaultSocks4CommandRequest.classDefaultSocks4CommandResponseThe defaultSocks4CommandResponse. -
Uses of SocksMessage in io.netty.handler.codec.socksx.v5
Subinterfaces of SocksMessage in io.netty.handler.codec.socksx.v5 Modifier and Type Interface Description interfaceSocks5CommandRequestA SOCKS5 request detail message, as defined in the section 4, RFC1928.interfaceSocks5CommandResponseA response to a SOCKS5 request detail message, as defined in the section 6, RFC1928.interfaceSocks5InitialRequestAn initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interfaceSocks5InitialResponseAn initial SOCKS5 authentication method selection request, as defined in the section 3, RFC1928.interfaceSocks5MessageA tag interface that all SOCKS5 protocol messages implement.interfaceSocks5PasswordAuthRequestA SOCKS5 subnegotiation request for username-password authentication, as defined in the section 2, RFC1929.interfaceSocks5PasswordAuthResponseA SOCKS5 subnegotiation response for username-password authentication, as defined in the section 2, RFC1929.interfaceSocks5PrivateAuthRequestA SOCKS5 subnegotiation request for private authentication.interfaceSocks5PrivateAuthResponseA SOCKS5 subnegotiation response for private authentication.Classes in io.netty.handler.codec.socksx.v5 that implement SocksMessage Modifier and Type Class Description classAbstractSocks5MessageAn abstractSocks5Message.classDefaultSocks5CommandRequestThe defaultSocks5CommandRequest.classDefaultSocks5CommandResponseThe defaultSocks5CommandResponse.classDefaultSocks5InitialRequestThe defaultSocks5InitialRequest.classDefaultSocks5InitialResponseThe defaultSocks5InitialResponse.classDefaultSocks5PasswordAuthRequestThe defaultSocks5PasswordAuthRequest.classDefaultSocks5PasswordAuthResponseThe defaultSocks5PasswordAuthResponse.classDefaultSocks5PrivateAuthRequestThe defaultSocks5PrivateAuthRequestimplementation.classDefaultSocks5PrivateAuthResponseThe defaultSocks5PrivateAuthResponseimplementation.
-