Class WebSocketTomcatWebServerFactoryCustomizer

java.lang.Object
org.springframework.boot.tomcat.autoconfigure.WebSocketTomcatWebServerFactoryCustomizer
All Implemented Interfaces:
WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>

public class WebSocketTomcatWebServerFactoryCustomizer extends Object implements WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>
WebServerFactoryCustomizer that configures Tomcat's WebSocket support.
Since:
4.0.0
Author:
Andy Wilkinson