Uses of Class
io.netty.handler.codec.socksx.v5.Socks5AuthMethod
Packages that use Socks5AuthMethod
Package
Description
Encoder, decoder and their related message types for SOCKSv5 protocol.
-
Uses of Socks5AuthMethod in io.netty.handler.codec.socksx.v5
Classes in io.netty.handler.codec.socksx.v5 that implement interfaces with type arguments of type Socks5AuthMethodFields in io.netty.handler.codec.socksx.v5 declared as Socks5AuthMethodModifier and TypeFieldDescriptionstatic final Socks5AuthMethodSocks5AuthMethod.GSSAPIstatic final Socks5AuthMethodSocks5AuthMethod.NO_AUTHstatic final Socks5AuthMethodSocks5AuthMethod.PASSWORDstatic final Socks5AuthMethodSocks5AuthMethod.UNACCEPTEDIndicates that the server does not accept any authentication methods the client proposed.Methods in io.netty.handler.codec.socksx.v5 that return Socks5AuthMethodModifier and TypeMethodDescriptionDefaultSocks5InitialResponse.authMethod()Socks5InitialResponse.authMethod()Returns theMETHODfield of this response.static Socks5AuthMethodSocks5AuthMethod.valueOf(byte b) Methods in io.netty.handler.codec.socksx.v5 that return types with arguments of type Socks5AuthMethodModifier and TypeMethodDescriptionDefaultSocks5InitialRequest.authMethods()Socks5InitialRequest.authMethods()Returns the list of desired authentication methods.Methods in io.netty.handler.codec.socksx.v5 with parameters of type Socks5AuthMethodConstructors in io.netty.handler.codec.socksx.v5 with parameters of type Socks5AuthMethodModifierConstructorDescriptionDefaultSocks5InitialRequest(Socks5AuthMethod... authMethods) DefaultSocks5InitialResponse(Socks5AuthMethod authMethod) Constructor parameters in io.netty.handler.codec.socksx.v5 with type arguments of type Socks5AuthMethodModifierConstructorDescriptionDefaultSocks5InitialRequest(Iterable<Socks5AuthMethod> authMethods)