Uses of Interface
jakarta.ws.rs.client.Client
Packages that use Client
-
Uses of Client in jakarta.ws.rs.client
Subinterfaces with type arguments of type Client in jakarta.ws.rs.clientModifier and TypeInterfaceDescriptioninterfaceClient is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.Methods in jakarta.ws.rs.client that return ClientModifier and TypeMethodDescriptionabstract ClientClientBuilder.build()Build a new client instance using all the configuration previously specified in this client builder.ClientRequestContext.getClient()Get the client instance associated with the request.static ClientClientBuilder.newClient()Create a newClientinstance using the default client builder implementation class provided by the JAX-RS implementation provider.static ClientClientBuilder.newClient(Configuration configuration) Create a new custom-configuredClientinstance using the default client builder implementation class provided by the JAX-RS implementation provider.