Uses of Class
org.glassfish.jersey.client.JerseyInvocation.Builder
Packages that use JerseyInvocation.Builder
-
Uses of JerseyInvocation.Builder in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as JerseyInvocation.BuilderModifier and TypeFieldDescriptionprivate final JerseyInvocation.Builder
JerseyInvocation.AsyncInvoker.builder
Methods in org.glassfish.jersey.client that return JerseyInvocation.BuilderModifier and TypeMethodDescriptionJerseyInvocation.Builder.accept
(javax.ws.rs.core.MediaType... mediaTypes) JerseyInvocation.Builder.acceptLanguage
(String... locales) JerseyInvocation.Builder.acceptLanguage
(Locale... locales) JerseyInvocation.Builder.cacheControl
(javax.ws.rs.core.CacheControl cacheControl) JerseyInvocation.Builder.cookie
(javax.ws.rs.core.Cookie cookie) JerseyClient.invocation
(javax.ws.rs.core.Link link) JerseyWebTarget.request()
JerseyWebTarget.request
(javax.ws.rs.core.MediaType... acceptedResponseTypes) Constructors in org.glassfish.jersey.client with parameters of type JerseyInvocation.BuilderModifierConstructorDescriptionprivate
AsyncInvoker
(JerseyInvocation.Builder request) private
JerseyInvocation
(JerseyInvocation.Builder builder) private
JerseyInvocation
(JerseyInvocation.Builder builder, boolean copyRequestContext)