public class ServletHttpHandler extends Object implements com.sun.net.httpserver.HttpHandler
| Constructor and Description |
|---|
ServletHttpHandler(NWebServletConfig servletConfig,
NWebContext container,
NHttpServer server,
ServletConfigImpl myServletConfig) |
| Modifier and Type | Method and Description |
|---|---|
NWebContext |
getContainer() |
ServletConfigImpl |
getMyServletConfig() |
NHttpServer |
getServer() |
NWebServletConfig |
getServletConfig() |
javax.servlet.ServletContext |
getServletContext() |
void |
handle(com.sun.net.httpserver.HttpExchange exchange) |
void |
init() |
public ServletHttpHandler(NWebServletConfig servletConfig, NWebContext container, NHttpServer server, ServletConfigImpl myServletConfig)
public void init()
public void handle(com.sun.net.httpserver.HttpExchange exchange)
throws IOException
handle in interface com.sun.net.httpserver.HttpHandlerIOExceptionpublic NWebServletConfig getServletConfig()
public NHttpServer getServer()
public NWebContext getContainer()
public ServletConfigImpl getMyServletConfig()
public javax.servlet.ServletContext getServletContext()
Copyright © 2026 vpc open source initiative. All rights reserved.