Uses of Class
io.streamthoughts.azkarra.http.security.SSLContextFactory
-
Packages that use SSLContextFactory Package Description io.streamthoughts.azkarra.http.query -
-
Uses of SSLContextFactory in io.streamthoughts.azkarra.http.query
Methods in io.streamthoughts.azkarra.http.query with parameters of type SSLContextFactory Modifier and Type Method Description HttpRemoteQueryBuilder
HttpRemoteQueryBuilder. setSSLContextFactory(SSLContextFactory sslContextFactory)
Sets theSSLContextFactory
which is used for initializing HTTP client with SSL.
-