com.sun.jersey.server.impl.container.httpserver
Class HttpHandlerContainer
java.lang.Object
com.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer
- All Implemented Interfaces:
- ContainerListener, ReloadListener, com.sun.net.httpserver.HttpHandler
public class HttpHandlerContainer
- extends Object
- implements com.sun.net.httpserver.HttpHandler, ContainerListener
A HttpHandler
for a WebApplicationImpl
.
- Author:
- Paul.Sandoz@Sun.Com
Method Summary |
void |
handle(com.sun.net.httpserver.HttpExchange exchange)
|
void |
onReload()
Called when reloading of the container is requested. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpHandlerContainer
public HttpHandlerContainer(WebApplication app)
throws ContainerException
- Throws:
ContainerException
handle
public void handle(com.sun.net.httpserver.HttpExchange exchange)
throws IOException
- Specified by:
handle
in interface com.sun.net.httpserver.HttpHandler
- Throws:
IOException
onReload
public void onReload()
- Description copied from interface:
ContainerListener
- Called when reloading of the container is requested.
- Specified by:
onReload
in interface ContainerListener
- Specified by:
onReload
in interface ReloadListener
Copyright © 2013 Oracle Corporation. All Rights Reserved.