| 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 Socks5AddressEncoder |
Socks5AddressEncoder.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
protected Socks5AddressEncoder |
Socks5ServerEncoder.addressEncoder()
Returns the
Socks5AddressEncoder of this encoder. |
protected Socks5AddressEncoder |
Socks5ClientEncoder.addressEncoder()
Returns the
Socks5AddressEncoder of this encoder. |
| Constructor and Description |
|---|
Socks5ClientEncoder(Socks5AddressEncoder addressEncoder)
Creates a new instance with the specified
Socks5AddressEncoder. |
Socks5ServerEncoder(Socks5AddressEncoder addressEncoder)
Creates a new instance with the specified
Socks5AddressEncoder. |
Copyright © 2008–2017 The Netty Project. All rights reserved.