|
Interface Summary |
| SPIEndpoint |
The WebSocket SDK implements SPIEndpoint with its representation of
a websocket endpoint mapped to a base URI that wishes to handle incoming
messages. |
| SPIHandshakeRequest |
The provider passes the handshake request to
the SDK created endpoint |
| SPIRegisteredEndpoint |
The provider implements this interface in order to
provide the web socket SDK a handle to the deployed
endpoint that it may use later to unregister. |
| SPIRemoteEndpoint |
This interface represents the unique object which represents the
other end of the web socket connection (i.e. |
| SPIWebSocketProvider |
The SPIWebSocketProvider is the starting point of the provider SPI. |