Package | Description |
---|---|
io.netty.handler.codec.socksx.v4 |
Encoder, decoder and their related message types for SOCKSv4 protocol.
|
Modifier and Type | Field and Description |
---|---|
static Socks4CommandType |
Socks4CommandType.BIND |
static Socks4CommandType |
Socks4CommandType.CONNECT |
private Socks4CommandType |
DefaultSocks4CommandRequest.type |
private Socks4CommandType |
Socks4ServerDecoder.type |
Modifier and Type | Method and Description |
---|---|
Socks4CommandType |
DefaultSocks4CommandRequest.type() |
Socks4CommandType |
Socks4CommandRequest.type()
Returns the type of this request.
|
static Socks4CommandType |
Socks4CommandType.valueOf(byte b) |
Modifier and Type | Method and Description |
---|---|
int |
Socks4CommandType.compareTo(Socks4CommandType o) |
Constructor and Description |
---|
DefaultSocks4CommandRequest(Socks4CommandType type,
java.lang.String dstAddr,
int dstPort)
Creates a new instance.
|
DefaultSocks4CommandRequest(Socks4CommandType type,
java.lang.String dstAddr,
int dstPort,
java.lang.String userId)
Creates a new instance.
|