Uses of Interface
io.netty.handler.codec.socksx.v5.Socks5Message
-
Packages that use Socks5Message Package Description io.netty.handler.codec.socksx.v5 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.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.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 Socks5Message Modifier and Type Class Description classAbstractSocks5MessageAn abstractSocks5Message.classDefaultSocks5CommandRequestThe defaultSocks5CommandRequest.classDefaultSocks5CommandResponseThe defaultSocks5CommandResponse.classDefaultSocks5InitialRequestThe defaultSocks5InitialRequest.classDefaultSocks5InitialResponseThe defaultSocks5InitialResponse.classDefaultSocks5PasswordAuthRequestThe defaultSocks5PasswordAuthRequest.classDefaultSocks5PasswordAuthResponseThe defaultSocks5PasswordAuthResponse.classDefaultSocks5PrivateAuthRequestThe defaultSocks5PrivateAuthRequestimplementation.classDefaultSocks5PrivateAuthResponseThe defaultSocks5PrivateAuthResponseimplementation.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5Message Modifier and Type Method Description protected voidSocks5ClientEncoder. encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out)protected voidSocks5ServerEncoder. encode(ChannelHandlerContext ctx, Socks5Message msg, ByteBuf out)
-