Uses of Class
io.netty.handler.codec.socksx.v4.Socks4ServerDecoder.State
-
Packages that use Socks4ServerDecoder.State Package Description io.netty.handler.codec.socksx.v4 Encoder, decoder and their related message types for SOCKSv4 protocol. -
-
Uses of Socks4ServerDecoder.State in io.netty.handler.codec.socksx.v4
Methods in io.netty.handler.codec.socksx.v4 that return Socks4ServerDecoder.State Modifier and Type Method Description static Socks4ServerDecoder.State
Socks4ServerDecoder.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Socks4ServerDecoder.State[]
Socks4ServerDecoder.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-