Uses of Enum
org.apache.hc.core5.http.nio.support.classic.AbstractClassicServerExchangeHandler.State
Packages that use AbstractClassicServerExchangeHandler.State
Package
Description
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
-
Uses of AbstractClassicServerExchangeHandler.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 AbstractClassicServerExchangeHandler.StateModifier and TypeFieldDescriptionprivate final AtomicReference
<AbstractClassicServerExchangeHandler.State> AbstractClassicServerExchangeHandler.state
Methods in org.apache.hc.core5.http.nio.support.classic that return AbstractClassicServerExchangeHandler.StateModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AbstractClassicServerExchangeHandler.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.