Uses of Class
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamHandler
-
Packages that use ClientHttp1StreamHandler 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 ClientHttp1StreamHandler in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as ClientHttp1StreamHandler Modifier and Type Field Description private ClientHttp1StreamHandlerClientHttp1StreamDuplexer. incomingprivate ClientHttp1StreamHandlerClientHttp1StreamDuplexer. outgoingFields in org.apache.hc.core5.http.impl.nio with type parameters of type ClientHttp1StreamHandler Modifier and Type Field Description private java.util.Queue<ClientHttp1StreamHandler>ClientHttp1StreamDuplexer. pipeline
-