| Package | Description |
|---|---|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.client.internal |
| Modifier and Type | Class and Description |
|---|---|
private static class |
HttpUrlConnectorProvider.DefaultConnectionFactory |
| Modifier and Type | Field and Description |
|---|---|
private HttpUrlConnectorProvider.ConnectionFactory |
HttpUrlConnectorProvider.connectionFactory |
private static HttpUrlConnectorProvider.ConnectionFactory |
HttpUrlConnectorProvider.DEFAULT_CONNECTION_FACTORY
Default connection factory to be used.
|
| Modifier and Type | Method and Description |
|---|---|
HttpUrlConnectorProvider |
HttpUrlConnectorProvider.connectionFactory(HttpUrlConnectorProvider.ConnectionFactory connectionFactory)
Set a custom
HttpURLConnection factory. |
protected Connector |
HttpUrlConnectorProvider.createHttpUrlConnector(javax.ws.rs.client.Client client,
HttpUrlConnectorProvider.ConnectionFactory connectionFactory,
int chunkSize,
boolean fixLengthStreaming,
boolean setMethodWorkaround)
Create
HttpUrlConnector. |
| Modifier and Type | Field and Description |
|---|---|
private HttpUrlConnectorProvider.ConnectionFactory |
HttpUrlConnector.connectionFactory |
| Constructor and Description |
|---|
HttpUrlConnector(javax.ws.rs.client.Client client,
HttpUrlConnectorProvider.ConnectionFactory connectionFactory,
int chunkSize,
boolean fixLengthStreaming,
boolean setMethodWorkaround)
Create new
HttpUrlConnector instance. |