Serialized Form
-
Package org.springframework.boot.web.server
-
Exception Class org.springframework.boot.web.server.PortInUseException
class PortInUseException extends WebServerException implements Serializable-
Serialized Fields
-
port
int port
-
-
-
Exception Class org.springframework.boot.web.server.WebServerException
class WebServerException extends RuntimeException implements Serializable
-
-
Package org.springframework.boot.web.server.context
-
Exception Class org.springframework.boot.web.server.context.MissingWebServerFactoryBeanException
class MissingWebServerFactoryBeanException extends org.springframework.beans.factory.NoSuchBeanDefinitionException implements Serializable-
Serialized Fields
-
webApplicationType
org.springframework.boot.WebApplicationType webApplicationType
-
-
-
Class org.springframework.boot.web.server.context.WebServerInitializedEvent
class WebServerInitializedEvent extends org.springframework.context.ApplicationEvent implements Serializable
-
-
Package org.springframework.boot.web.server.reactive.context
-
Class org.springframework.boot.web.server.reactive.context.ReactiveWebServerInitializedEvent
class ReactiveWebServerInitializedEvent extends WebServerInitializedEvent implements Serializable-
Serialized Fields
-
applicationContext
ReactiveWebServerApplicationContext applicationContext
-
-
-
-
Package org.springframework.boot.web.server.servlet.context
-
Class org.springframework.boot.web.server.servlet.context.ServletWebServerInitializedEvent
class ServletWebServerInitializedEvent extends WebServerInitializedEvent implements Serializable-
Serialized Fields
-
applicationContext
ServletWebServerApplicationContext applicationContext
-
-
-