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