Uses of Interface
org.glassfish.jersey.client.spi.AsyncConnectorCallback
-
Packages that use AsyncConnectorCallback Package Description org.glassfish.jersey.apache.connector Jersey clientconnector
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 Jdkconnector
internal classes.org.glassfish.jersey.jetty.connector Jersey clientconnector
based on the Jetty Client. -
-
Uses of AsyncConnectorCallback in org.glassfish.jersey.apache.connector
Methods in org.glassfish.jersey.apache.connector with parameters of type AsyncConnectorCallback Modifier and Type Method Description java.util.concurrent.Future<?>
ApacheConnector. apply(ClientRequest request, AsyncConnectorCallback callback)
-
Uses of AsyncConnectorCallback in org.glassfish.jersey.client.internal
Methods in org.glassfish.jersey.client.internal with parameters of type AsyncConnectorCallback Modifier and Type Method Description java.util.concurrent.Future<?>
HttpUrlConnector. apply(ClientRequest request, AsyncConnectorCallback callback)
-
Uses of AsyncConnectorCallback in org.glassfish.jersey.client.spi
Methods in org.glassfish.jersey.client.spi with parameters of type AsyncConnectorCallback Modifier and Type Method Description java.util.concurrent.Future<?>
Connector. apply(ClientRequest request, AsyncConnectorCallback callback)
Asynchronously process client request into a response. -
Uses of AsyncConnectorCallback in org.glassfish.jersey.jdk.connector.internal
Methods in org.glassfish.jersey.jdk.connector.internal with parameters of type AsyncConnectorCallback Modifier and Type Method 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)
-
Uses of AsyncConnectorCallback in org.glassfish.jersey.jetty.connector
Methods in org.glassfish.jersey.jetty.connector with parameters of type AsyncConnectorCallback Modifier and Type Method Description java.util.concurrent.Future<?>
JettyConnector. apply(ClientRequest jerseyRequest, AsyncConnectorCallback callback)
-