Uses of Class
io.netty.handler.codec.socks.SocksRequestType
-
Packages that use SocksRequestType Package Description io.netty.handler.codec.socks Encoder, decoder and their related message types for Socks. -
-
Uses of SocksRequestType in io.netty.handler.codec.socks
Fields in io.netty.handler.codec.socks declared as SocksRequestType Modifier and Type Field Description private SocksRequestType
SocksRequest. requestType
Methods in io.netty.handler.codec.socks that return SocksRequestType Modifier and Type Method Description SocksRequestType
SocksRequest. requestType()
Returns socks request typestatic SocksRequestType
SocksRequestType. valueOf(java.lang.String name)
Returns 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 Constructor Description SocksRequest(SocksRequestType requestType)
-