Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.client.internal |
Jersey client-side internal classes.
|
Modifier and Type | Method and Description |
---|---|
HttpUrlConnectorProvider |
HttpUrlConnectorProvider.connectionFactory(HttpUrlConnectorProvider.ConnectionFactory connectionFactory)
Set a custom
HttpURLConnection factory. |
protected Connector |
HttpUrlConnectorProvider.createHttpUrlConnector(Client client,
HttpUrlConnectorProvider.ConnectionFactory connectionFactory,
int chunkSize,
boolean fixLengthStreaming,
boolean setMethodWorkaround)
Create
HttpUrlConnector . |
Constructor and Description |
---|
HttpUrlConnector(Client client,
HttpUrlConnectorProvider.ConnectionFactory connectionFactory,
int chunkSize,
boolean fixLengthStreaming,
boolean setMethodWorkaround)
Create new
HttpUrlConnector instance. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.