Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Socks4CmdRequest
An socksv4a cmd request.
|
class |
Socks4Request
An abstract class that defines a SocksRequest, providing common properties for
Socks4CmdRequest . |
class |
UnknownSocks4Request
An unknown socks request.
|
Modifier and Type | Class and Description |
---|---|
class |
Socks5AuthRequest
An socks auth request.
|
class |
Socks5CmdRequest
An socks cmd request.
|
class |
Socks5InitRequest
An socks init request.
|
class |
Socks5Request
An abstract class that defines a SocksRequest, providing common properties for
Socks5InitRequest ,
Socks5AuthRequest ,
Socks5CmdRequest and
UnknownSocks5Request . |
class |
UnknownSocks5Request
An unknown socks request.
|
Copyright © 2008–2014 The Netty Project. All rights reserved.