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 |
Closeable DoS Filter.
|
| ConcatServlet |
This servlet may be used to concatenate multiple resources into
a single response.
|
| 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 |
| IncludableGzipFilter | Deprecated |
| 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 |
Welcome Filter
This filter can be used to server an index file for a directory
when no index file actually exists (thus the web.xml mechanism does
not work).
|
Copyright © 1995-2016 Webtide. All Rights Reserved.