Configuration
Jetty-specific engine configuration
Properties
Link copied to clipboard
Link copied to clipboard
Property function that will be called during Jetty server initialization with the server instance as receiver.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Property function that will be called during Jetty server initialization with the http configuration instance that is passed to the managed connectors as a receiver.
Link copied to clipboard
The duration of time that a connection can be idle before the connector takes action to close the connection.
Link copied to clipboard
Link copied to clipboard
Property function that will be called during Jetty server initialization with the SecureRequestCustomizer instance that is added to HTTPS connectors as a receiver. Use it to adjust TLS-related request handling such as SNI host validation (isSniHostCheck, isSniRequired).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard