Uses of Interface
jakarta.ws.rs.client.Client
-
Packages that use Client Package Description jakarta.ws.rs.client The JAX-RS client APIorg.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.internal Jersey client-side internal classes.org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces. -
-
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.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement Client Modifier and Type Class Description classJerseyClientJersey implementation ofJAX-RS Clientcontract.Methods in org.glassfish.jersey.client with parameters of type Client Modifier and Type Method Description protected ConnectorHttpUrlConnectorProvider. createHttpUrlConnector(Client client, HttpUrlConnectorProvider.ConnectionFactory connectionFactory, int chunkSize, boolean fixLengthStreaming, boolean setMethodWorkaround)CreateHttpUrlConnector.ConnectorHttpUrlConnectorProvider. getConnector(Client client, Configuration config) -
Uses of Client in org.glassfish.jersey.client.internal
Constructors in org.glassfish.jersey.client.internal with parameters of type Client Constructor Description HttpUrlConnector(Client client, HttpUrlConnectorProvider.ConnectionFactory connectionFactory, int chunkSize, boolean fixLengthStreaming, boolean setMethodWorkaround)Create newHttpUrlConnectorinstance. -
Uses of Client in org.glassfish.jersey.client.spi
Methods in org.glassfish.jersey.client.spi with parameters of type Client Modifier and Type Method Description ConnectorCachingConnectorProvider. getConnector(Client client, Configuration runtimeConfig)ConnectorConnectorProvider. getConnector(Client client, Configuration runtimeConfig)Get a Jersey client connector instance for a givenclientinstance and Jersey client runtimeconfiguration.
-