Package | Description |
---|---|
io.netty.handler.codec.socksx.v5 |
Encoder, decoder and their related message types for SOCKSv5 protocol.
|
Modifier and Type | Field and Description |
---|---|
static Socks5CommandType |
Socks5CommandType.BIND |
static Socks5CommandType |
Socks5CommandType.CONNECT |
static Socks5CommandType |
Socks5CommandType.UDP_ASSOCIATE |
Modifier and Type | Method and Description |
---|---|
Socks5CommandType |
DefaultSocks5CommandRequest.type() |
Socks5CommandType |
Socks5CommandRequest.type()
Returns the type of this request.
|
static Socks5CommandType |
Socks5CommandType.valueOf(byte b) |
Modifier and Type | Method and Description |
---|---|
int |
Socks5CommandType.compareTo(Socks5CommandType o) |
Constructor and Description |
---|
DefaultSocks5CommandRequest(Socks5CommandType type,
Socks5AddressType dstAddrType,
String dstAddr,
int dstPort) |
Copyright © 2008–2024 The Netty Project. All rights reserved.