Uses of Interface
jakarta.ws.rs.client.InvocationCallback
Packages that use InvocationCallback
Package
Description
The JAX-RS client API
-
Uses of InvocationCallback in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client with parameters of type InvocationCallbackModifier and TypeMethodDescription<T> Future<T>AsyncInvoker.delete(InvocationCallback<T> callback) Invoke HTTP DELETE method for the current request asynchronously.<T> Future<T>AsyncInvoker.get(InvocationCallback<T> callback) Invoke HTTP GET method for the current request asynchronously.AsyncInvoker.head(InvocationCallback<Response> callback) Invoke HTTP HEAD method for the current request asynchronously.<T> Future<T>AsyncInvoker.method(String name, Entity<?> entity, InvocationCallback<T> callback) Invoke an arbitrary method for the current request asynchronously.<T> Future<T>AsyncInvoker.method(String name, InvocationCallback<T> callback) Invoke an arbitrary method for the current request asynchronously.<T> Future<T>AsyncInvoker.options(InvocationCallback<T> callback) Invoke HTTP OPTIONS method for the current request asynchronously.<T> Future<T>AsyncInvoker.post(Entity<?> entity, InvocationCallback<T> callback) Invoke HTTP POST method for the current request asynchronously.<T> Future<T>AsyncInvoker.put(Entity<?> entity, InvocationCallback<T> callback) Invoke HTTP PUT method for the current request asynchronously.<T> Future<T>Invocation.submit(InvocationCallback<T> callback) Submit the request for an asynchronous invocation and register anInvocationCallbackto process the future result of the invocation.<T> Future<T>AsyncInvoker.trace(InvocationCallback<T> callback) Invoke HTTP TRACE method for the current request asynchronously. -
Uses of InvocationCallback in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines with parameters of type InvocationCallbackModifier and TypeMethodDescription<T> Future<T>ApacheHttpAsyncClient4Engine.submit(ClientInvocation request, boolean buffered, InvocationCallback<T> callback, AsyncClientHttpEngine.ResultExtractor<T> extractor) Deprecated, for removal: This API element is subject to removal in a future version.<T> Future<T>AsyncClientHttpEngine.submit(ClientInvocation request, boolean buffered, InvocationCallback<T> callback, AsyncClientHttpEngine.ResultExtractor<T> extractor) Submits an asynchronous request. -
Uses of InvocationCallback in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type InvocationCallbackModifier and TypeMethodDescription<T> Future<T>AsynchronousInvoke.delete(InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.get(InvocationCallback<T> callback) AsynchronousInvoke.head(InvocationCallback<Response> callback) <T> Future<T>AsynchronousInvoke.method(String name, Entity<?> entity, InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.method(String name, InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.options(InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.patch(Entity<?> entity, InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.post(Entity<?> entity, InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.put(Entity<?> entity, InvocationCallback<T> callback) <T> Future<T>ClientInvocation.submit(InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.trace(InvocationCallback<T> callback)