Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
org.springframework.boot.autoconfigure.websocket |
Auto-configuration for Spring WebSocket.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
EndpointWebMvcChildContextConfiguration.ServerCustomization |
Modifier and Type | Class and Description |
---|---|
class |
ErrorMvcAutoConfiguration
Auto-configuration to render errors via a MVC error
controller. |
class |
ServerProperties
ConfigurationProperties for a web server (e.g. |
class |
ServerPropertiesAutoConfiguration
Auto-configuration that configures the
ConfigurableEmbeddedServletContainer from a ServerProperties bean. |
Modifier and Type | Class and Description |
---|---|
class |
JettyWebSocketContainerCustomizer
|
class |
TomcatWebSocketContainerCustomizer
|
class |
UndertowWebSocketContainerCustomizer
|
class |
WebSocketContainerCustomizer<T extends EmbeddedServletContainerFactory>
EmbeddedServletContainerCustomizer to configure websockets for a given
EmbeddedServletContainerFactory . |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.