Uses of Enum
io.netty.handler.codec.socks.SocksResponseType
Packages that use SocksResponseType
Package
Description
Encoder, decoder and their related message types for Socks.
-
Uses of SocksResponseType in io.netty.handler.codec.socks
Fields in io.netty.handler.codec.socks declared as SocksResponseTypeMethods in io.netty.handler.codec.socks that return SocksResponseTypeModifier and TypeMethodDescriptionSocksResponse.responseType()
Returns socks response typestatic SocksResponseType
Returns the enum constant of this type with the specified name.static SocksResponseType[]
SocksResponseType.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 SocksResponseType