Package | Description |
---|---|
io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Socks5CommandRequest
A SOCKS5 request detail message, as defined in
the section 4, RFC1928.
|
interface |
Socks5CommandResponse
A response to a SOCKS5 request detail message, as defined in
the section 6, RFC1928.
|
interface |
Socks5InitialRequest
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
|
interface |
Socks5InitialResponse
An initial SOCKS5 authentication method selection request, as defined in
the section 3, RFC1928.
|
interface |
Socks5PasswordAuthRequest
A SOCKS5 subnegotiation request for username-password authentication, as defined in
the section 2, RFC1929.
|
interface |
Socks5PasswordAuthResponse
A SOCKS5 subnegotiation response for username-password authentication, as defined in
the section 2, RFC1929.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocks5Message
An abstract
Socks5Message . |
class |
DefaultSocks5CommandRequest
The default
Socks5CommandRequest . |
class |
DefaultSocks5CommandResponse
The default
Socks5CommandResponse . |
class |
DefaultSocks5InitialRequest
The default
Socks5InitialRequest . |
class |
DefaultSocks5InitialResponse
The default
Socks5InitialResponse . |
class |
DefaultSocks5PasswordAuthRequest
The default
Socks5PasswordAuthRequest . |
class |
DefaultSocks5PasswordAuthResponse
The default
Socks5PasswordAuthResponse . |
Modifier and Type | Method and Description |
---|---|
protected void |
Socks5ServerEncoder.encode(ChannelHandlerContext ctx,
Socks5Message msg,
ByteBuf out) |
protected void |
Socks5ClientEncoder.encode(ChannelHandlerContext ctx,
Socks5Message msg,
ByteBuf out) |
Copyright © 2008–2017 The Netty Project. All rights reserved.