Class RpcPing

  • All Implemented Interfaces:
    com.yahoo.search.dispatch.rpc.Client.ResponseReceiver, Pinger

    public class RpcPing
    extends java.lang.Object
    implements Pinger, com.yahoo.search.dispatch.rpc.Client.ResponseReceiver
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void ping()  
      void receive​(com.yahoo.search.dispatch.rpc.Client.ResponseOrError<com.yahoo.search.dispatch.rpc.Client.ProtobufResponse> response)  
      • Methods inherited from class java.lang.Object

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

      • ping

        public void ping()
        Specified by:
        ping in interface Pinger
      • receive

        public void receive​(com.yahoo.search.dispatch.rpc.Client.ResponseOrError<com.yahoo.search.dispatch.rpc.Client.ProtobufResponse> response)
        Specified by:
        receive in interface com.yahoo.search.dispatch.rpc.Client.ResponseReceiver