Uses of Enum
org.apache.hc.core5.http.impl.nio.AbstractMessageParser.State
Packages that use AbstractMessageParser.State
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of AbstractMessageParser.State in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as AbstractMessageParser.StateMethods in org.apache.hc.core5.http.impl.nio that return AbstractMessageParser.StateModifier and TypeMethodDescriptionstatic AbstractMessageParser.State
Returns the enum constant of this type with the specified name.static AbstractMessageParser.State[]
AbstractMessageParser.State.values()
Returns an array containing the constants of this enum type, in the order they are declared.