|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationCallback | |
---|---|
javax.ws.rs.client | The JAX-RS client API |
org.jboss.resteasy.client.jaxrs.internal |
Uses of InvocationCallback in javax.ws.rs.client |
---|
Methods in javax.ws.rs.client with parameters of type InvocationCallback | ||
---|---|---|
|
AsyncInvoker.delete(InvocationCallback<T> callback)
Invoke HTTP DELETE method for the current request asynchronously. |
|
|
AsyncInvoker.get(InvocationCallback<T> callback)
Invoke HTTP GET method for the current request asynchronously. |
|
Future<Response> |
AsyncInvoker.head(InvocationCallback<Response> callback)
Invoke HTTP HEAD method for the current request asynchronously. |
|
|
AsyncInvoker.method(String name,
Entity<?> entity,
InvocationCallback<T> callback)
Invoke an arbitrary method for the current request asynchronously. |
|
|
AsyncInvoker.method(String name,
InvocationCallback<T> callback)
Invoke an arbitrary method for the current request asynchronously. |
|
|
AsyncInvoker.options(InvocationCallback<T> callback)
Invoke HTTP OPTIONS method for the current request asynchronously. |
|
|
AsyncInvoker.post(Entity<?> entity,
InvocationCallback<T> callback)
Invoke HTTP POST method for the current request asynchronously. |
|
|
AsyncInvoker.put(Entity<?> entity,
InvocationCallback<T> callback)
Invoke HTTP PUT method for the current request asynchronously. |
|
|
Invocation.submit(InvocationCallback<T> callback)
Submit the request for an asynchronous invocation and register an InvocationCallback to process the future result of the invocation. |
|
|
AsyncInvoker.trace(InvocationCallback<T> callback)
Invoke HTTP TRACE method for the current request asynchronously. |
Uses of InvocationCallback in org.jboss.resteasy.client.jaxrs.internal |
---|
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type InvocationCallback | ||
---|---|---|
|
AsynchronousInvoke.delete(InvocationCallback<T> callback)
|
|
|
AsynchronousInvoke.get(InvocationCallback<T> callback)
|
|
Future<Response> |
AsynchronousInvoke.head(InvocationCallback<Response> callback)
|
|
|
AsynchronousInvoke.method(String name,
Entity<?> entity,
InvocationCallback<T> callback)
|
|
|
AsynchronousInvoke.method(String name,
InvocationCallback<T> callback)
|
|
|
AsynchronousInvoke.options(InvocationCallback<T> callback)
|
|
|
AsynchronousInvoke.post(Entity<?> entity,
InvocationCallback<T> callback)
|
|
|
AsynchronousInvoke.put(Entity<?> entity,
InvocationCallback<T> callback)
|
|
|
ClientInvocation.submit(InvocationCallback<T> callback)
|
|
|
AsynchronousInvoke.trace(InvocationCallback<T> callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |