|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invocation.Builder | |
|---|---|
| javax.ws.rs.client | The JAX-RS client API |
| org.jboss.resteasy.client.jaxrs | |
| org.jboss.resteasy.client.jaxrs.internal | |
| Uses of Invocation.Builder in javax.ws.rs.client |
|---|
| Methods in javax.ws.rs.client that return Invocation.Builder | |
|---|---|
Invocation.Builder |
Invocation.Builder.acceptEncoding(String... encodings)
Add acceptable encodings. |
Invocation.Builder |
Invocation.Builder.acceptLanguage(Locale... locales)
Add acceptable languages. |
Invocation.Builder |
Invocation.Builder.acceptLanguage(String... locales)
Add acceptable languages. |
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.cookie(String name,
String value)
Add a cookie to be set. |
Invocation.Builder |
Invocation.Builder.header(String name,
Object value)
Add an arbitrary header. |
Invocation.Builder |
Invocation.Builder.headers(MultivaluedMap<String,Object> headers)
Replaces all existing headers with the newly supplied headers. |
Invocation.Builder |
Client.invocation(Link link)
Build an invocation builder from a link. |
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(String... acceptedResponseTypes)
Start building a request to the targeted web resource and define the accepted response media types. |
| Uses of Invocation.Builder in org.jboss.resteasy.client.jaxrs |
|---|
| Methods in org.jboss.resteasy.client.jaxrs that return Invocation.Builder | |
|---|---|
Invocation.Builder |
ResteasyClient.invocation(Link link)
|
| Uses of Invocation.Builder in org.jboss.resteasy.client.jaxrs.internal |
|---|
| Classes in org.jboss.resteasy.client.jaxrs.internal that implement Invocation.Builder | |
|---|---|
class |
ClientInvocationBuilder
|
| Methods in org.jboss.resteasy.client.jaxrs.internal that return Invocation.Builder | |
|---|---|
Invocation.Builder |
ClientInvocationBuilder.acceptEncoding(String... encodings)
|
Invocation.Builder |
ClientInvocationBuilder.acceptLanguage(Locale... locales)
|
Invocation.Builder |
ClientInvocationBuilder.acceptLanguage(String... locales)
|
Invocation.Builder |
ClientInvocationBuilder.cacheControl(CacheControl cacheControl)
|
Invocation.Builder |
ClientInvocationBuilder.cookie(Cookie cookie)
|
Invocation.Builder |
ClientInvocationBuilder.cookie(String name,
String value)
|
Invocation.Builder |
ClientInvocationBuilder.header(String name,
Object value)
|
Invocation.Builder |
ClientInvocationBuilder.headers(MultivaluedMap<String,Object> headers)
|
Invocation.Builder |
ClientInvocationBuilder.property(String name,
Object value)
|
Invocation.Builder |
ClientInvocationBuilder.register(Class<?> componentClass)
|
Invocation.Builder |
ClientInvocationBuilder.register(Class<?> componentClass,
Class<?>... contracts)
|
Invocation.Builder |
ClientInvocationBuilder.register(Class<?> componentClass,
int priority)
|
Invocation.Builder |
ClientInvocationBuilder.register(Class<?> componentClass,
Map<Class<?>,Integer> contracts)
|
Invocation.Builder |
ClientInvocationBuilder.register(Object component)
|
Invocation.Builder |
ClientInvocationBuilder.register(Object component,
Class<?>... contracts)
|
Invocation.Builder |
ClientInvocationBuilder.register(Object component,
int priority)
|
Invocation.Builder |
ClientInvocationBuilder.register(Object component,
Map<Class<?>,Integer> contracts)
|
Invocation.Builder |
ClientInvocationBuilder.replaceWith(Configuration config)
|
Invocation.Builder |
ClientWebTarget.request()
|
Invocation.Builder |
ClientWebTarget.request(MediaType... acceptedResponseTypes)
|
Invocation.Builder |
ClientWebTarget.request(String... acceptedResponseTypes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||