Package | Description |
---|---|
org.springframework.web.socket.sockjs.transport.session |
SockJS specific implementations of
WebSocketSession . |
Modifier and Type | Method and Description |
---|---|
protected void |
PollingSockJsSession.flushCache() |
protected void |
StreamingSockJsSession.flushCache() |
protected abstract void |
AbstractHttpSockJsSession.flushCache()
Called when the connection is active and ready to write to the response.
|
protected void |
AbstractSockJsSession.sendHeartbeat() |
void |
WebSocketServerSockJsSession.sendMessageInternal(String message) |
protected void |
AbstractHttpSockJsSession.sendMessageInternal(String message) |
protected void |
PollingSockJsSession.writeFrame(SockJsFrame frame) |
protected void |
AbstractSockJsSession.writeFrame(SockJsFrame frame)
For internal use within a TransportHandler and the (TransportHandler-specific)
session class.
|