Class SimpleHttpHandler

java.lang.Object
org.glassfish.grizzly.http.server.HttpHandler
org.glassfish.grizzly.samples.httpserver.secure.SimpleHttpHandler

public class SimpleHttpHandler extends org.glassfish.grizzly.http.server.HttpHandler
Simple HttpHandler implementation.
  • 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

    • SimpleHttpHandler

      public SimpleHttpHandler()
  • 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