|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientException | |
|---|---|
| javax.ws.rs.client | The JAX-RS client API |
| Uses of ClientException in javax.ws.rs.client |
|---|
| Methods in javax.ws.rs.client with parameters of type ClientException | |
|---|---|
void |
InvocationCallback.failed(ClientException error)
Called when the invocation has failed for any reason. |
| Methods in javax.ws.rs.client that throw ClientException | ||
|---|---|---|
Response |
SyncInvoker.delete()
Invoke HTTP DELETE method for the current request synchronously. |
|
|
SyncInvoker.delete(java.lang.Class<T> responseType)
Invoke HTTP DELETE method for the current request synchronously. |
|
|
SyncInvoker.delete(GenericType<T> responseType)
Invoke HTTP DELETE method for the current request synchronously. |
|
Response |
SyncInvoker.get()
Invoke HTTP GET method for the current request synchronously. |
|
|
SyncInvoker.get(java.lang.Class<T> responseType)
Invoke HTTP GET method for the current request synchronously. |
|
|
SyncInvoker.get(GenericType<T> responseType)
Invoke HTTP GET method for the current request synchronously. |
|
Response |
SyncInvoker.head()
Invoke HTTP HEAD method for the current request synchronously. |
|
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(GenericType<T> responseType)
Synchronously invoke the request and receive a response of the specified generic type back. |
|
Response |
SyncInvoker.method(java.lang.String name)
Invoke an arbitrary method for the current request synchronously. |
|
|
SyncInvoker.method(java.lang.String name,
java.lang.Class<T> responseType)
Invoke an arbitrary method for the current request synchronously. |
|
Response |
SyncInvoker.method(java.lang.String name,
Entity<?> entity)
Invoke an arbitrary method for the current request synchronously. |
|
|
SyncInvoker.method(java.lang.String name,
Entity<?> entity,
java.lang.Class<T> responseType)
Invoke an arbitrary method for the current request synchronously. |
|
|
SyncInvoker.method(java.lang.String name,
Entity<?> entity,
GenericType<T> responseType)
Invoke an arbitrary method for the current request synchronously. |
|
|
SyncInvoker.method(java.lang.String name,
GenericType<T> responseType)
Invoke an arbitrary method for the current request synchronously. |
|
Response |
SyncInvoker.options()
Invoke HTTP OPTIONS method for the current request synchronously. |
|
|
SyncInvoker.options(java.lang.Class<T> responseType)
Invoke HTTP OPTIONS method for the current request synchronously. |
|
|
SyncInvoker.options(GenericType<T> responseType)
Invoke HTTP OPTIONS method for the current request synchronously. |
|
Response |
SyncInvoker.post(Entity<?> entity)
Invoke HTTP POST method for the current request synchronously. |
|
|
SyncInvoker.post(Entity<?> entity,
java.lang.Class<T> responseType)
Invoke HTTP POST method for the current request synchronously. |
|
|
SyncInvoker.post(Entity<?> entity,
GenericType<T> responseType)
Invoke HTTP POST method for the current request synchronously. |
|
Response |
SyncInvoker.put(Entity<?> entity)
Invoke HTTP PUT method for the current request synchronously. |
|
|
SyncInvoker.put(Entity<?> entity,
java.lang.Class<T> responseType)
Invoke HTTP PUT method for the current request synchronously. |
|
|
SyncInvoker.put(Entity<?> entity,
GenericType<T> responseType)
Invoke HTTP PUT method for the current request synchronously. |
|
Response |
SyncInvoker.trace()
Invoke HTTP TRACE method for the current request synchronously. |
|
|
SyncInvoker.trace(java.lang.Class<T> responseType)
Invoke HTTP TRACE method for the current request synchronously. |
|
|
SyncInvoker.trace(GenericType<T> responseType)
Invoke HTTP TRACE method for the current request synchronously. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||