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, getRequestURIEncoding, getThreadPool, isAllowCustomStatusMessage, isAllowEncodedSlash, sendAcknowledgment, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setRequestURIEncoding, setRequestURIEncoding, start, updatePaths
public void service(Request request, Response response) throws Exception
HttpHandler
service
in class HttpHandler
request
- The Request
response
- The Response
Exception
Copyright © 2014 Oracle Corporation. All rights reserved.