| Methods in javax.ws.rs.client that throw InvocationException |
java.util.concurrent.Future<Response> |
AsyncInvoker.delete()
|
Response |
SyncInvoker.delete()
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.delete(java.lang.Class<T> responseType)
|
|
SyncInvoker.delete(java.lang.Class<T> responseType)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.delete(TypeLiteral<T> responseType)
|
|
SyncInvoker.delete(TypeLiteral<T> responseType)
|
java.util.concurrent.Future<Response> |
AsyncInvoker.get()
|
Response |
SyncInvoker.get()
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.get(java.lang.Class<T> responseType)
|
|
SyncInvoker.get(java.lang.Class<T> responseType)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.get(TypeLiteral<T> responseType)
|
|
SyncInvoker.get(TypeLiteral<T> responseType)
|
java.util.concurrent.Future<Response> |
AsyncInvoker.head()
|
Response |
SyncInvoker.head()
|
Response |
Invocation.invoke()
Synchronously invoke the request and receive a response back. |
|
Invocation.invoke(java.lang.Class<T> responseType)
Synchronously invoke the request and receive a response of the specified type back. |
|
Invocation.invoke(TypeLiteral<T> responseType)
Synchronously invoke the request and receive a response of the specified generic type back. |
java.util.concurrent.Future<Response> |
AsyncInvoker.method(java.lang.String name)
|
Response |
SyncInvoker.method(java.lang.String name)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.method(java.lang.String name,
java.lang.Class<T> responseType)
|
|
SyncInvoker.method(java.lang.String name,
java.lang.Class<T> responseType)
|
java.util.concurrent.Future<Response> |
AsyncInvoker.method(java.lang.String name,
Entity<?> entity)
|
Response |
SyncInvoker.method(java.lang.String name,
Entity<?> entity)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.method(java.lang.String name,
Entity<?> entity,
java.lang.Class<T> responseType)
|
|
SyncInvoker.method(java.lang.String name,
Entity<?> entity,
java.lang.Class<T> responseType)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.method(java.lang.String name,
Entity<?> entity,
TypeLiteral<T> responseType)
|
|
SyncInvoker.method(java.lang.String name,
Entity<?> entity,
TypeLiteral<T> responseType)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.method(java.lang.String name,
TypeLiteral<T> responseType)
|
|
SyncInvoker.method(java.lang.String name,
TypeLiteral<T> responseType)
|
java.util.concurrent.Future<Response> |
AsyncInvoker.options()
|
Response |
SyncInvoker.options()
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.options(java.lang.Class<T> responseType)
|
|
SyncInvoker.options(java.lang.Class<T> responseType)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.options(TypeLiteral<T> responseType)
|
|
SyncInvoker.options(TypeLiteral<T> responseType)
|
java.util.concurrent.Future<Response> |
AsyncInvoker.post(Entity<?> entity)
|
Response |
SyncInvoker.post(Entity<?> entity)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.post(Entity<?> entity,
java.lang.Class<T> responseType)
|
|
SyncInvoker.post(Entity<?> entity,
java.lang.Class<T> responseType)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.post(Entity<?> entity,
TypeLiteral<T> responseType)
|
|
SyncInvoker.post(Entity<?> entity,
TypeLiteral<T> responseType)
|
java.util.concurrent.Future<Response> |
AsyncInvoker.put(Entity<?> entity)
|
Response |
SyncInvoker.put(Entity<?> entity)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.put(Entity<?> entity,
java.lang.Class<T> responseType)
|
|
SyncInvoker.put(Entity<?> entity,
java.lang.Class<T> responseType)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.put(Entity<?> entity,
TypeLiteral<T> responseType)
|
|
SyncInvoker.put(Entity<?> entity,
TypeLiteral<T> responseType)
|
java.util.concurrent.Future<Response> |
AsyncInvoker.trace(Entity<?> entity)
|
Response |
SyncInvoker.trace(Entity<?> entity)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.trace(Entity<?> entity,
java.lang.Class<T> responseType)
|
|
SyncInvoker.trace(Entity<?> entity,
java.lang.Class<T> responseType)
|
<T> java.util.concurrent.Future<T> |
|
AsyncInvoker.trace(Entity<?> entity,
TypeLiteral<T> responseType)
|
|
SyncInvoker.trace(Entity<?> entity,
TypeLiteral<T> responseType)
|