Uses of Class
io.streamthoughts.azkarra.http.query.HttpRemoteQueryBuilder
-
Packages that use HttpRemoteQueryBuilder Package Description io.streamthoughts.azkarra.http.query -
-
Uses of HttpRemoteQueryBuilder in io.streamthoughts.azkarra.http.query
Methods in io.streamthoughts.azkarra.http.query that return HttpRemoteQueryBuilder Modifier and Type Method Description HttpRemoteQueryBuilder
HttpRemoteQueryBuilder. enablePasswordAuthentication(boolean enablePasswordAuthentication)
Sets if authentication is required.HttpRemoteQueryBuilder
HttpRemoteQueryBuilder. setBasePath(String basePath)
Sets the relative URL base path.HttpRemoteQueryBuilder
HttpRemoteQueryBuilder. setIgnoreHostnameVerification(boolean ignoreHostnameVerification)
Sets if hostname verification must be ignore when SSL is enable.HttpRemoteQueryBuilder
HttpRemoteQueryBuilder. setSerdes(Serdes<QueryResult> serdes)
HttpRemoteQueryBuilder
HttpRemoteQueryBuilder. setSSLContextFactory(SSLContextFactory sslContextFactory)
Sets theSSLContextFactory
which is used for initializing HTTP client with SSL.
-