Class PingHandler

  • All Implemented Interfaces:
    com.sun.net.httpserver.HttpHandler

    public class PingHandler
    extends BaseHandler
    implements com.sun.net.httpserver.HttpHandler
    • Field Summary

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(com.sun.net.httpserver.HttpExchange exchange)  
      • Methods inherited from class java.lang.Object

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

      • PingHandler

        public PingHandler​(@NotNull
                           HTTPServer s)
    • Method Detail

      • handle

        public void handle​(com.sun.net.httpserver.HttpExchange exchange)
                    throws java.io.IOException
        Specified by:
        handle in interface com.sun.net.httpserver.HttpHandler
        Throws:
        java.io.IOException