Uses of Interface
org.springframework.web.socket.sockjs.frame.SockJsMessageCodec
Packages that use SockJsMessageCodec 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.session SockJS specific implementations ofWebSocketSession.Uses of SockJsMessageCodec in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation with parameters of type SockJsMessageCodec Modifier and Type Method Description SockJsServiceRegistrationSockJsServiceRegistration. 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 SockJsMessageCodec Modifier and Type Method Description SockJsMessageCodecAbstractClientSockJsSession. getMessageCodec()SockJsMessageCodecSockJsClient. getMessageCodec()Return the SockJsMessageCodec to use.SockJsMessageCodecTransportRequest. getMessageCodec()Return the message codec to use for encoding SockJS messages.Methods in org.springframework.web.socket.sockjs.client with parameters of type SockJsMessageCodec Modifier and Type Method Description voidSockJsClient. 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 SockJsMessageCodec Modifier and Type Class Description classAbstractSockJsMessageCodecAn base class for SockJS message codec that provides an implementation ofAbstractSockJsMessageCodec.encode(String[]).classJackson2SockJsMessageCodecA Jackson 2.6+ codec for encoding and decoding SockJS messages.Methods in org.springframework.web.socket.sockjs.frame with parameters of type SockJsMessageCodec Modifier and Type Method Description static 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 SockJsMessageCodec Modifier and Type Method Description SockJsMessageCodecSockJsServiceConfig. getMessageCodec()The codec to use for encoding and decoding SockJS messages.SockJsMessageCodecTransportHandlingSockJsService. getMessageCodec()Methods in org.springframework.web.socket.sockjs.transport with parameters of type SockJsMessageCodec Modifier and Type Method Description voidTransportHandlingSockJsService. 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 SockJsMessageCodec Modifier and Type Method Description protected SockJsMessageCodecAbstractSockJsSession. getMessageCodec()