|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UniformInterfaceException | |
---|---|
com.sun.jersey.api.client |
Uses of UniformInterfaceException in com.sun.jersey.api.client |
---|
Methods in com.sun.jersey.api.client that throw UniformInterfaceException | ||
---|---|---|
java.util.concurrent.Future<?> |
AsyncUniformInterface.delete()
Invoke the DELETE method with no request entity or response. |
|
void |
UniformInterface.delete()
Invoke the DELETE method with no request entity or response. |
|
|
AsyncUniformInterface.delete(java.lang.Class<T> c)
Invoke the DELETE method with no request entity that returns a response. |
|
|
UniformInterface.delete(java.lang.Class<T> c)
Invoke the DELETE method with no request entity that returns a response. |
|
|
AsyncUniformInterface.delete(java.lang.Class<T> c,
java.lang.Object requestEntity)
Invoke the DELETE method with a request entity that returns a response. |
|
|
UniformInterface.delete(java.lang.Class<T> c,
java.lang.Object requestEntity)
Invoke the DELETE method with a request entity that returns a response. |
|
java.util.concurrent.Future<?> |
AsyncUniformInterface.delete(java.lang.Object requestEntity)
Invoke the DELETE method with a request entity but no response. |
|
void |
UniformInterface.delete(java.lang.Object requestEntity)
Invoke the DELETE method with a request entity but no response. |
|
|
AsyncUniformInterface.get(java.lang.Class<T> c)
Invoke the GET method. |
|
|
UniformInterface.get(java.lang.Class<T> c)
Invoke the GET method. |
|
java.util.concurrent.Future<?> |
AsyncUniformInterface.method(java.lang.String method)
Invoke a HTTP method with no request entity or response. |
|
void |
UniformInterface.method(java.lang.String method)
Invoke a HTTP method with no request entity or response. |
|
|
AsyncUniformInterface.method(java.lang.String method,
java.lang.Class<T> c)
Invoke a HTTP method with no request entity that returns a response. |
|
|
UniformInterface.method(java.lang.String method,
java.lang.Class<T> c)
Invoke a HTTP method with no request entity that returns a response. |
|
|
AsyncUniformInterface.method(java.lang.String method,
java.lang.Class<T> c,
java.lang.Object requestEntity)
Invoke a HTTP method with a request entity that returns a response. |
|
|
UniformInterface.method(java.lang.String method,
java.lang.Class<T> c,
java.lang.Object requestEntity)
Invoke a HTTP method with a request entity that returns a response. |
|
java.util.concurrent.Future<?> |
AsyncUniformInterface.method(java.lang.String method,
java.lang.Object requestEntity)
Invoke a HTTP method with a request entity but no response. |
|
void |
UniformInterface.method(java.lang.String method,
java.lang.Object requestEntity)
Invoke a HTTP method with a request entity but no response. |
|
|
AsyncUniformInterface.options(java.lang.Class<T> c)
Invoke the OPTIONS method. |
|
|
UniformInterface.options(java.lang.Class<T> c)
Invoke the OPTIONS method. |
|
java.util.concurrent.Future<?> |
AsyncUniformInterface.post()
Invoke the POST method with no request entity or response. |
|
void |
UniformInterface.post()
Invoke the POST method with no request entity or response. |
|
|
AsyncUniformInterface.post(java.lang.Class<T> c)
Invoke the POST method with no request entity that returns a response. |
|
|
UniformInterface.post(java.lang.Class<T> c)
Invoke the POST method with no request entity that returns a response. |
|
|
AsyncUniformInterface.post(java.lang.Class<T> c,
java.lang.Object requestEntity)
Invoke the POST method with a request entity that returns a response. |
|
|
UniformInterface.post(java.lang.Class<T> c,
java.lang.Object requestEntity)
Invoke the POST method with a request entity that returns a response. |
|
java.util.concurrent.Future<?> |
AsyncUniformInterface.post(java.lang.Object requestEntity)
Invoke the POST method with a request entity but no response. |
|
void |
UniformInterface.post(java.lang.Object requestEntity)
Invoke the POST method with a request entity but no response. |
|
java.util.concurrent.Future<?> |
AsyncUniformInterface.put()
Invoke the PUT method with no request entity or response. |
|
void |
UniformInterface.put()
Invoke the PUT method with no request entity or response. |
|
|
AsyncUniformInterface.put(java.lang.Class<T> c)
Invoke the PUT method with no request entity that returns a response. |
|
|
UniformInterface.put(java.lang.Class<T> c)
Invoke the PUT method with no request entity that returns a response. |
|
|
AsyncUniformInterface.put(java.lang.Class<T> c,
java.lang.Object requestEntity)
Invoke the PUT method with a request entity that returns a response. |
|
|
UniformInterface.put(java.lang.Class<T> c,
java.lang.Object requestEntity)
Invoke the PUT method with a request entity that returns a response. |
|
java.util.concurrent.Future<?> |
AsyncUniformInterface.put(java.lang.Object requestEntity)
Invoke the PUT method with a request entity but no response. |
|
void |
UniformInterface.put(java.lang.Object requestEntity)
Invoke the PUT method with a request entity but no response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |