Package | Description |
---|---|
org.springframework.messaging.simp.config |
Configuration support for WebSocket messaging using higher level messaging protocols.
|
org.springframework.messaging.simp.stomp |
Generic support for simple messaging protocols (like STOMP).
|
org.springframework.messaging.tcp |
Contains abstractions and implementation classes for establishing TCP connections via
TcpOperations ,
handling messages via
TcpConnectionHandler ,
as well as sending messages via
TcpConnection . |
org.springframework.messaging.tcp.reactor |
Contains support for TCP messaging based on Reactor.
|
Class and Description |
---|
TcpOperations
A contract for establishing TCP connections.
|
Class and Description |
---|
TcpConnection
A contract for sending messages and managing a TCP connection.
|
TcpConnectionHandler
A contract for managing lifecycle events for a TCP connection including
the handling of incoming messages.
|
TcpOperations
A contract for establishing TCP connections.
|
Class and Description |
---|
ReconnectStrategy
A contract to determine the frequency of reconnect attempts after connection failure.
|
TcpConnection
A contract for sending messages and managing a TCP connection.
|
TcpConnectionHandler
A contract for managing lifecycle events for a TCP connection including
the handling of incoming messages.
|
Class and Description |
---|
ReconnectStrategy
A contract to determine the frequency of reconnect attempts after connection failure.
|
TcpConnection
A contract for sending messages and managing a TCP connection.
|
TcpConnectionHandler
A contract for managing lifecycle events for a TCP connection including
the handling of incoming messages.
|
TcpOperations
A contract for establishing TCP connections.
|