Class ServletHttpHandler

java.lang.Object
net.thevpc.nhttp.server.servlet.ServletHttpHandler
All Implemented Interfaces:
com.sun.net.httpserver.HttpHandler

public class ServletHttpHandler extends Object implements com.sun.net.httpserver.HttpHandler
  • Constructor Details

  • Method Details

    • init

      public void init()
    • handle

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

      public NWebServletConfig getServletConfig()
    • getServer

      public NHttpServer getServer()
    • getContainer

      public NWebContainer getContainer()
    • getMyServletConfig

      public ServletConfigImpl getMyServletConfig()
    • getServletContext

      public javax.servlet.ServletContext getServletContext()