Uses of Class
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.ConnectionState
-
Packages that use AbstractHttp1StreamDuplexer.ConnectionState Package Description org.apache.hc.core5.http.impl.nio 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.ConnectionState Modifier and Type Field Description private AbstractHttp1StreamDuplexer.ConnectionStateAbstractHttp1StreamDuplexer. connStateMethods in org.apache.hc.core5.http.impl.nio that return AbstractHttp1StreamDuplexer.ConnectionState Modifier and Type Method Description static AbstractHttp1StreamDuplexer.ConnectionStateAbstractHttp1StreamDuplexer.ConnectionState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractHttp1StreamDuplexer.ConnectionState[]AbstractHttp1StreamDuplexer.ConnectionState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-