|
AeroGear Netty SockJS Codec 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SockJsService
Represents the server side business application server in SockJS.
| Method Summary | |
|---|---|
SockJsConfig |
config()
The SockJsConfig for this service |
void |
onClose()
Will be called when the session is closed. |
void |
onMessage(String message)
Will be called when a message is sent to the service. |
void |
onOpen(SockJsSessionContext session)
Will be called when a new session is opened. |
| Method Detail |
|---|
SockJsConfig config()
SockJsConfig for this service
SockJsConfig this services configuration.void onOpen(SockJsSessionContext session)
session - the SockJsSessionContext which can be stored and used for sending/closing.
void onMessage(String message)
throws Exception
message - the message sent from a client.
Exceptionvoid onClose()
|
AeroGear Netty SockJS Codec 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||