Uses of Interface
jakarta.ws.rs.client.Client
-
Packages that use Client Package Description jakarta.ws.rs.client The JAX-RS client APIorg.jboss.resteasy.client.jaxrs org.jboss.resteasy.client.jaxrs.internal -
-
Uses of Client in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return Client Modifier and Type Method Description abstract ClientClientBuilder. build()Build a new client instance using all the configuration previously specified in this client builder.ClientClientRequestContext. 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. -
Uses of Client in org.jboss.resteasy.client.jaxrs
Subinterfaces of Client in org.jboss.resteasy.client.jaxrs Modifier and Type Interface Description interfaceResteasyClient -
Uses of Client in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement Client Modifier and Type Class Description classResteasyClientImplMethods in org.jboss.resteasy.client.jaxrs.internal that return Client Modifier and Type Method Description ClientClientRequestContextImpl. getClient()
-