|
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 SockJsSessionContext
Allows a SockJsService to interact with its session by providing
methods to send data, and to close the session.
| Method Summary | |
|---|---|
void |
close()
Close the current session. |
io.netty.channel.ChannelHandlerContext |
getContext()
Get the underlying ChannelHandlerContext. |
void |
send(String message)
Send data to the current session. |
| Method Detail |
|---|
void send(String message)
message - the message to be sent.void close()
io.netty.channel.ChannelHandlerContext getContext()
|
AeroGear Netty SockJS Codec 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||