Class HttpReceiver

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean abort​(HttpExchange exchange, java.lang.Throwable failure)  
      boolean isFailed()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • isFailed

        public boolean isFailed()
      • abort

        public boolean abort​(HttpExchange exchange,
                             java.lang.Throwable failure)
      • toString

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