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 |
Async GZIP Filter
This filter is a gzip filter using jetty internal mechanism to apply gzip compression
to output that is compatible with async IO and does not need to wrap the response nor output stream.
|
CGI |
CGI Servlet.
|
CloseableDoSFilter |
Closeable DoS Filter.
|
ConcatServlet |
Concatenation Servlet
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 |
GZIP Filter
This filter will gzip or deflate the content of a response if:
The filter is mapped to a matching path
accept-encoding header is set to either gzip, deflate or a combination of those
The response status code is >=200 and <300
The content length is unknown or more than the
minGzipSize initParameter or the minGzipSize is 0(default)
If a list of mimeTypes is set by the mimeTypes init parameter, then the Content-Type is in the list.
If no mimeType list is set, then the content-type is not in the list defined by excludedMimeTypes
No content-encoding is specified by the resource
|
IncludableGzipFilter |
Includable GZip Filter.
|
MultiPartFilter | Deprecated
See servlet 3.0 apis like javax.servlet.http.HttpServletRequest.getParts()
|
PutFilter |
PutFilter
A Filter that handles PUT, DELETE and MOVE methods.
|
QoSFilter |
Quality of Service Filter.
|
UserAgentFilter |
User Agent 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-2015 Webtide. All Rights Reserved.