Uses of Class
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler.State
-
Packages that use AbstractClassicServerExchangeHandler.State Package Description org.apache.hc.core5.http.nio.support.classic Support classes for the asynchronous I/O model that emulate behavior of the classic (blocking) I/O model. -
-
Uses of AbstractClassicServerExchangeHandler.State in org.apache.hc.core5.http.nio.support.classic
Fields in org.apache.hc.core5.http.nio.support.classic with type parameters of type AbstractClassicServerExchangeHandler.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<AbstractClassicServerExchangeHandler.State>
AbstractClassicServerExchangeHandler. state
Methods in org.apache.hc.core5.http.nio.support.classic that return AbstractClassicServerExchangeHandler.State Modifier and Type Method Description static AbstractClassicServerExchangeHandler.State
AbstractClassicServerExchangeHandler.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractClassicServerExchangeHandler.State[]
AbstractClassicServerExchangeHandler.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-