Uses of Class
io.netty.handler.codec.socksx.v5.Socks5AuthMethod
-
Packages that use Socks5AuthMethod Package Description io.netty.handler.codec.socksx.v5 Encoder, decoder and their related message types for SOCKSv5 protocol.io.netty.handler.proxy Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunneling -
-
Uses of Socks5AuthMethod in io.netty.handler.codec.socksx.v5
Fields in io.netty.handler.codec.socksx.v5 declared as Socks5AuthMethod Modifier and Type Field Description private Socks5AuthMethod
DefaultSocks5InitialResponse. authMethod
static Socks5AuthMethod
Socks5AuthMethod. GSSAPI
static Socks5AuthMethod
Socks5AuthMethod. NO_AUTH
static Socks5AuthMethod
Socks5AuthMethod. PASSWORD
static Socks5AuthMethod
Socks5AuthMethod. UNACCEPTED
Indicates that the server does not accept any authentication methods the client proposed.Fields in io.netty.handler.codec.socksx.v5 with type parameters of type Socks5AuthMethod Modifier and Type Field Description private java.util.List<Socks5AuthMethod>
DefaultSocks5InitialRequest. authMethods
Methods in io.netty.handler.codec.socksx.v5 that return Socks5AuthMethod Modifier and Type Method Description Socks5AuthMethod
DefaultSocks5InitialResponse. authMethod()
Socks5AuthMethod
Socks5InitialResponse. authMethod()
Returns theMETHOD
field of this response.static Socks5AuthMethod
Socks5AuthMethod. valueOf(byte b)
Methods in io.netty.handler.codec.socksx.v5 that return types with arguments of type Socks5AuthMethod Modifier and Type Method Description java.util.List<Socks5AuthMethod>
DefaultSocks5InitialRequest. authMethods()
java.util.List<Socks5AuthMethod>
Socks5InitialRequest. authMethods()
Returns the list of desired authentication methods.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5AuthMethod Modifier and Type Method Description int
Socks5AuthMethod. compareTo(Socks5AuthMethod o)
Constructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5AuthMethod Constructor Description DefaultSocks5InitialRequest(Socks5AuthMethod... authMethods)
DefaultSocks5InitialResponse(Socks5AuthMethod authMethod)
Constructor parameters in io.netty.handler.codec.socksx.v5 with type arguments of type Socks5AuthMethod Constructor Description DefaultSocks5InitialRequest(java.lang.Iterable<Socks5AuthMethod> authMethods)
-
Uses of Socks5AuthMethod in io.netty.handler.proxy
Methods in io.netty.handler.proxy that return Socks5AuthMethod Modifier and Type Method Description private Socks5AuthMethod
Socks5ProxyHandler. socksAuthMethod()
-