See: Description
| Interface | Description |
|---|---|
| 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 | Description |
|---|---|
| AsyncGzipFilter | Deprecated |
| CGI |
CGI Servlet.
|
| CloseableDoSFilter |
This is an extension to
DoSFilter 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 |
A servlet that uses the Servlet 3.1 asynchronous IO API to server
static content at a limited data rate.
|
| DoSFilter |
Denial of Service filter
|
| EventSourceServlet |
A servlet that implements the event source protocol,
also known as "server sent events".
|
| GzipFilter | Deprecated |
| HeaderFilter |
Header Filter
|
| IncludableGzipFilter | Deprecated |
| IncludeExcludeBasedFilter |
Include Exclude Based Filter
|
| MultiPartFilter | Deprecated
See servlet 3.0 apis like javax.servlet.http.HttpServletRequest.getParts()
|
| PushCacheFilter |
A filter that builds a cache of secondary resources associated
to primary resources.
|
| PushSessionCacheFilter | |
| PutFilter |
PutFilter
A Filter that handles PUT, DELETE and MOVE methods.
|
| QoSFilter |
Quality of Service Filter.
|
| WelcomeFilter | Deprecated |
Copyright © 1995–2021 Webtide. All rights reserved.