Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.handler.codec.socksx Classes and Interfaces - 45 results found.
NameDescriptionTypePackageFramework
AbstractSocks4MessageAn abstract Socks4Message.Classio.netty.handler.codec.socksx.v4Netty
AbstractSocks5MessageAn abstract Socks5Message.Classio.netty.handler.codec.socksx.v5Netty
AbstractSocksMessageAn abstract SocksMessage.Classio.netty.handler.codec.socksxNetty
DefaultSocks4CommandRequestThe default Socks4CommandRequest.Classio.netty.handler.codec.socksx.v4Netty
DefaultSocks4CommandResponseThe default Socks4CommandResponse.Classio.netty.handler.codec.socksx.v4Netty
DefaultSocks5CommandRequestThe default Socks5CommandRequest.Classio.netty.handler.codec.socksx.v5Netty
DefaultSocks5CommandResponseThe default Socks5CommandResponse.Classio.netty.handler.codec.socksx.v5Netty
DefaultSocks5InitialRequestThe default Socks5InitialRequest.Classio.netty.handler.codec.socksx.v5Netty
DefaultSocks5InitialResponseThe default Socks5InitialResponse.Classio.netty.handler.codec.socksx.v5Netty
DefaultSocks5PasswordAuthRequestThe default Socks5PasswordAuthRequest.Classio.netty.handler.codec.socksx.v5Netty
DefaultSocks5PasswordAuthResponseThe default Socks5PasswordAuthResponse.Classio.netty.handler.codec.socksx.v5Netty
Socks4ClientDecoderDecodes a single Socks4CommandResponse from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v4Netty
Socks4ClientEncoderEncodes a Socks4CommandRequest into a ByteBuf.Classio.netty.handler.codec.socksx.v4Netty
Socks4CommandRequestA SOCKS4a CONNECT or BIND request.Interfaceio.netty.handler.codec.socksx.v4Netty
Socks4CommandResponseInterfaceio.netty.handler.codec.socksx.v4Netty
Socks4CommandStatusThe status of Socks4CommandResponse.Classio.netty.handler.codec.socksx.v4Netty
Socks4CommandTypeThe type of Socks4CommandRequest.Classio.netty.handler.codec.socksx.v4Netty
Socks4MessageA tag interface that all SOCKS4a protocol messages implement.Interfaceio.netty.handler.codec.socksx.v4Netty
Socks4ServerDecoderDecodes a single Socks4CommandRequest from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v4Netty
Socks4ServerEncoderEncodes a Socks4CommandResponse into a ByteBuf.Classio.netty.handler.codec.socksx.v4Netty
Socks5AddressDecoderDecodes a SOCKS5 address field into its string representation.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5AddressEncoderEncodes a SOCKS5 address into binary representation.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5AddressTypeThe type of address in Socks5CommandRequest and Socks5CommandResponse.Classio.netty.handler.codec.socksx.v5Netty
Socks5AuthMethodThe authentication method of SOCKS5.Classio.netty.handler.codec.socksx.v5Netty
Socks5ClientEncoderEncodes a client-side Socks5Message into a ByteBuf.Classio.netty.handler.codec.socksx.v5Netty
Socks5CommandRequestA SOCKS5 request detail message, as defined inthe section 4, RFC1928.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5CommandRequestDecoderDecodes a single Socks5CommandRequest from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5CommandResponseA response to a SOCKS5 request detail message, as defined inthe section 6, RFC1928.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5CommandResponseDecoderDecodes a single Socks5CommandResponse from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5CommandStatusThe status of Socks5CommandResponse.Classio.netty.handler.codec.socksx.v5Netty
Socks5CommandTypeThe type of Socks5CommandRequest.Classio.netty.handler.codec.socksx.v5Netty
Socks5InitialRequestAn initial SOCKS5 authentication method selection request, as defined inthe section 3, RFC1928.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5InitialRequestDecoderDecodes a single Socks5InitialRequest from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5InitialResponseAn initial SOCKS5 authentication method selection request, as defined inthe section 3, RFC1928.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5InitialResponseDecoderDecodes a single Socks5InitialResponse from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5MessageA tag interface that all SOCKS5 protocol messages implement.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5PasswordAuthRequestA SOCKS5 subnegotiation request for username-password authentication, as defined inthe section 2, RFC1929.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5PasswordAuthRequestDecoderDecodes a single Socks5PasswordAuthRequest from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5PasswordAuthResponseA SOCKS5 subnegotiation response for username-password authentication, as defined inthe section 2, RFC1929.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5PasswordAuthResponseDecoderDecodes a single Socks5PasswordAuthResponse from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5PasswordAuthStatusThe status of Socks5PasswordAuthResponse.Classio.netty.handler.codec.socksx.v5Netty
Socks5ServerEncoderEncodes a server-side Socks5Message into a ByteBuf.Classio.netty.handler.codec.socksx.v5Netty
SocksMessageAn interface that all SOCKS protocol messages implement.Interfaceio.netty.handler.codec.socksxNetty
SocksPortUnificationServerHandlerDetects the version of the current SOCKS connection and initializes the pipeline withSocks4ServerDecoder or Socks5InitialRequestDecoder.Classio.netty.handler.codec.socksxNetty
SocksVersionThe version of SOCKS protocol.Classio.netty.handler.codec.socksxNetty