Package org.eclipse.jetty.servlets
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
-
Interface Summary Interface Description DoSFilter.OverLimit EventSource EventSource
is the passive half of an event source connection, as defined by the EventSource Specification.EventSource.Emitter EventSource.Emitter
is the active half of an event source connection, and allows applications to operate on the connection by sending events, data or comments, or by closing the connection. -
Class Summary Class Description AsyncGzipFilter Deprecated. CGI Deprecated. do not use, no replacement, will be removed in a future release.CloseableDoSFilter This is an extension toDoSFilter
that uses Jetty APIs to abruptly close the connection when the request times out.ConcatServlet Deprecated. CrossOriginFilter Implementation of the cross-origin resource sharing.DataRateLimitedServlet Deprecated. this is intended as a demonstration and not production quality.DoSFilter Denial of Service filterDoSFilter.Listener Listener for actions taken against specific requests.EventSourceServlet A servlet that implements the event source protocol, also known as "server sent events".GzipFilter Deprecated. HeaderFilter Header FilterIncludableGzipFilter Deprecated. IncludeExcludeBasedFilter Include Exclude Based FilterMultiPartFilter Deprecated. See servlet 3.0 apis like javax.servlet.http.HttpServletRequest.getParts()PushCacheFilter Deprecated. no replacement for this deprecated http featurePushSessionCacheFilter Deprecated. no replacement for this deprecated http featurePutFilter Deprecated. QoSFilter Quality of Service Filter.WelcomeFilter Deprecated. -
Enum Summary Enum Description DoSFilter.Action DoSFilter.RateType Deprecated.