|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TyrusServer
HTTP server abstraction.
| Method Summary | |
|---|---|
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 |
start()
Starts the server. |
void |
stop()
Stops the server. |
void |
unregister(SPIRegisteredEndpoint ge)
The SDK calls unregister when it no longer wishes the endpoint to be in service. |
| Method Detail |
|---|
void start()
throws IOException
IOException - if something goes wrong.void stop()
SPIRegisteredEndpoint register(SPIEndpoint endpoint)
endpoint - SPIEndpoint to be registered.
void unregister(SPIRegisteredEndpoint ge)
ge - the endpoint which is going to be unregistered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||