Uses of Interface
org.asynchttpclient.SslEngineFactory
-
Packages that use SslEngineFactory Package Description org.asynchttpclient org.asynchttpclient.netty.ssl -
-
Uses of SslEngineFactory in org.asynchttpclient
Methods in org.asynchttpclient that return SslEngineFactory Modifier and Type Method Description @Nullable SslEngineFactory
AsyncHttpClientConfig. getSslEngineFactory()
@Nullable SslEngineFactory
DefaultAsyncHttpClientConfig. getSslEngineFactory()
Methods in org.asynchttpclient with parameters of type SslEngineFactory Modifier and Type Method Description DefaultAsyncHttpClientConfig.Builder
DefaultAsyncHttpClientConfig.Builder. setSslEngineFactory(SslEngineFactory sslEngineFactory)
-
Uses of SslEngineFactory in org.asynchttpclient.netty.ssl
Classes in org.asynchttpclient.netty.ssl that implement SslEngineFactory Modifier and Type Class Description class
DefaultSslEngineFactory
class
JsseSslEngineFactory
class
SslEngineFactoryBase
-