Uses of Class
javax.ws.rs.client.ClientBuilder
Packages that use ClientBuilder
-
Uses of ClientBuilder in javax.ws.rs.client
Methods in javax.ws.rs.client that return ClientBuilderModifier and TypeMethodDescriptionabstract ClientBuilder
ClientBuilder.hostnameVerifier
(HostnameVerifier verifier) Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information.abstract ClientBuilder
Set the client-side key store.Set the client-side key store.static ClientBuilder
ClientBuilder.newBuilder()
Create a newClientBuilder
instance using the default client builder implementation class provided by the JAX-RS implementation provider.abstract ClientBuilder
ClientBuilder.sslContext
(SSLContext sslContext) Set the SSL context that will be used when creating secured transport connections to server endpoints fromweb targets
created by the client instance that is using this SSL context.abstract ClientBuilder
ClientBuilder.trustStore
(KeyStore trustStore) Set the client-side trust store.abstract ClientBuilder
ClientBuilder.withConfig
(Configuration config) Set the internal configuration state to an externally provided configuration state.