|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invocation.Builder | |
|---|---|
| javax.ws.rs.client | The JAX-RS client API |
| Uses of Invocation.Builder in javax.ws.rs.client |
|---|
| Methods in javax.ws.rs.client that return Invocation.Builder | |
|---|---|
Invocation.Builder |
Invocation.Builder.acceptLanguage(java.util.Locale... locales)
Add acceptable languages. |
Invocation.Builder |
Invocation.Builder.acceptLanguage(java.lang.String... locales)
Add acceptable languages. |
Invocation.Builder |
Invocation.Builder.allow(java.util.Set<java.lang.String> methods)
Set the list of allowed methods for the resource. |
Invocation.Builder |
Invocation.Builder.allow(java.lang.String... methods)
Set the list of allowed methods for the resource. |
Invocation.Builder |
Invocation.Builder.cacheControl(CacheControl cacheControl)
Set the cache control data of the message. |
Invocation.Builder |
Invocation.Builder.cookie(Cookie cookie)
Add a cookie to be set. |
Invocation.Builder |
Invocation.Builder.header(java.lang.String name,
java.lang.Object value)
Add an arbitrary header. |
Invocation.Builder |
Invocation.Builder.headers(MultivaluedMap<java.lang.String,java.lang.Object> headers)
Replaces all existing headers with the newly supplied headers. |
Invocation.Builder |
WebTarget.request()
Start building a request to the targeted web resource. |
Invocation.Builder |
WebTarget.request(MediaType... acceptedResponseTypes)
Start building a request to the targeted web resource and define the accepted response media types. |
Invocation.Builder |
WebTarget.request(java.lang.String... acceptedResponseTypes)
Start building a request to the targeted web resource and define the accepted response media types. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||