Uses of Enum
org.apache.hc.core5.http.nio.support.classic.AbstractClassicEntityProducer.State
Packages that use AbstractClassicEntityProducer.State
Package
Description
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.StateModifier and TypeFieldDescriptionprivate final AtomicReference
<AbstractClassicEntityProducer.State> AbstractClassicEntityProducer.state
Methods in org.apache.hc.core5.http.nio.support.classic that return AbstractClassicEntityProducer.StateModifier and TypeMethodDescriptionReturns 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.