Uses of Class
com.github.nhenneaux.resilienthttpclient.singlehostclient.SingleHostHttpClientBuilder
-
Uses of SingleHostHttpClientBuilder in com.github.nhenneaux.resilienthttpclient.singlehostclient
Methods in com.github.nhenneaux.resilienthttpclient.singlehostclient that return SingleHostHttpClientBuilderModifier and TypeMethodDescriptionstatic SingleHostHttpClientBuilderSingleHostHttpClientBuilder.builder(String hostname, InetAddress hostAddress, HttpClient.Builder builder) Build a single hostname client builder.SingleHostHttpClientBuilder.withSni()SingleHostHttpClientBuilder.withTlsNameMatching()SingleHostHttpClientBuilder.withTlsNameMatching(KeyStore trustStore) SingleHostHttpClientBuilder.withTlsNameMatching(KeyStore trustStore, KeyStore keystore, char[] password) SingleHostHttpClientBuilder.withTlsNameMatching(KeyStore trustStore, KeyStore keystore, char[] password, SSLContext initialSslContext) SingleHostHttpClientBuilder.withTlsNameMatching(SSLContext initialSslContext)