public static class AjpHelloWorld.HelloWorldHandler extends HttpHandler
| Constructor and Description |
|---|
HelloWorldHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
service(Request request,
Response response)
This method should contain the logic for any HTTP extension to the
Grizzly HTTP web server.
|
destroy, getErrorPageGenerator, getName, getRequestExecutorProvider, getRequestURIEncoding, getSessionCookieName, getSessionManager, isAllowCustomStatusMessage, isAllowEncodedSlash, sendAcknowledgment, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setRequestURIEncoding, setRequestURIEncoding, start, updatePathspublic void service(Request request, Response response) throws Exception
HttpHandlerservice in class HttpHandlerrequest - The Requestresponse - The ResponseExceptionCopyright © 2015 Oracle Corporation. All rights reserved.