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 SockJsFrameSockJsFrame.closeFrame(int code, String reason) static SockJsFrameSockJsFrame.closeFrameAnotherConnectionOpen()static SockJsFrameSockJsFrame.closeFrameGoAway()static SockJsFrameSockJsFrame.heartbeatFrame()static SockJsFrameSockJsFrame.messageFrame(SockJsMessageCodec codec, String... messages) static SockJsFrameSockJsFrame.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 voidAbstractSockJsSession.writeFrame(SockJsFrame frame) For internal use within a TransportHandler and the (TransportHandler-specific) session class.protected voidPollingSockJsSession.writeFrame(SockJsFrame frame) protected voidAbstractHttpSockJsSession.writeFrameInternal(SockJsFrame frame) protected abstract voidAbstractSockJsSession.writeFrameInternal(SockJsFrame frame) protected voidWebSocketServerSockJsSession.writeFrameInternal(SockJsFrame frame)