Uses of Enum
io.netty.handler.codec.socks.SocksRequestType
Packages that use SocksRequestType
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksRequestType in io.netty.handler.codec.socks
Subclasses with type arguments of type SocksRequestType in io.netty.handler.codec.socksFields in io.netty.handler.codec.socks declared as SocksRequestTypeMethods in io.netty.handler.codec.socks that return SocksRequestTypeModifier and TypeMethodDescriptionSocksRequest.requestType()Returns socks request typestatic SocksRequestTypeReturns the enum constant of this type with the specified name.static SocksRequestType[]SocksRequestType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.codec.socks with parameters of type SocksRequestType