Uses of Interface
org.springframework.messaging.tcp.TcpConnection
Packages that use 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.stompMethods in org.springframework.messaging.simp.stomp with parameters of type TcpConnectionModifier and TypeMethodDescriptionvoidDefaultStompSession.afterConnected(TcpConnection<byte[]> connection) 
- 
Uses of TcpConnection in org.springframework.messaging.tcpMethods in org.springframework.messaging.tcp with parameters of type TcpConnectionModifier and TypeMethodDescriptionvoidTcpConnectionHandler.afterConnected(TcpConnection<P> connection) Invoked after a connection is successfully established.
- 
Uses of TcpConnection in org.springframework.messaging.tcp.reactorClasses in org.springframework.messaging.tcp.reactor that implement TcpConnectionModifier and TypeClassDescriptionclassReactor Netty based implementation ofTcpConnection.classReactor Netty based implementation ofTcpConnection.