Package | Description |
---|---|
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 |
---|---|
class |
ServerProperties
ConfigurationProperties for a web server (e.g. |
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 © 2019 Pivotal Software, Inc.. All rights reserved.