Package | Description |
---|---|
io.netty.handler.codec.socksx |
Encoder, decoder and their related message types for SOCKS protocol.
|
io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
Class and Description |
---|
Socks5ServerEncoder
Encodes a server-side
Socks5Message into a ByteBuf . |
Class and Description |
---|
AbstractSocks5Message
An abstract
Socks5Message . |
Socks5AddressDecoder
Decodes a SOCKS5 address field into its string representation.
|
Socks5AddressEncoder
Encodes a SOCKS5 address into binary representation.
|
Socks5AddressType
The type of address in
Socks5CommandRequest and Socks5CommandResponse . |
Socks5AuthMethod
The authentication method of SOCKS5.
|
Socks5ClientEncoder
Encodes a client-side
Socks5Message into a ByteBuf . |
Socks5CommandRequest
A SOCKS5 request detail message, as defined in
the section 4, RFC1928.
|
Socks5CommandResponse
A response to a SOCKS5 request detail message, as defined in
the section 6, RFC1928.
|
Socks5CommandStatus
The status of
Socks5CommandResponse . |
Socks5CommandType
The type of
Socks5CommandRequest . |
Socks5InitialRequest
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
|
Socks5InitialResponse
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
|
Socks5Message
A tag interface that all SOCKS5 protocol messages implement.
|
Socks5PasswordAuthRequest
A SOCKS5 subnegotiation request for username-password authentication, as defined in
the section 2, RFC1929.
|
Socks5PasswordAuthResponse
A SOCKS5 subnegotiation response for username-password authentication, as defined in
the section 2, RFC1929.
|
Socks5PasswordAuthStatus
The status of
Socks5PasswordAuthResponse . |
Socks5ServerEncoder
Encodes a server-side
Socks5Message into a ByteBuf . |
Copyright © 2008–2017 The Netty Project. All rights reserved.