Class Ping


  • public class Ping
    extends java.lang.Object
    A ping, typically to ask whether backend is alive.
    Author:
    Steinar Knutsen
    • Constructor Summary

      Constructors 
      Constructor Description
      Ping()  
      Ping​(long timeout)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getTimeout()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Ping

        public Ping()
      • Ping

        public Ping​(long timeout)
    • Method Detail

      • getTimeout

        public long getTimeout()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object