|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServerContainer
Server container used to publish websocket end-points.
| Method Summary | |
|---|---|
ServerConfiguration |
getConfiguration()
Returns server configuration object that can be used to register endpoints and set other configuration parameters. |
void |
start()
Starts the server and deploys all the endpoints configured in the corresponding ServerConfiguration. |
void |
stop()
Attempts to stops the server (for some containers, such as servlet, which don't support stopping, this may be a no-op). |
| Method Detail |
|---|
ServerConfiguration getConfiguration()
void start()
throws IOException
ServerConfiguration.
IOException - if something goes wrong.void stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||