Class AbstractHttpExchangeHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.sun.net.httpserver.HttpHandler

        handle
    • Constructor Detail

      • AbstractHttpExchangeHandler

        public AbstractHttpExchangeHandler()
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface HttpExchangeHandler