Package io.grpc.xds

Class FaultFilter.DelayInjectedCall<ReqT,RespT>

java.lang.Object
io.grpc.ClientCall<ReqT,RespT>
io.grpc.internal.DelayedClientCall<ReqT,RespT>
io.grpc.xds.FaultFilter.DelayInjectedCall<ReqT,RespT>
Enclosing class:
FaultFilter

private final class FaultFilter.DelayInjectedCall<ReqT,RespT> extends io.grpc.internal.DelayedClientCall<ReqT,RespT>
A DelayedClientCall with a fixed delay.
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.ClientCall

    io.grpc.ClientCall.Listener<T>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) boolean
     
    (package private) ScheduledFuture<?>
     
    (package private) final Object
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DelayInjectedCall(long delayNanos, Executor callExecutor, ScheduledExecutorService scheduler, io.grpc.Deadline deadline, com.google.common.base.Supplier<? extends io.grpc.ClientCall<ReqT,RespT>> callSupplier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class io.grpc.internal.DelayedClientCall

    cancel, getAttributes, halfClose, isReady, request, sendMessage, setCall, setMessageCompression, start, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • callCancelled

      protected void callCancelled()
      Overrides:
      callCancelled in class io.grpc.internal.DelayedClientCall<ReqT,RespT>