Uses of Interface
org.apache.hc.core5.http.nio.ssl.TlsStrategy
Packages that use TlsStrategy
Package
Description
HTTP/1.1 requester and server bootstrap.
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
TLS protocol support.
-
Uses of TlsStrategy in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type TlsStrategyModifier and TypeMethodDescriptionfinal AsyncRequesterBootstrapAsyncRequesterBootstrap.setTlsStrategy(TlsStrategy tlsStrategy) SetsTlsStrategyinstance.final AsyncServerBootstrapAsyncServerBootstrap.setTlsStrategy(TlsStrategy tlsStrategy) SetsTlsStrategyinstance.Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type TlsStrategyModifierConstructorDescriptionHttpAsyncRequester(IOReactorConfig ioReactorConfig, IOEventHandlerFactory eventHandlerFactory, Decorator<IOSession> ioSessionDecorator, Callback<Exception> exceptionCallback, IOSessionListener sessionListener, ManagedConnPool<HttpHost, IOSession> connPool, TlsStrategy tlsStrategy, Timeout handshakeTimeout, IOReactorMetricsListener threadPoolListener, IOWorkerSelector workerSelector, int maxPendingCommandsPerConnection) UseAsyncRequesterBootstrapto create instances of this class. -
Uses of TlsStrategy in org.apache.hc.core5.http.impl.nio
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type TlsStrategyModifierConstructorDescriptionClientHttp1IOEventHandlerFactory(ClientHttp1StreamDuplexerFactory streamDuplexerFactory, TlsStrategy tlsStrategy, Timeout handshakeTimeout) ServerHttp1IOEventHandlerFactory(ServerHttp1StreamDuplexerFactory streamDuplexerFactory, TlsStrategy tlsStrategy, Timeout handshakeTimeout) -
Uses of TlsStrategy in org.apache.hc.core5.http.nio.ssl
Classes in org.apache.hc.core5.http.nio.ssl that implement TlsStrategyModifier and TypeClassDescriptionclassBasic client-side implementation ofTlsStrategythat upgrades outbound connections with TLS security but does not make use of TLS ALPN extension to negotiate an application protocol.classBasic server-side implementation ofTlsStrategythat upgrades inbound connection with TLS security but does not make use of TLS ALPN extension to negotiate an application protocol.