Uses of Class
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
-
Packages that use ClientHttp1StreamDuplexerFactory 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.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of ClientHttp1StreamDuplexerFactory in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as ClientHttp1StreamDuplexerFactory Modifier and Type Field Description private ClientHttp1StreamDuplexerFactoryClientHttp1IOEventHandlerFactory. streamDuplexerFactoryConstructors in org.apache.hc.core5.http.impl.nio with parameters of type ClientHttp1StreamDuplexerFactory Constructor Description ClientHttp1IOEventHandlerFactory(ClientHttp1StreamDuplexerFactory streamDuplexerFactory, TlsStrategy tlsStrategy, Timeout handshakeTimeout) -
Uses of ClientHttp1StreamDuplexerFactory in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as ClientHttp1StreamDuplexerFactory Modifier and Type Field Description private ClientHttp1StreamDuplexerFactoryClientHttp1UpgradeHandler. http1StreamHandlerFactoryprivate ClientHttp1StreamDuplexerFactoryClientHttpProtocolNegotiationStarter. http1StreamHandlerFactoryConstructors in org.apache.hc.core5.http2.impl.nio with parameters of type ClientHttp1StreamDuplexerFactory Constructor Description ClientHttp1UpgradeHandler(ClientHttp1StreamDuplexerFactory http1StreamHandlerFactory)ClientHttpProtocolNegotiationStarter(ClientHttp1StreamDuplexerFactory http1StreamHandlerFactory, ClientH2StreamMultiplexerFactory http2StreamHandlerFactory, HttpVersionPolicy versionPolicy, TlsStrategy tlsStrategy, Timeout handshakeTimeout)
-