public interface SPIWebSocketProvider
| Modifier and Type | Method and Description |
|---|---|
SPIRegisteredEndpoint |
register(SPIEndpoint endpoint)
The register method is called by the SDK when it
has created a web socket endpoint it wishes to be managed.
|
void |
unregister(SPIRegisteredEndpoint ge)
The SDK calls unregister when it no longer wishes the endpoint to be
in service.
|
SPIRegisteredEndpoint register(SPIEndpoint endpoint)
endpoint - SPIEndpoint to be registered.void unregister(SPIRegisteredEndpoint ge)
ge - the endpoint which is going to be unregistered.Copyright © 2012. All Rights Reserved.