Uses of Enum
org.apache.hc.core5.http.nio.entity.AbstractCharAsyncEntityProducer.State
Packages that use AbstractCharAsyncEntityProducer.State
Package
Description
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
-
Uses of AbstractCharAsyncEntityProducer.State in org.apache.hc.core5.http.nio.entity
Subclasses with type arguments of type AbstractCharAsyncEntityProducer.State in org.apache.hc.core5.http.nio.entityModifier and TypeClassDescription(package private) static enumFields in org.apache.hc.core5.http.nio.entity declared as AbstractCharAsyncEntityProducer.StateMethods in org.apache.hc.core5.http.nio.entity that return AbstractCharAsyncEntityProducer.StateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AbstractCharAsyncEntityProducer.State.values()Returns an array containing the constants of this enum type, in the order they are declared.