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 |
Modifier and Type | Method and Description |
---|---|
Socks4CommandType |
Socks4CommandRequest.type()
Returns the type of this request.
|
Socks4CommandType |
DefaultSocks4CommandRequest.type() |
static Socks4CommandType |
Socks4CommandType.valueOf(byte b) |
Modifier and Type | Method and Description |
---|---|
int |
Socks4CommandType.compareTo(Socks4CommandType o) |
Constructor and Description |
---|
DefaultSocks4CommandRequest(Socks4CommandType type,
String dstAddr,
int dstPort)
Creates a new instance.
|
DefaultSocks4CommandRequest(Socks4CommandType type,
String dstAddr,
int dstPort,
String userId)
Creates a new instance.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.