NettyReactiveWebServerFactory
ReactiveWebServerFactory that can be used to create NettyWebServers.
Author
Brian Clozel
Moritz Halbritter
Scott Frederick
Since
2.0.0
Properties
Functions
Link copied to clipboard
Adds error pages that will be used when handling exceptions.
Link copied to clipboard
Add NettyRouteProviders that should be applied, in order, before the handler for the Spring application.
Link copied to clipboard
Add NettyServerCustomizers that should be applied while building the server.
Link copied to clipboard
Returns a mutable collection of the NettyServerCustomizers that will be applied to the Netty server builder.
Link copied to clipboard
Gets a new fully configured but paused WebServer instance.
Link copied to clipboard
Sets the error pages that will be used when handling exceptions.
Link copied to clipboard
Set the maximum amount of time that should be waited when starting or stopping the server.
Link copied to clipboard
Set the ReactorResourceFactory to get the shared resources from.
Link copied to clipboard
Set NettyServerCustomizers that should be applied to the Netty server builder.
Link copied to clipboard
Set if x-forward-* headers should be processed.