Uses of Package
org.springframework.messaging.tcp
Packages that use org.springframework.messaging.tcp
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
Generic support for simple messaging protocols (like STOMP).
Contains abstractions and implementation classes for establishing TCP connections via
TcpOperations
,
handling messages via
TcpConnectionHandler
,
as well as sending messages via
TcpConnection
.Contains support for TCP messaging based on Reactor.
-
Classes in org.springframework.messaging.tcp used by org.springframework.messaging.simp.config
-
Classes in org.springframework.messaging.tcp used by org.springframework.messaging.simp.stompClassDescriptionA contract for sending messages and managing a TCP connection.A contract for managing lifecycle events for a TCP connection including the handling of incoming messages.A contract for establishing TCP connections.
-
Classes in org.springframework.messaging.tcp used by org.springframework.messaging.tcpClassDescriptionA contract to determine the frequency of reconnect attempts after connection failure.A contract for sending messages and managing a TCP connection.A contract for managing lifecycle events for a TCP connection including the handling of incoming messages.
-
Classes in org.springframework.messaging.tcp used by org.springframework.messaging.tcp.reactorClassDescriptionA contract to determine the frequency of reconnect attempts after connection failure.A contract for sending messages and managing a TCP connection.A contract for managing lifecycle events for a TCP connection including the handling of incoming messages.A contract for establishing TCP connections.