Interface ListenableFutureInvoker

All Superinterfaces:
jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>

public interface ListenableFutureInvoker extends jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
An RxInvoker implementation which supports Guava ListenableFuture.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    delete(jakarta.ws.rs.core.GenericType<R> responseType)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    delete(Class<R> responseType)
     
    com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>
    get()
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    get(jakarta.ws.rs.core.GenericType<R> responseType)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    get(Class<R> responseType)
     
    com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>
     
    com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>
    method(String name)
     
    com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>
    method(String name, jakarta.ws.rs.client.Entity<?> entity)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    method(String name, jakarta.ws.rs.client.Entity<?> entity, Class<R> responseType)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    method(String name, jakarta.ws.rs.core.GenericType<R> responseType)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    method(String name, Class<R> responseType)
     
    com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    options(jakarta.ws.rs.core.GenericType<R> responseType)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    options(Class<R> responseType)
     
    com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>
    post(jakarta.ws.rs.client.Entity<?> entity)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    post(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    post(jakarta.ws.rs.client.Entity<?> entity, Class<R> responseType)
     
    com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>
    put(jakarta.ws.rs.client.Entity<?> entity)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    put(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    put(jakarta.ws.rs.client.Entity<?> entity, Class<R> responseType)
     
    com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response>
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    trace(jakarta.ws.rs.core.GenericType<R> responseType)
     
    <R> com.google.common.util.concurrent.ListenableFuture<R>
    trace(Class<R> responseType)
     
  • Method Details

    • delete

      com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> delete()
      Specified by:
      delete in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • delete

      <R> com.google.common.util.concurrent.ListenableFuture<R> delete(Class<R> responseType)
      Specified by:
      delete in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • delete

      <R> com.google.common.util.concurrent.ListenableFuture<R> delete(jakarta.ws.rs.core.GenericType<R> responseType)
      Specified by:
      delete in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • get

      com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> get()
      Specified by:
      get in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • get

      <R> com.google.common.util.concurrent.ListenableFuture<R> get(Class<R> responseType)
      Specified by:
      get in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • get

      <R> com.google.common.util.concurrent.ListenableFuture<R> get(jakarta.ws.rs.core.GenericType<R> responseType)
      Specified by:
      get in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • head

      com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> head()
      Specified by:
      head in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • method

      com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> method(String name)
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • method

      <R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, Class<R> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • method

      <R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, jakarta.ws.rs.core.GenericType<R> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • method

      com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> method(String name, jakarta.ws.rs.client.Entity<?> entity)
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • method

      <R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, jakarta.ws.rs.client.Entity<?> entity, Class<R> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • method

      <R> com.google.common.util.concurrent.ListenableFuture<R> method(String name, jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType)
      Specified by:
      method in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • options

      com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> options()
      Specified by:
      options in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • options

      <R> com.google.common.util.concurrent.ListenableFuture<R> options(Class<R> responseType)
      Specified by:
      options in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • options

      <R> com.google.common.util.concurrent.ListenableFuture<R> options(jakarta.ws.rs.core.GenericType<R> responseType)
      Specified by:
      options in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • post

      com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> post(jakarta.ws.rs.client.Entity<?> entity)
      Specified by:
      post in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • post

      <R> com.google.common.util.concurrent.ListenableFuture<R> post(jakarta.ws.rs.client.Entity<?> entity, Class<R> responseType)
      Specified by:
      post in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • post

      <R> com.google.common.util.concurrent.ListenableFuture<R> post(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType)
      Specified by:
      post in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • put

      com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> put(jakarta.ws.rs.client.Entity<?> entity)
      Specified by:
      put in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • put

      <R> com.google.common.util.concurrent.ListenableFuture<R> put(jakarta.ws.rs.client.Entity<?> entity, Class<R> responseType)
      Specified by:
      put in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • put

      <R> com.google.common.util.concurrent.ListenableFuture<R> put(jakarta.ws.rs.client.Entity<?> entity, jakarta.ws.rs.core.GenericType<R> responseType)
      Specified by:
      put in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • trace

      com.google.common.util.concurrent.ListenableFuture<jakarta.ws.rs.core.Response> trace()
      Specified by:
      trace in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • trace

      <R> com.google.common.util.concurrent.ListenableFuture<R> trace(Class<R> responseType)
      Specified by:
      trace in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>
    • trace

      <R> com.google.common.util.concurrent.ListenableFuture<R> trace(jakarta.ws.rs.core.GenericType<R> responseType)
      Specified by:
      trace in interface jakarta.ws.rs.client.RxInvoker<com.google.common.util.concurrent.ListenableFuture>