@Configuration @ConditionalOnClass(value=) @ConditionalOnMissingBean(value= ) public class WebSocketAutoConfiguration extends Object
WebSocketHandler
. If spring-websocket
is
detected on the classpath then we add a DefaultSockJsService
and an MVC handler
mapping to /<beanName>/**
for all of the
WebSocketHandler
beans that have a bean name beginning with "/".Modifier and Type | Class and Description |
---|---|
protected static class |
WebSocketAutoConfiguration.TomcatWebSocketConfiguration |
protected static class |
WebSocketAutoConfiguration.WebSocketRegistrationConfiguration |
Constructor and Description |
---|
WebSocketAutoConfiguration() |
Copyright © 2013. All rights reserved.