Uses of Class
org.apache.hc.core5.reactor.SocksProxyProtocolHandler.State
-
Packages that use SocksProxyProtocolHandler.State Package Description org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern. -
-
Uses of SocksProxyProtocolHandler.State in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor declared as SocksProxyProtocolHandler.State Modifier and Type Field Description private SocksProxyProtocolHandler.StateSocksProxyProtocolHandler. stateMethods in org.apache.hc.core5.reactor that return SocksProxyProtocolHandler.State Modifier and Type Method Description static SocksProxyProtocolHandler.StateSocksProxyProtocolHandler.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SocksProxyProtocolHandler.State[]SocksProxyProtocolHandler.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-