Package io.grpc.stub

Class ClientCalls.GrpcFuture<RespT>

java.lang.Object
com.google.common.util.concurrent.internal.InternalFutureFailureAccess
com.google.common.util.concurrent.AbstractFuture<RespT>
io.grpc.stub.ClientCalls.GrpcFuture<RespT>
All Implemented Interfaces:
com.google.common.util.concurrent.ListenableFuture<RespT>, Future<RespT>
Enclosing class:
ClientCalls

private static final class ClientCalls.GrpcFuture<RespT> extends com.google.common.util.concurrent.AbstractFuture<RespT>
  • Field Details

  • Constructor Details

  • Method Details

    • interruptTask

      protected void interruptTask()
      Overrides:
      interruptTask in class com.google.common.util.concurrent.AbstractFuture<RespT>
    • set

      protected boolean set(@Nullable RespT resp)
      Overrides:
      set in class com.google.common.util.concurrent.AbstractFuture<RespT>
    • setException

      protected boolean setException(Throwable throwable)
      Overrides:
      setException in class com.google.common.util.concurrent.AbstractFuture<RespT>
    • pendingToString

      protected String pendingToString()
      Overrides:
      pendingToString in class com.google.common.util.concurrent.AbstractFuture<RespT>