AbstractConfigurableWebServerFactory

Abstract base class for ConfigurableWebServerFactory implementations.

Author

Phillip Webb

Dave Syer

Andy Wilkinson

Stephane Nicoll

Ivan Sopov

Eddú Meléndez

Brian Clozel

Scott Frederick

Since

2.0.0

Inheritors

Constructors

Link copied to clipboard
constructor()
constructor(port: Int)
Create a new AbstractConfigurableWebServerFactory instance with the specified port.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open var http2: Http2
Link copied to clipboard
open var port: Int
Link copied to clipboard
Link copied to clipboard
open var shutdown: Shutdown
Link copied to clipboard
open var ssl: Ssl
Link copied to clipboard

Functions

Link copied to clipboard
open fun addErrorPages(errorPages: Array<ErrorPage>)
Adds error pages that will be used when handling exceptions.
Link copied to clipboard
open fun setErrorPages(errorPages: Set<out ErrorPage>)
Sets the error pages that will be used when handling exceptions.