|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invocation | |
|---|---|
| javax.ws.rs.client | The JAX-RS client API |
| org.glassfish.jersey.client | Jersey client-side classes. |
| Uses of Invocation in javax.ws.rs.client |
|---|
| Methods in javax.ws.rs.client that return Invocation | |
|---|---|
Invocation |
Invocation.Builder.build(String method)
Build a request invocation using an arbitrary request method name. |
Invocation |
Invocation.Builder.build(String method,
Entity<?> entity)
Build a request invocation using an arbitrary request method name and request entity. |
Invocation |
Invocation.Builder.buildDelete()
Build a DELETE request invocation. |
Invocation |
Invocation.Builder.buildGet()
Build a GET request invocation. |
Invocation |
Invocation.Builder.buildPost(Entity<?> entity)
Build a POST request invocation. |
Invocation |
Invocation.Builder.buildPut(Entity<?> entity)
Build a PUT request invocation. |
Invocation |
Invocation.property(String name,
Object value)
Set a new property in the context of a request represented by this invocation. |
| Uses of Invocation in org.glassfish.jersey.client |
|---|
| Classes in org.glassfish.jersey.client that implement Invocation | |
|---|---|
class |
JerseyInvocation
Jersey implementation of JAX-RS client-side
request invocation contract. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||