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
ContainerException
public void handle(com.sun.net.httpserver.HttpExchange exchange) throws IOException
handle
in interface com.sun.net.httpserver.HttpHandler
IOException
public void onReload()
ContainerListener
onReload
in interface ContainerListener
onReload
in interface ReloadListener
Copyright © 2015 Oracle Corporation. All rights reserved.