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