Uses of Interface
jakarta.ws.rs.client.Client
-
Uses of Client in jakarta.ws.rs.client
Modifier and TypeMethodDescriptionabstract Client
ClientBuilder.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 Client
ClientBuilder.newClient()
Create a newClient
instance using the default client builder implementation class provided by the JAX-RS implementation provider.static Client
ClientBuilder.newClient
(Configuration configuration) Create a new custom-configuredClient
instance using the default client builder implementation class provided by the JAX-RS implementation provider.