@Override
public void configureWebSocketHandlerRegistration(
WebSocketHandlerRegistration registration) {
registration.setAllowedOrigins("http://localhost:8100");
}@Configuration class to enable the WAMP v2 support.HandshakeHandler implementation that prefers a binary data format in the
order MessagePack, Smile and CBOR.HandshakeHandler implementation that prefers the CBOR data format.HandshakeHandler implementation that prefers the JSON data format.HandshakeHandler implementation that prefers the MessagePack data format.HandshakeHandler implementation that prefers the SMILE data format.SubProtocolHandler implementation for the WAMP v2 protocol.Copyright © 2017–2018. All rights reserved.