Uses of Class
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityConsumer.State
-
Packages that use AbstractClassicEntityConsumer.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 AbstractClassicEntityConsumer.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 AbstractClassicEntityConsumer.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<AbstractClassicEntityConsumer.State>
AbstractClassicEntityConsumer. state
Methods in org.apache.hc.core5.http.nio.support.classic that return AbstractClassicEntityConsumer.State Modifier and Type Method Description static AbstractClassicEntityConsumer.State
AbstractClassicEntityConsumer.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractClassicEntityConsumer.State[]
AbstractClassicEntityConsumer.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-