Class MpClientInvocationBuilder

  • All Implemented Interfaces:
    javax.ws.rs.client.Invocation.Builder, javax.ws.rs.client.SyncInvoker

    public class MpClientInvocationBuilder
    extends org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
    • Field Summary

      • Fields inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder

        invocation
    • Constructor Summary

      Constructors 
      Constructor Description
      MpClientInvocationBuilder​(org.jboss.resteasy.client.jaxrs.ResteasyClient client, URI uri, org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration configuration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.jboss.resteasy.client.jaxrs.internal.ClientInvocation createClientInvocation​(org.jboss.resteasy.client.jaxrs.internal.ClientInvocation invocation)  
      protected org.jboss.resteasy.client.jaxrs.internal.ClientInvocation createClientInvocation​(org.jboss.resteasy.client.jaxrs.ResteasyClient client, URI uri, org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders headers, org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration parent)  
      javax.ws.rs.client.CompletionStageRxInvoker rx()  
      • Methods inherited from class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder

        accept, accept, acceptEncoding, acceptLanguage, acceptLanguage, async, build, build, buildDelete, buildGet, buildPost, buildPut, cacheControl, cookie, cookie, delete, delete, delete, get, get, get, getClientInvocation, getHeaders, getTarget, getURI, head, header, headers, isChunked, method, method, method, method, method, method, options, options, options, patch, patch, patch, post, post, post, property, put, put, put, rx, setChunked, setClientInvocation, setTarget, trace, trace, trace
    • Constructor Detail

      • MpClientInvocationBuilder

        public MpClientInvocationBuilder​(org.jboss.resteasy.client.jaxrs.ResteasyClient client,
                                         URI uri,
                                         org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration configuration)
    • Method Detail

      • rx

        public javax.ws.rs.client.CompletionStageRxInvoker rx()
        Specified by:
        rx in interface javax.ws.rs.client.Invocation.Builder
        Overrides:
        rx in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
      • createClientInvocation

        protected org.jboss.resteasy.client.jaxrs.internal.ClientInvocation createClientInvocation​(org.jboss.resteasy.client.jaxrs.internal.ClientInvocation invocation)
        Overrides:
        createClientInvocation in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
      • createClientInvocation

        protected org.jboss.resteasy.client.jaxrs.internal.ClientInvocation createClientInvocation​(org.jboss.resteasy.client.jaxrs.ResteasyClient client,
                                                                                                   URI uri,
                                                                                                   org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders headers,
                                                                                                   org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration parent)
        Overrides:
        createClientInvocation in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder