Uses of Interface
org.springframework.messaging.tcp.TcpConnection
Package
Description
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.
-
Uses of TcpConnection in org.springframework.messaging.simp.stomp
Modifier and TypeMethodDescriptionvoid
DefaultStompSession.afterConnected
(TcpConnection<byte[]> connection) -
Uses of TcpConnection in org.springframework.messaging.tcp
Modifier and TypeMethodDescriptionvoid
TcpConnectionHandler.afterConnected
(TcpConnection<P> connection) Invoked after a connection is successfully established. -
Uses of TcpConnection in org.springframework.messaging.tcp.reactor
Modifier and TypeClassDescriptionclass
Reactor Netty based implementation ofTcpConnection
.class
Reactor Netty based implementation ofTcpConnection
.