@NonNullApi
See: Description
| Interface | Description |
|---|---|
| WampServletConfigurer |
Defines methods for configuring WAMP support.
|
| Class | Description |
|---|---|
| PreferBinaryHandshakeHandler |
A
HandshakeHandler implementation that prefers a binary data format in the
order MessagePack, Smile and CBOR. |
| PreferCborHandshakeHandler |
A
HandshakeHandler implementation that prefers the CBOR data format. |
| PreferJsonHandshakeHandler |
A
HandshakeHandler implementation that prefers the JSON data format. |
| PreferMsgpackHandshakeHandler |
A
HandshakeHandler implementation that prefers the MessagePack data format. |
| PreferSmileHandshakeHandler |
A
HandshakeHandler implementation that prefers the SMILE data format. |
| WampServletConfiguration | |
| WampSubProtocolHandler |
A WebSocket
SubProtocolHandler implementation for the WAMP v2 protocol. |
| Annotation Type | Description |
|---|---|
| EnableServletWamp |
Add this annotation to any
@Configuration class to enable the WAMP v2 support. |
Copyright © 2017–2018. All rights reserved.