Class and Description |
---|
org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer
in favor of simply using
WebSocketMessageBrokerConfigurer
which has default methods, made possible by a Java 8 baseline. |
org.springframework.web.socket.sockjs.transport.handler.JsonpPollingTransportHandler
Will be removed as of Spring Framework 5.1, use others transports instead.
|
org.springframework.web.socket.sockjs.transport.handler.JsonpReceivingTransportHandler
Will be removed as of Spring Framework 5.1, use others transports instead.
|
Enum Constant and Description |
---|
org.springframework.web.socket.sockjs.transport.TransportType.JSONP |
org.springframework.web.socket.sockjs.transport.TransportType.JSONP_SEND |