Uses of Class
javax.ws.rs.client.ClientBuilder
Packages that use ClientBuilder
-
Uses of ClientBuilder in javax.ws.rs.client
Classes in javax.ws.rs.client that implement interfaces with type arguments of type ClientBuilderModifier and TypeClassDescriptionclassMain entry point to the client API used to bootstrapClientinstances.Methods in javax.ws.rs.client that return ClientBuilderModifier and TypeMethodDescriptionabstract ClientBuilderClientBuilder.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 ClientBuilderSet the client-side key store.Set the client-side key store.static ClientBuilderClientBuilder.newBuilder()Create a newClientBuilderinstance using the default client builder implementation class provided by the JAX-RS implementation provider.abstract ClientBuilderClientBuilder.sslContext(SSLContext sslContext) Set the SSL context that will be used when creating secured transport connections to server endpoints fromweb targetscreated by the client instance that is using this SSL context.abstract ClientBuilderClientBuilder.trustStore(KeyStore trustStore) Set the client-side trust store.abstract ClientBuilderClientBuilder.withConfig(Configuration config) Set the internal configuration state to an externally provided configuration state.