| 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 Socks5AuthMethod | Socks5AuthMethod. GSSAPI | 
| static Socks5AuthMethod | Socks5AuthMethod. NO_AUTH | 
| static Socks5AuthMethod | Socks5AuthMethod. PASSWORD | 
| static Socks5AuthMethod | Socks5AuthMethod. UNACCEPTEDIndicates that the server does not accept any authentication methods the client proposed. | 
| Modifier and Type | Method and Description | 
|---|---|
| Socks5AuthMethod | DefaultSocks5InitialResponse. authMethod() | 
| Socks5AuthMethod | Socks5InitialResponse. authMethod()Returns the  METHODfield of this response. | 
| static Socks5AuthMethod | Socks5AuthMethod. valueOf(byte b) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Socks5AuthMethod> | Socks5InitialRequest. authMethods()Returns the list of desired authentication methods. | 
| List<Socks5AuthMethod> | DefaultSocks5InitialRequest. authMethods() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | Socks5AuthMethod. compareTo(Socks5AuthMethod o) | 
| Constructor and Description | 
|---|
| DefaultSocks5InitialRequest(Socks5AuthMethod... authMethods) | 
| DefaultSocks5InitialResponse(Socks5AuthMethod authMethod) | 
| Constructor and Description | 
|---|
| DefaultSocks5InitialRequest(Iterable<Socks5AuthMethod> authMethods) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.