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. |
org.glassfish.jersey.jetty.connector |
Jersey client
connector based on the
Jetty Client. |
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) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
JettyConnector.apply(ClientRequest jerseyRequest) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.