Uses of Interface
org.glassfish.jersey.client.spi.AsyncConnectorCallback
Packages that use AsyncConnectorCallback
Package
Description
Jersey client-side internal classes.
Jersey client SPI classes/interfaces.
-
Uses of AsyncConnectorCallback in org.glassfish.jersey.client.internal
Methods in org.glassfish.jersey.client.internal with parameters of type AsyncConnectorCallbackModifier and TypeMethodDescriptionFuture<?>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 AsyncConnectorCallbackModifier and TypeMethodDescriptionFuture<?>Connector.apply(ClientRequest request, AsyncConnectorCallback callback) Asynchronously process client request into a response.