Uses of Interface
javax.ws.rs.client.Invocation.Builder
Packages that use Invocation.Builder
-
Uses of Invocation.Builder in javax.ws.rs.client
Methods in javax.ws.rs.client that return Invocation.BuilderModifier and TypeMethodDescriptionAdd the accepted response media types.Add the accepted response media types.Invocation.Builder.acceptEncoding
(String... encodings) Add acceptable encodings.Invocation.Builder.acceptLanguage
(String... locales) Add acceptable languages.Invocation.Builder.acceptLanguage
(Locale... locales) Add acceptable languages.Invocation.Builder.cacheControl
(CacheControl cacheControl) Set the cache control data of the message.Add a cookie to be set.Add a cookie to be set.Add an arbitrary header.Invocation.Builder.headers
(MultivaluedMap<String, Object> headers) Replaces all existing headers with the newly supplied headers.Client.invocation
(Link link) Build an invocation builder from a link.Set a new property in the context of a request represented by this invocation builder.WebTarget.request()
Start building a request to the targeted web resource.Start building a request to the targeted web resource and define the accepted response media types.Start building a request to the targeted web resource and define the accepted response media types.