| Interface | Description |
|---|---|
| ConnectorFactory |
A factory for creating Jetty
Connectors. |
| LocalIpFilter |
| Class | Description |
|---|---|
| BiDiGzipHandler |
An extension of
GzipHandler which decompresses gzip- and deflate-encoded request
entities. |
| ContextRoutingHandler |
A Jetty router which routes requests based on context path.
|
| GzipHandlerFactory |
Builds GZIP filters.
|
| HttpConnectorFactory |
Builds HTTP connectors.
|
| HttpsConnectorFactory |
Builds HTTPS connectors (HTTP over TLS/SSL).
|
| Jetty93InstrumentedConnectionFactory |
A version
com.codahale.metrics.jetty9.InstrumentedConnectionFactory, which supports Jetty 9.3 API. |
| MutableServletContextHandler | |
| NetUtil |
This class is taken from the Netty project, and all credit goes to them.
|
| NonblockingServletHolder |
A
ServletHolder subclass which removes the synchronization around servlet initialization
by requiring a pre-initialized servlet holder. |
| RoutingHandler | |
| ServerPushFilterFactory |
A factory for building HTTP/2
PushCacheFilter,
Configuration Parameters:
Name
Default
Description
enabled
false
If true, the filter will organize resources as primary resources (those referenced by the
Referer header) and secondary resources (those that have the Referer header). |
| SslReload |
Provides the ability to modify an existing ssl factory with new configuration options.
|
Copyright © 2017. All rights reserved.