public interface RequestHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(GenericContainerRequest request,
GenericContainerResponse response)
Handle the HTTP request by dispatching request to appropriate resource.
|
void handleRequest(GenericContainerRequest request, GenericContainerResponse response) throws UnhandledException, IOException
request - HTTP requestresponse - HTTP responseIOException - if any i/o exceptions occursUnhandledException - if any other errors occursCopyright © 2015. All rights reserved.