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