Uses of Class
org.springframework.web.socket.sockjs.frame.SockJsFrame
Packages that use SockJsFrame
Package
Description
Support classes for creating SockJS frames including the encoding and decoding
of SockJS message frames.
SockJS specific implementations of
WebSocketSession
.-
Uses of SockJsFrame in org.springframework.web.socket.sockjs.frame
Methods in org.springframework.web.socket.sockjs.frame that return SockJsFrameModifier and TypeMethodDescriptionstatic SockJsFrame
SockJsFrame.closeFrame
(int code, String reason) static SockJsFrame
SockJsFrame.closeFrameAnotherConnectionOpen()
static SockJsFrame
SockJsFrame.closeFrameGoAway()
static SockJsFrame
SockJsFrame.heartbeatFrame()
static SockJsFrame
SockJsFrame.messageFrame
(SockJsMessageCodec codec, String... messages) static SockJsFrame
SockJsFrame.openFrame()
Methods in org.springframework.web.socket.sockjs.frame with parameters of type SockJsFrameModifier and TypeMethodDescriptionDefaultSockJsFrameFormat.format
(SockJsFrame frame) SockJsFrameFormat.format
(SockJsFrame frame) -
Uses of SockJsFrame in org.springframework.web.socket.sockjs.transport.session
Methods in org.springframework.web.socket.sockjs.transport.session with parameters of type SockJsFrameModifier and TypeMethodDescriptionprotected void
AbstractSockJsSession.writeFrame
(SockJsFrame frame) For internal use within a TransportHandler and the (TransportHandler-specific) session class.protected void
PollingSockJsSession.writeFrame
(SockJsFrame frame) protected void
AbstractHttpSockJsSession.writeFrameInternal
(SockJsFrame frame) protected abstract void
AbstractSockJsSession.writeFrameInternal
(SockJsFrame frame) protected void
WebSocketServerSockJsSession.writeFrameInternal
(SockJsFrame frame)