Class ServerHttp1IOEventHandlerFactory
java.lang.Object
org.apache.hc.core5.http.impl.nio.ServerHttp1IOEventHandlerFactory
- All Implemented Interfaces:
IOEventHandlerFactory
@Contract(threading=IMMUTABLE_CONDITIONAL)
public class ServerHttp1IOEventHandlerFactory
extends Object
implements IOEventHandlerFactory
ServerHttp1IOEventHandler
factory.- Since:
- 5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Timeout
private final ServerHttp1StreamDuplexerFactory
private final TlsStrategy
-
Constructor Summary
ConstructorsConstructorDescriptionServerHttp1IOEventHandlerFactory
(ServerHttp1StreamDuplexerFactory streamDuplexerFactory, TlsStrategy tlsStrategy, Timeout handshakeTimeout) -
Method Summary
-
Field Details
-
streamDuplexerFactory
-
tlsStrategy
-
handshakeTimeout
-
-
Constructor Details
-
ServerHttp1IOEventHandlerFactory
public ServerHttp1IOEventHandlerFactory(ServerHttp1StreamDuplexerFactory streamDuplexerFactory, TlsStrategy tlsStrategy, Timeout handshakeTimeout)
-
-
Method Details
-
createHandler
- Specified by:
createHandler
in interfaceIOEventHandlerFactory
-