See: Description
Class | Description |
---|---|
CORSHandler |
A handler that adds CORS headers to responses.
|
CORSHandlerBuilder |
Used to create a handler that puts appropriate CORS headers on requests.
|
HttpsRedirector |
Sends any HTTP requests to the same HTTPS address at the supplied port and optionally enables
Strict-Transport-Security (HSTS)
|
HttpsRedirector.Builder | Deprecated |
HttpsRedirectorBuilder |
A builder for a handler that sends any HTTP requests to the same HTTPS address at the supplied port and optionally enables
Strict-Transport-Security (HSTS)
|
HttpToHttpsRedirector | Deprecated
Use
HttpsRedirectorBuilder.toHttpsPort(int) instead and add it as standard handler. |
ResourceHandler |
A handler to serve static content.
|
ResourceHandler.Builder | Deprecated |
ResourceHandlerBuilder |
Used to create a
ResourceHandler for serving static files. |
ResourceType |
Used by the
ResourceHandler to specify a mapping between file name extensions and mime types, and whether they should be gzipped or not. |
Copyright © 2017–2019. All rights reserved.