Package | Description |
---|---|
org.glassfish.jersey.apache.connector |
Jersey client
connector based on the
Apache Http Client. |
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.client.internal | |
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 |
ApacheConnector.apply(ClientRequest clientRequest) |
Modifier and Type | Field and Description |
---|---|
private ClientResponse |
AbortException.abortResponse |
private ClientResponse |
InboundJaxrsResponse.context |
Modifier and Type | Field and Description |
---|---|
private Stage<ClientResponse> |
ClientRuntime.responseProcessingRoot |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
AbortException.getAbortResponse()
Get the abort response that caused this exception.
|
ClientResponse |
ClientRuntime.invoke(ClientRequest request)
Invoke a request processing synchronously in the context of the caller's thread.
|
Modifier and Type | Method and Description |
---|---|
Stage.Continuation<ClientResponse> |
ClientFilteringStages.ResponseFilterStage.apply(ClientResponse responseContext) |
(package private) static ChainableStage<ClientResponse> |
ClientFilteringStages.createResponseFilteringStage(InjectionManager injectionManager)
Create client response filtering stage using the injection manager.
|
Modifier and Type | Method and Description |
---|---|
Stage.Continuation<ClientResponse> |
ClientFilteringStages.ResponseFilterStage.apply(ClientResponse responseContext) |
void |
ResponseCallback.completed(ClientResponse response,
RequestScope scope)
Called when the client invocation was successfully completed with a response.
|
private void |
ClientRuntime.processResponse(ClientResponse response,
ResponseCallback callback) |
private <T> T |
JerseyInvocation.translate(ClientResponse response,
RequestScope scope,
java.lang.Class<T> responseType) |
private <T> T |
JerseyInvocation.translate(ClientResponse response,
RequestScope scope,
javax.ws.rs.core.GenericType<T> responseType) |
Constructor and Description |
---|
AbortException(ClientResponse abortResponse)
Create new abort exception.
|
InboundJaxrsResponse(ClientResponse context,
RequestScope scope)
Create new scoped client response.
|
Modifier and Type | Method and Description |
---|---|
private ClientResponse |
HttpUrlConnector._apply(ClientRequest request) |
ClientResponse |
HttpUrlConnector.apply(ClientRequest request) |
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) |
private ClientResponse |
JdkConnector.translateResponse(ClientRequest requestContext,
HttpResponse httpResponse,
java.net.URI requestUri) |
Modifier and Type | Method and Description |
---|---|
ClientResponse |
JettyConnector.apply(ClientRequest jerseyRequest) |
private static ClientResponse |
JettyConnector.translateResponse(ClientRequest jerseyRequest,
org.eclipse.jetty.client.api.Response jettyResponse,
NonBlockingInputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
private static void |
JettyConnector.processResponseHeaders(org.eclipse.jetty.http.HttpFields respHeaders,
ClientResponse jerseyResponse) |