Uses of Interface
org.asynchttpclient.SslEngineFactory
- 
Packages that use SslEngineFactory Package Description org.asynchttpclient org.asynchttpclient.netty.ssl 
- 
- 
Uses of SslEngineFactory in org.asynchttpclientMethods in org.asynchttpclient that return SslEngineFactory Modifier and Type Method Description @Nullable SslEngineFactoryAsyncHttpClientConfig. getSslEngineFactory()@Nullable SslEngineFactoryDefaultAsyncHttpClientConfig. getSslEngineFactory()Methods in org.asynchttpclient with parameters of type SslEngineFactory Modifier and Type Method Description DefaultAsyncHttpClientConfig.BuilderDefaultAsyncHttpClientConfig.Builder. setSslEngineFactory(SslEngineFactory sslEngineFactory)
- 
Uses of SslEngineFactory in org.asynchttpclient.netty.sslClasses in org.asynchttpclient.netty.ssl that implement SslEngineFactory Modifier and Type Class Description classDefaultSslEngineFactoryclassJsseSslEngineFactoryclassSslEngineFactoryBase
 
-