Class AjpHelloWorld.HelloWorldHandler

java.lang.Object
org.glassfish.grizzly.http.server.HttpHandler
org.glassfish.grizzly.samples.ajp.AjpHelloWorld.HelloWorldHandler
Enclosing class:
AjpHelloWorld

public static class AjpHelloWorld.HelloWorldHandler extends org.glassfish.grizzly.http.server.HttpHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    service(org.glassfish.grizzly.http.server.Request request, org.glassfish.grizzly.http.server.Response response)
     

    Methods inherited from class org.glassfish.grizzly.http.server.HttpHandler

    destroy, getErrorPageGenerator, getName, getRequestExecutorProvider, getRequestURIEncoding, getSessionCookieName, getSessionManager, isAllowCustomStatusMessage, isAllowEncodedSlash, sendAcknowledgment, setAllowCustomStatusMessage, setAllowEncodedSlash, setDecodeUrl, setDispatcherHelper, setRequestURIEncoding, setRequestURIEncoding, start, updatePaths

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HelloWorldHandler

      public HelloWorldHandler()
  • Method Details

    • service

      public void service(org.glassfish.grizzly.http.server.Request request, org.glassfish.grizzly.http.server.Response response) throws Exception
      Specified by:
      service in class org.glassfish.grizzly.http.server.HttpHandler
      Throws:
      Exception