Uses of Class
org.springframework.web.socket.sockjs.frame.SockJsFrame
Packages that use SockJsFrame Package Description org.springframework.web.socket.sockjs.frame Support classes for creating SockJS frames including the encoding and decoding of SockJS message frames.org.springframework.web.socket.sockjs.transport.session SockJS specific implementations ofWebSocketSession.Uses of SockJsFrame in org.springframework.web.socket.sockjs.frame
Methods in org.springframework.web.socket.sockjs.frame that return SockJsFrame Modifier and Type Method Description static 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 SockJsFrame Modifier and Type Method Description StringDefaultSockJsFrameFormat. format(SockJsFrame frame)StringSockJsFrameFormat. 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 SockJsFrame Modifier and Type Method Description protected 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)