Uses of Enum
io.netty.handler.codec.socksx.v4.Socks4ClientDecoder.State
Packages that use Socks4ClientDecoder.State
Package
Description
Encoder, decoder and their related message types for SOCKSv4 protocol.
-
Uses of Socks4ClientDecoder.State in io.netty.handler.codec.socksx.v4
Subclasses with type arguments of type Socks4ClientDecoder.State in io.netty.handler.codec.socksx.v4Modifier and TypeClassDescriptionclassDecodes a singleSocks4CommandResponsefrom the inboundByteBufs.static enumMethods in io.netty.handler.codec.socksx.v4 that return Socks4ClientDecoder.StateModifier and TypeMethodDescriptionstatic Socks4ClientDecoder.StateReturns the enum constant of this type with the specified name.static Socks4ClientDecoder.State[]Socks4ClientDecoder.State.values()Returns an array containing the constants of this enum type, in the order they are declared.