public class HttpHandlerContainer extends Object implements com.sun.net.httpserver.HttpHandler, ContainerListener
HttpHandler for a WebApplicationImpl.| Constructor and Description |
|---|
HttpHandlerContainer(WebApplication app) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(com.sun.net.httpserver.HttpExchange exchange) |
void |
onReload()
Called when reloading of the container is requested.
|
public HttpHandlerContainer(WebApplication app) throws ContainerException
ContainerExceptionpublic void handle(com.sun.net.httpserver.HttpExchange exchange)
throws IOException
handle in interface com.sun.net.httpserver.HttpHandlerIOExceptionpublic void onReload()
ContainerListeneronReload in interface ContainerListeneronReload in interface ReloadListenerCopyright © 2016 Oracle Corporation. All rights reserved.