Class CompletionStageRxInvokerImpl

java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.CompletionStageRxInvokerImpl
All Implemented Interfaces:
jakarta.ws.rs.client.CompletionStageRxInvoker, jakarta.ws.rs.client.RxInvoker<CompletionStage>

public class CompletionStageRxInvokerImpl extends Object implements jakarta.ws.rs.client.CompletionStageRxInvoker
Author:
Ron Sigal, Alessio Soldano

Date March 9, 2016

  • Constructor Details

    • CompletionStageRxInvokerImpl

      public CompletionStageRxInvokerImpl(jakarta.ws.rs.client.SyncInvoker builder)
    • CompletionStageRxInvokerImpl

      public CompletionStageRxInvokerImpl(jakarta.ws.rs.client.SyncInvoker builder, ExecutorService executor)
  • Method Details

    • get

      public CompletionStage<jakarta.ws.rs.core.Response> get()
      Specified by:
      get in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      get in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • get

      public <T> CompletionStage<T> get(Class<T> responseType)
      Specified by:
      get in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      get in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • get

      public <T> CompletionStage<T> get(jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      get in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      get in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • put

      public CompletionStage<jakarta.ws.rs.core.Response> put(jakarta.ws.rs.client.Entity<?> entity)
      Specified by:
      put in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      put in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • put

      public <T> CompletionStage<T> put(jakarta.ws.rs.client.Entity<?> entity, Class<T> clazz)
      Specified by:
      put in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      put in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • put

      public <T> CompletionStage<T> put(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type)
      Specified by:
      put in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      put in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • post

      public CompletionStage<jakarta.ws.rs.core.Response> post(jakarta.ws.rs.client.Entity<?> entity)
      Specified by:
      post in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      post in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • post

      public <T> CompletionStage<T> post(jakarta.ws.rs.client.Entity<?> entity, Class<T> clazz)
      Specified by:
      post in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      post in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • post

      public <T> CompletionStage<T> post(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> type)
      Specified by:
      post in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      post in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • delete

      public CompletionStage<jakarta.ws.rs.core.Response> delete()
      Specified by:
      delete in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      delete in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • delete

      public <T> CompletionStage<T> delete(Class<T> responseType)
      Specified by:
      delete in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      delete in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • delete

      public <T> CompletionStage<T> delete(jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      delete in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      delete in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • head

      public CompletionStage<jakarta.ws.rs.core.Response> head()
      Specified by:
      head in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      head in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • options

      public CompletionStage<jakarta.ws.rs.core.Response> options()
      Specified by:
      options in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      options in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • options

      public <T> CompletionStage<T> options(Class<T> responseType)
      Specified by:
      options in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      options in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • options

      public <T> CompletionStage<T> options(jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      options in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      options in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • trace

      public CompletionStage<jakarta.ws.rs.core.Response> trace()
      Specified by:
      trace in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      trace in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • trace

      public <T> CompletionStage<T> trace(Class<T> responseType)
      Specified by:
      trace in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      trace in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • trace

      public <T> CompletionStage<T> trace(jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      trace in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      trace in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • method

      public CompletionStage<jakarta.ws.rs.core.Response> method(String name)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • method

      public <T> CompletionStage<T> method(String name, Class<T> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • method

      public <T> CompletionStage<T> method(String name, jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • method

      public CompletionStage<jakarta.ws.rs.core.Response> method(String name, jakarta.ws.rs.client.Entity<?> entity)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • method

      public <T> CompletionStage<T> method(String name, jakarta.ws.rs.client.Entity<?> entity, Class<T> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • method

      public <T> CompletionStage<T> method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<CompletionStage>
    • getExecutor

      public ExecutorService getExecutor()
    • patch

      public CompletionStage<jakarta.ws.rs.core.Response> patch(jakarta.ws.rs.client.Entity<?> entity)
    • patch

      public <T> CompletionStage<T> patch(jakarta.ws.rs.client.Entity<?> entity, Class<T> responseType)
    • patch

      public <T> CompletionStage<T> patch(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<T> responseType)