Uses of Interface
org.glassfish.jersey.client.spi.AsyncConnectorCallback
Packages that use AsyncConnectorCallback
-
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. -
Uses of AsyncConnectorCallback in org.glassfish.jersey.jdk.connector.internal
Methods in org.glassfish.jersey.jdk.connector.internal with parameters of type AsyncConnectorCallbackModifier and TypeMethodDescriptionFuture<?> JdkConnector.apply(ClientRequest request, AsyncConnectorCallback callback)