Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultStompSession.afterConnected(TcpConnection<byte[]> connection) |
Modifier and Type | Method and Description |
---|---|
void |
TcpConnectionHandler.afterConnected(TcpConnection<P> connection)
Invoked after a connection is successfully established.
|
Modifier and Type | Class and Description |
---|---|
class |
ReactorNettyTcpConnection<P>
Reactor Netty based implementation of
TcpConnection . |