Uses of Class
org.springframework.web.socket.TextMessage
Package
Description
Classes adapting Spring's WebSocket API to and from WebSocket providers.
Adapter classes for the Jetty WebSocket API.
Adapter classes for the standard Jakarta WebSocket API.
Convenient
WebSocketHandler
implementations and decorators.SockJS client implementation of
WebSocketClient
.TransportHandler
implementation classes as well as a concrete
SockJsService
.SockJS specific implementations of
WebSocketSession
.-
Uses of TextMessage in org.springframework.web.socket.adapter
Modifier and TypeMethodDescriptionprotected abstract void
AbstractWebSocketSession.sendTextMessage
(TextMessage message) -
Uses of TextMessage in org.springframework.web.socket.adapter.jetty
Modifier and TypeMethodDescriptionprotected void
JettyWebSocketSession.sendTextMessage
(TextMessage message) -
Uses of TextMessage in org.springframework.web.socket.adapter.standard
Modifier and TypeMethodDescriptionprotected void
StandardWebSocketSession.sendTextMessage
(TextMessage message) -
Uses of TextMessage in org.springframework.web.socket.handler
Modifier and TypeMethodDescriptionprotected void
AbstractWebSocketHandler.handleTextMessage
(WebSocketSession session, TextMessage message) protected void
BinaryWebSocketHandler.handleTextMessage
(WebSocketSession session, TextMessage message) -
Uses of TextMessage in org.springframework.web.socket.sockjs.client
Modifier and TypeMethodDescriptionvoid
AbstractXhrTransport.executeSendRequest
(URI url, HttpHeaders headers, TextMessage message) void
XhrTransport.executeSendRequest
(URI transportUrl, HttpHeaders headers, TextMessage message) Execute a request to send the message to the server.protected abstract ResponseEntity<String>
AbstractXhrTransport.executeSendRequestInternal
(URI url, HttpHeaders headers, TextMessage message) JettyXhrTransport.executeSendRequestInternal
(URI url, HttpHeaders headers, TextMessage message) RestTemplateXhrTransport.executeSendRequestInternal
(URI url, HttpHeaders headers, TextMessage message) protected ResponseEntity<String>
UndertowXhrTransport.executeSendRequestInternal
(URI url, HttpHeaders headers, TextMessage message) protected abstract void
AbstractClientSockJsSession.sendInternal
(TextMessage textMessage) protected void
WebSocketClientSockJsSession.sendInternal
(TextMessage textMessage) protected void
XhrClientSockJsSession.sendInternal
(TextMessage message) -
Uses of TextMessage in org.springframework.web.socket.sockjs.transport.handler
Modifier and TypeMethodDescriptionvoid
SockJsWebSocketHandler.handleTextMessage
(WebSocketSession wsSession, TextMessage message) -
Uses of TextMessage in org.springframework.web.socket.sockjs.transport.session
Modifier and TypeMethodDescriptionvoid
WebSocketServerSockJsSession.handleMessage
(TextMessage message, WebSocketSession wsSession)