| Interface | Description |
|---|---|
| ConnectorFactory |
A factory for creating Jetty
Connectors. |
| LocalIpFilter | Deprecated
This interface is intended for internal use and should be treated as
package-private.
|
| Class | Description |
|---|---|
| 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).
|
| MutableServletContextHandler | |
| NetUtil | Deprecated
This class is intended for internal use and should be treated as
package-private.
|
| 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 © 2023. All rights reserved.