Uses of Package
org.springframework.web.socket.sockjs.frame
Packages that use org.springframework.web.socket.sockjs.frame Package Description org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient.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 Server-side support for SockJS transports includingTransportHandlerimplementations for processing incoming requests, theirsessioncounterparts for sending messages over the various transports, andDefaultSockJsService.org.springframework.web.socket.sockjs.transport.handler TransportHandlerimplementation classes as well as a concreteSockJsService.org.springframework.web.socket.sockjs.transport.session SockJS specific implementations ofWebSocketSession.Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.config.annotation Class Description SockJsMessageCodec Encode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.sockjs.client Class Description SockJsMessageCodec Encode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.sockjs.frame Class Description AbstractSockJsMessageCodec An base class for SockJS message codec that provides an implementation ofAbstractSockJsMessageCodec.encode(String[]).SockJsFrame Represents a SockJS frame.SockJsFrameFormat Applies a transport-specific format to the content of a SockJS frame resulting in a content that can be written out.SockJsFrameType SockJS frame types.SockJsMessageCodec Encode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.sockjs.transport Class Description SockJsMessageCodec Encode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.sockjs.transport.handler Class Description SockJsFrameFormat Applies a transport-specific format to the content of a SockJS frame resulting in a content that can be written out.Classes in org.springframework.web.socket.sockjs.frame used by org.springframework.web.socket.sockjs.transport.session Class Description SockJsFrame Represents a SockJS frame.SockJsFrameFormat Applies a transport-specific format to the content of a SockJS frame resulting in a content that can be written out.SockJsMessageCodec Encode and decode messages to and from a SockJS message frame, essentially an array of JSON-encoded messages.