Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
org.glassfish.jersey.client |
Jersey client-side classes.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JerseyInvocation
Jersey implementation of
JAX-RS client-side
request invocation contract. |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.