|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientException | |
---|---|
javax.ws.rs.client | The JAX-RS client API |
org.jboss.resteasy.client.jaxrs.engines | |
org.jboss.resteasy.client.jaxrs.internal |
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(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(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(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(String name)
Invoke an arbitrary method for the current request synchronously. |
|
|
SyncInvoker.method(String name,
Class<T> responseType)
Invoke an arbitrary method for the current request synchronously. |
|
Response |
SyncInvoker.method(String name,
Entity<?> entity)
Invoke an arbitrary method for the current request synchronously. |
|
|
SyncInvoker.method(String name,
Entity<?> entity,
Class<T> responseType)
Invoke an arbitrary method for the current request synchronously. |
|
|
SyncInvoker.method(String name,
Entity<?> entity,
GenericType<T> responseType)
Invoke an arbitrary method for the current request synchronously. |
|
|
SyncInvoker.method(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(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,
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,
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(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. |
Uses of ClientException in org.jboss.resteasy.client.jaxrs.engines |
---|
Methods in org.jboss.resteasy.client.jaxrs.engines that throw ClientException | |
---|---|
ClientResponse |
ApacheHttpClient4Engine.invoke(ClientInvocation request)
|
Uses of ClientException in org.jboss.resteasy.client.jaxrs.internal |
---|
Methods in org.jboss.resteasy.client.jaxrs.internal that throw ClientException | ||
---|---|---|
Response |
ClientInvocationBuilder.delete()
|
|
|
ClientInvocationBuilder.delete(Class<T> responseType)
|
|
|
ClientInvocationBuilder.delete(GenericType<T> responseType)
|
|
Response |
ClientInvocationBuilder.get()
|
|
|
ClientInvocationBuilder.get(Class<T> responseType)
|
|
|
ClientInvocationBuilder.get(GenericType<T> responseType)
|
|
Response |
ClientInvocationBuilder.head()
|
|
Response |
ClientInvocation.invoke()
|
|
|
ClientInvocation.invoke(Class<T> responseType)
|
|
|
ClientInvocation.invoke(GenericType<T> responseType)
|
|
Response |
ClientInvocationBuilder.method(String name)
|
|
|
ClientInvocationBuilder.method(String name,
Class<T> responseType)
|
|
Response |
ClientInvocationBuilder.method(String name,
Entity<?> entity)
|
|
|
ClientInvocationBuilder.method(String name,
Entity<?> entity,
Class<T> responseType)
|
|
|
ClientInvocationBuilder.method(String name,
Entity<?> entity,
GenericType<T> responseType)
|
|
|
ClientInvocationBuilder.method(String name,
GenericType<T> responseType)
|
|
Response |
ClientInvocationBuilder.options()
|
|
|
ClientInvocationBuilder.options(Class<T> responseType)
|
|
|
ClientInvocationBuilder.options(GenericType<T> responseType)
|
|
Response |
ClientInvocationBuilder.post(Entity<?> entity)
|
|
|
ClientInvocationBuilder.post(Entity<?> entity,
Class<T> responseType)
|
|
|
ClientInvocationBuilder.post(Entity<?> entity,
GenericType<T> responseType)
|
|
Response |
ClientInvocationBuilder.put(Entity<?> entity)
|
|
|
ClientInvocationBuilder.put(Entity<?> entity,
Class<T> responseType)
|
|
|
ClientInvocationBuilder.put(Entity<?> entity,
GenericType<T> responseType)
|
|
Response |
ClientInvocationBuilder.trace()
|
|
|
ClientInvocationBuilder.trace(Class<T> responseType)
|
|
|
ClientInvocationBuilder.trace(GenericType<T> responseType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |