Class GyHttpContextHandler

java.lang.Object
org.glassfish.grizzly.http.server.HttpHandler
org.noear.solon.server.grizzly.http.GyHttpContextHandler

public class GyHttpContextHandler extends org.glassfish.grizzly.http.server.HttpHandler
Since:
3.6
Author:
noear
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Executor
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    GyHttpContextHandler(org.noear.solon.core.handle.Handler handler)
     
  • Method Summary

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

    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
  • Field Details

    • executor

      protected Executor executor
  • Constructor Details

    • GyHttpContextHandler

      public GyHttpContextHandler(org.noear.solon.core.handle.Handler handler)
  • Method Details

    • setExecutor

      public void setExecutor(Executor executor)
    • 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
    • handle0

      protected void handle0(GyHttpContext ctx)
    • handleDo

      protected void handleDo(GyHttpContext ctx)