Uses of Class
org.glassfish.grizzly.http.server.HttpServerFilter
Packages that use HttpServerFilter
-
Uses of HttpServerFilter in org.glassfish.grizzly.http.server
Fields in org.glassfish.grizzly.http.server declared as HttpServerFilterMethods in org.glassfish.grizzly.http.server that return HttpServerFilterMethods in org.glassfish.grizzly.http.server with parameters of type HttpServerFilterModifier and TypeMethodDescriptionvoidRequest.initialize(HttpRequestPacket request, FilterChainContext ctx, HttpServerFilter httpServerFilter) voidResponse.initialize(Request request, HttpResponsePacket response, FilterChainContext ctx, DelayedExecutor.DelayQueue<Response.SuspendTimeout> delayQueue, HttpServerFilter serverFilter) voidHttpServerProbe.Adapter.onBeforeServiceEvent(HttpServerFilter filter, Connection connection, Request request, HttpHandler httpHandler) Method will be called, before invokingHttpHandler.service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response).voidHttpServerProbe.onBeforeServiceEvent(HttpServerFilter filter, Connection connection, Request request, HttpHandler httpHandler) Method will be called, before invokingHttpHandler.service(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response).voidHttpServerProbe.Adapter.onRequestCancelEvent(HttpServerFilter filter, Connection connection, Request request) voidHttpServerProbe.onRequestCancelEvent(HttpServerFilter filter, Connection connection, Request request) Method will be called, whenRequestprocessing is cancelled after suspend.voidHttpServerProbe.Adapter.onRequestCompleteEvent(HttpServerFilter filter, Connection connection, Response response) Method will be called, whenRequestprocessing will be completed.voidHttpServerProbe.onRequestCompleteEvent(HttpServerFilter filter, Connection connection, Response response) Method will be called, whenRequestprocessing will be completed.voidHttpServerProbe.Adapter.onRequestReceiveEvent(HttpServerFilter filter, Connection connection, Request request) Method will be called, when newRequestwill come.voidHttpServerProbe.onRequestReceiveEvent(HttpServerFilter filter, Connection connection, Request request) Method will be called, when newRequestwill come.voidHttpServerProbe.Adapter.onRequestResumeEvent(HttpServerFilter filter, Connection connection, Request request) Method will be called, whenRequestprocessing is resumed.voidHttpServerProbe.onRequestResumeEvent(HttpServerFilter filter, Connection connection, Request request) Method will be called, whenRequestprocessing is resumed.voidHttpServerProbe.Adapter.onRequestSuspendEvent(HttpServerFilter filter, Connection connection, Request request) Method will be called, whenRequestprocessing is suspended.voidHttpServerProbe.onRequestSuspendEvent(HttpServerFilter filter, Connection connection, Request request) Method will be called, whenRequestprocessing is suspended.voidHttpServerProbe.Adapter.onRequestTimeoutEvent(HttpServerFilter filter, Connection connection, Request request) Method will be called, whenRequestprocessing is timeout after suspend.voidHttpServerProbe.onRequestTimeoutEvent(HttpServerFilter filter, Connection connection, Request request) Method will be called, whenRequestprocessing is timeout after suspend. -
Uses of HttpServerFilter in org.glassfish.grizzly.http.server.accesslog
Methods in org.glassfish.grizzly.http.server.accesslog with parameters of type HttpServerFilterModifier and TypeMethodDescriptionvoidAccessLogProbe.onRequestCompleteEvent(HttpServerFilter filter, Connection connection, Response response) Receive notification of the completion of aResponsean possibly trigger an access log entry generation.voidAccessLogProbe.onRequestReceiveEvent(HttpServerFilter filter, Connection connection, Request request) Instrument the specifiedRequestwith an attribute marking its received time (in nanoseconds).