Uses of Interface
org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
Packages that use SockJsMessageCodec
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
SockJS client implementation of
WebSocketClient.Support classes for creating SockJS frames including the encoding and decoding
of SockJS message frames.
Server-side support for SockJS transports including
TransportHandler implementations
for processing incoming requests, their
session
counterparts for sending messages over the various transports, and
DefaultSockJsService.SockJS specific implementations of
WebSocketSession.-
Uses of SockJsMessageCodec in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation with parameters of type SockJsMessageCodecModifier and TypeMethodDescriptionSockJsServiceRegistration.setMessageCodec(SockJsMessageCodec codec) The codec to use for encoding and decoding SockJS messages. -
Uses of SockJsMessageCodec in org.springframework.web.socket.sockjs.client
Methods in org.springframework.web.socket.sockjs.client that return SockJsMessageCodecModifier and TypeMethodDescriptionAbstractClientSockJsSession.getMessageCodec()SockJsClient.getMessageCodec()Return the SockJsMessageCodec to use.TransportRequest.getMessageCodec()Return the message codec to use for encoding SockJS messages.Methods in org.springframework.web.socket.sockjs.client with parameters of type SockJsMessageCodecModifier and TypeMethodDescriptionvoidSockJsClient.setMessageCodec(SockJsMessageCodec messageCodec) Set the SockJsMessageCodec to use. -
Uses of SockJsMessageCodec in org.springframework.web.socket.sockjs.frame
Classes in org.springframework.web.socket.sockjs.frame that implement SockJsMessageCodecModifier and TypeClassDescriptionclassA base class for SockJS message codec that provides an implementation ofAbstractSockJsMessageCodec.encode(String[]).classA Jackson 2.x codec for encoding and decoding SockJS messages.Methods in org.springframework.web.socket.sockjs.frame with parameters of type SockJsMessageCodecModifier and TypeMethodDescriptionstatic SockJsFrameSockJsFrame.messageFrame(SockJsMessageCodec codec, String... messages) -
Uses of SockJsMessageCodec in org.springframework.web.socket.sockjs.transport
Methods in org.springframework.web.socket.sockjs.transport that return SockJsMessageCodecModifier and TypeMethodDescriptionSockJsServiceConfig.getMessageCodec()The codec to use for encoding and decoding SockJS messages.TransportHandlingSockJsService.getMessageCodec()Methods in org.springframework.web.socket.sockjs.transport with parameters of type SockJsMessageCodecModifier and TypeMethodDescriptionvoidTransportHandlingSockJsService.setMessageCodec(SockJsMessageCodec messageCodec) The codec to use for encoding and decoding SockJS messages. -
Uses of SockJsMessageCodec in org.springframework.web.socket.sockjs.transport.session
Methods in org.springframework.web.socket.sockjs.transport.session that return SockJsMessageCodecModifier and TypeMethodDescriptionprotected SockJsMessageCodecAbstractSockJsSession.getMessageCodec()