Uses of Class
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexerFactory
Packages that use ServerHttp1StreamDuplexerFactory
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 ServerHttp1StreamDuplexerFactory in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as ServerHttp1StreamDuplexerFactoryModifier and TypeFieldDescriptionprivate final ServerHttp1StreamDuplexerFactory
ServerHttp1IOEventHandlerFactory.streamDuplexerFactory
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type ServerHttp1StreamDuplexerFactoryModifierConstructorDescriptionServerHttp1IOEventHandlerFactory
(ServerHttp1StreamDuplexerFactory streamDuplexerFactory, TlsStrategy tlsStrategy, Timeout handshakeTimeout) -
Uses of ServerHttp1StreamDuplexerFactory in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as ServerHttp1StreamDuplexerFactoryModifier and TypeFieldDescriptionprivate final ServerHttp1StreamDuplexerFactory
ServerHttp1UpgradeHandler.http1StreamHandlerFactory
private final ServerHttp1StreamDuplexerFactory
ServerHttpProtocolNegotiationStarter.http1StreamHandlerFactory
Constructors in org.apache.hc.core5.http2.impl.nio with parameters of type ServerHttp1StreamDuplexerFactoryModifierConstructorDescriptionServerHttp1UpgradeHandler
(ServerHttp1StreamDuplexerFactory http1StreamHandlerFactory) ServerHttpProtocolNegotiationStarter
(ServerHttp1StreamDuplexerFactory http1StreamHandlerFactory, ServerH2StreamMultiplexerFactory http2StreamHandlerFactory, HttpVersionPolicy versionPolicy, TlsStrategy tlsStrategy, Timeout handshakeTimeout)