Interface PathAndHandler

  • All Superinterfaces:
    com.sun.net.httpserver.HttpHandler

    public interface PathAndHandler
    extends com.sun.net.httpserver.HttpHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String path()  
      • Methods inherited from interface com.sun.net.httpserver.HttpHandler

        handle
    • Method Detail

      • path

        java.lang.String path()