| Package | Description |
|---|---|
| javax.ws.rs.client |
The Client API
|
| org.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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Client |
ClientBuilder.build()
Build a new client instance using all the configuration previously specified
in this client builder.
|
Client |
ClientRequestContext.getClient()
Get the client instance associated with the request.
|
static Client |
ClientBuilder.newClient()
Create a new
Client instance using the default client builder implementation
class provided by the implementation provider. |
static Client |
ClientBuilder.newClient(Configuration configuration)
Create a new custom-configured
Client instance using the default client builder
implementation class provided by the implementation provider. |
| Modifier and Type | Class and Description |
|---|---|
class |
JerseyClient
Jersey implementation of
JAX-RS Client
contract. |
| Modifier and Type | Method and Description |
|---|---|
protected Connector |
HttpUrlConnectorProvider.createHttpUrlConnector(Client client,
HttpUrlConnectorProvider.ConnectionFactory connectionFactory,
int chunkSize,
boolean fixLengthStreaming,
boolean setMethodWorkaround)
Create
HttpUrlConnector. |
Connector |
HttpUrlConnectorProvider.getConnector(Client client,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpUrlConnector.setSslContextFactory(Client client,
ClientRequest request) |
| Constructor and Description |
|---|
HttpUrlConnector(Client client,
HttpUrlConnectorProvider.ConnectionFactory connectionFactory,
int chunkSize,
boolean fixLengthStreaming,
boolean setMethodWorkaround)
Create new
HttpUrlConnector instance. |
| Modifier and Type | Method and Description |
|---|---|
Connector |
CachingConnectorProvider.getConnector(Client client,
Configuration runtimeConfig) |
Connector |
ConnectorProvider.getConnector(Client client,
Configuration runtimeConfig)
Get a Jersey client connector instance for a given
client instance
and Jersey client runtime configuration. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.