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.
|
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<?> |
JdkConnector.apply(ClientRequest request,
AsyncConnectorCallback callback) |
private void |
JdkConnector.send(ClientRequest request,
HttpRequest httpRequest,
AsyncConnectorCallback callback) |
private void |
JdkConnector.writeBufferedEntity(ClientRequest request,
HttpRequest httpRequest,
AsyncConnectorCallback callback) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<?> |
JettyConnector.apply(ClientRequest jerseyRequest,
AsyncConnectorCallback callback) |