Uses of Class
org.glassfish.grizzly.http.server.HttpServerFilter

Packages that use HttpServerFilter
org.glassfish.grizzly.http.server   
org.glassfish.grizzly.http.server.jmx   
 

Uses of HttpServerFilter in org.glassfish.grizzly.http.server
 

Fields in org.glassfish.grizzly.http.server declared as HttpServerFilter
protected  HttpServerFilter Request.httpServerFilter
           
 

Methods in org.glassfish.grizzly.http.server that return HttpServerFilter
 HttpServerFilter NetworkListener.getHttpServerFilter()
           
 

Methods in org.glassfish.grizzly.http.server with parameters of type HttpServerFilter
 SuspendStatus Response.initialize(Request request, HttpResponsePacket response, FilterChainContext ctx, DelayedExecutor.DelayQueue<Response> delayQueue, HttpServerFilter serverFilter)
           
 void Request.initialize(Response response, HttpRequestPacket request, FilterChainContext ctx, HttpServerFilter httpServerFilter)
           
 void HttpServerProbe.onRequestCancelEvent(HttpServerFilter filter, Connection connection, Request request)
          Method will be called, when Request processing is cancelled after suspend.
 void HttpServerProbe.Adapter.onRequestCancelEvent(HttpServerFilter filter, Connection connection, Request request)
          Method will be called, when Request processing is cancelled after suspend.
 void HttpServerProbe.onRequestCompleteEvent(HttpServerFilter filter, Connection connection, Response response)
          Method will be called, when Request processing will be completed.
 void HttpServerProbe.Adapter.onRequestCompleteEvent(HttpServerFilter filter, Connection connection, Response response)
          Method will be called, when Request processing will be completed.
 void HttpServerProbe.onRequestReceiveEvent(HttpServerFilter filter, Connection connection, Request request)
          Method will be called, when new Request will come.
 void HttpServerProbe.Adapter.onRequestReceiveEvent(HttpServerFilter filter, Connection connection, Request request)
          Method will be called, when new Request will come.
 void HttpServerProbe.onRequestResumeEvent(HttpServerFilter filter, Connection connection, Request request)
          Method will be called, when Request processing is resumed.
 void HttpServerProbe.Adapter.onRequestResumeEvent(HttpServerFilter filter, Connection connection, Request request)
          Method will be called, when Request processing is resumed.
 void HttpServerProbe.onRequestSuspendEvent(HttpServerFilter filter, Connection connection, Request request)
          Method will be called, when Request processing is suspended.
 void HttpServerProbe.Adapter.onRequestSuspendEvent(HttpServerFilter filter, Connection connection, Request request)
          Method will be called, when Request processing is suspended.
 void HttpServerProbe.onRequestTimeoutEvent(HttpServerFilter filter, Connection connection, Request request)
          Method will be called, when Request processing is timeout after suspend.
 void HttpServerProbe.Adapter.onRequestTimeoutEvent(HttpServerFilter filter, Connection connection, Request request)
          Method will be called, when Request processing is timeout after suspend.
 

Uses of HttpServerFilter in org.glassfish.grizzly.http.server.jmx
 

Constructors in org.glassfish.grizzly.http.server.jmx with parameters of type HttpServerFilter
HttpServerFilter(HttpServerFilter httpServerFilter)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.