Uses of Class
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexerFactory
Packages that use ClientHttp1StreamDuplexerFactory
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
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 ClientHttp1StreamDuplexerFactoryModifier and TypeFieldDescriptionprivate final ClientHttp1StreamDuplexerFactory
ClientHttp1IOEventHandlerFactory.streamDuplexerFactory
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type ClientHttp1StreamDuplexerFactoryModifierConstructorDescriptionClientHttp1IOEventHandlerFactory
(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 ClientHttp1StreamDuplexerFactoryModifier and TypeFieldDescriptionprivate final ClientHttp1StreamDuplexerFactory
ClientHttp1UpgradeHandler.http1StreamHandlerFactory
private final ClientHttp1StreamDuplexerFactory
ClientHttpProtocolNegotiationStarter.http1StreamHandlerFactory
Constructors in org.apache.hc.core5.http2.impl.nio with parameters of type ClientHttp1StreamDuplexerFactoryModifierConstructorDescriptionClientHttp1UpgradeHandler
(ClientHttp1StreamDuplexerFactory http1StreamHandlerFactory) ClientHttpProtocolNegotiationStarter
(ClientHttp1StreamDuplexerFactory http1StreamHandlerFactory, ClientH2StreamMultiplexerFactory http2StreamHandlerFactory, HttpVersionPolicy versionPolicy, TlsStrategy tlsStrategy, Timeout handshakeTimeout)