UndertowReactiveWebServerFactory
open class UndertowReactiveWebServerFactory : AbstractReactiveWebServerFactory, ConfigurableUndertowWebServerFactory
ReactiveWebServerFactory that can be used to create UndertowWebServers.
Author
Brian Clozel
Scott Frederick
Since
2.0.0
Constructors
Link copied to clipboard
constructor()
Create a new UndertowReactiveWebServerFactory instance.
Create a new UndertowReactiveWebServerFactory that listens for requests using the specified port.
Properties
Functions
Link copied to clipboard
Add UndertowBuilderCustomizers that should be used to customize the Undertow Builder.
Link copied to clipboard
Adds error pages that will be used when handling exceptions.
Link copied to clipboard
Returns a mutable collection of the UndertowBuilderCustomizers that will be applied to the Undertow Builder.
Link copied to clipboard
Gets a new fully configured but paused WebServer instance.
Link copied to clipboard
Link copied to clipboard
Set the access log directory.
Link copied to clipboard
Set whether access logs are enabled.
Link copied to clipboard
Set the access log pattern.
Link copied to clipboard
Set the access log prefix.
Link copied to clipboard
Set whether access logs rotation is enabled.
Link copied to clipboard
Set the access log suffix.
Link copied to clipboard
Set the buffer size.
Link copied to clipboard
Set UndertowBuilderCustomizers that should be applied to the Undertow Builder.
Link copied to clipboard
Sets the error pages that will be used when handling exceptions.
Link copied to clipboard
Set the number of IO Threads.
Link copied to clipboard
Set whether direct buffers should be used.
Link copied to clipboard
Set if x-forward-* headers should be processed.
Link copied to clipboard
Set the number of Worker Threads.