| Package | Description |
|---|---|
| org.glassfish.jersey.apache.connector |
Jersey client
connector based on the
Apache Http Client. |
| org.glassfish.jersey.client.internal | |
| org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<?> |
ApacheConnector.apply(ClientRequest request,
AsyncConnectorCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<?> |
HttpUrlConnector.apply(ClientRequest request,
AsyncConnectorCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<?> |
Connector.apply(ClientRequest request,
AsyncConnectorCallback callback)
Asynchronously process client request into a response.
|