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