Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
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.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.