JettyReactiveWebServerFactory
open class JettyReactiveWebServerFactory : AbstractReactiveWebServerFactory, ConfigurableJettyWebServerFactory
ReactiveWebServerFactory that can be used to create JettyWebServers.
Author
Brian Clozel
Moritz Halbritter
Since
2.0.0
Constructors
Link copied to clipboard
constructor()
Create a new JettyServletWebServerFactory instance.
Create a new JettyServletWebServerFactory that listens for requests using the specified port.
Properties
Functions
Link copied to clipboard
Adds error pages that will be used when handling exceptions.
Link copied to clipboard
Add JettyServerCustomizers that will be applied to the Server before it is started.
Link copied to clipboard
Returns a mutable collection of Jetty JettyServerCustomizers that will be applied to the Server before it is created.
Link copied to clipboard
Gets a new fully configured but paused WebServer instance.
Link copied to clipboard
Set the number of acceptor threads to use.
Link copied to clipboard
Sets the error pages that will be used when handling exceptions.
Link copied to clipboard
Sets the maximum number of concurrent connections.
Link copied to clipboard
Set the number of selector threads to use.
Link copied to clipboard
Sets JettyServerCustomizers that will be applied to the Server before it is started.
Link copied to clipboard
Set if x-forward-* headers should be processed.