| Package | Description |
|---|---|
| org.glassfish.jersey.client.internal |
Jersey client-side internal classes.
|
| org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
| org.glassfish.jersey.jdk.connector.internal |
Jersey Jdk
connector internal classes. |
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
HttpUrlConnector.apply(ClientRequest request) |
ClientResponse |
ClientResponseProcessingException.getClientResponse()
|
| Constructor and Description |
|---|
ClientResponseProcessingException(ClientResponse clientResponse,
Throwable cause)
|
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
Connector.apply(ClientRequest request)
Synchronously process client request into a response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncConnectorCallback.response(ClientResponse response)
Invoked when a response for the asynchronously invoked request is available.
|
| Modifier and Type | Method and Description |
|---|---|
ClientResponse |
JdkConnector.apply(ClientRequest request) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.