Class NoopClientCall<REQUEST,​RESPONSE>


  • public class NoopClientCall<REQUEST,​RESPONSE>
    extends io.grpc.ClientCall<REQUEST,​RESPONSE>
    • Nested Class Summary

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

        io.grpc.ClientCall.Listener<T extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      NoopClientCall()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel​(java.lang.String message, java.lang.Throwable cause)  
      void halfClose()  
      void request​(int numMessages)  
      void sendMessage​(REQUEST message)  
      void start​(io.grpc.ClientCall.Listener<RESPONSE> listener, io.grpc.Metadata headers)  
      • Methods inherited from class io.grpc.ClientCall

        getAttributes, isReady, setMessageCompression
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoopClientCall

        public NoopClientCall()
    • Method Detail

      • start

        public void start​(io.grpc.ClientCall.Listener<RESPONSE> listener,
                          io.grpc.Metadata headers)
        Specified by:
        start in class io.grpc.ClientCall<REQUEST,​RESPONSE>
      • request

        public void request​(int numMessages)
        Specified by:
        request in class io.grpc.ClientCall<REQUEST,​RESPONSE>
      • cancel

        public void cancel​(java.lang.String message,
                           java.lang.Throwable cause)
        Specified by:
        cancel in class io.grpc.ClientCall<REQUEST,​RESPONSE>
      • halfClose

        public void halfClose()
        Specified by:
        halfClose in class io.grpc.ClientCall<REQUEST,​RESPONSE>
      • sendMessage

        public void sendMessage​(REQUEST message)
        Specified by:
        sendMessage in class io.grpc.ClientCall<REQUEST,​RESPONSE>