Uses of Interface
org.springframework.messaging.tcp.TcpConnection
Packages that use TcpConnection 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 viaTcpOperations, handling messages viaTcpConnectionHandler, as well as sending messages viaTcpConnection.org.springframework.messaging.tcp.reactor Contains support for TCP messaging based on Reactor.Uses of TcpConnection in org.springframework.messaging.simp.stomp
Methods in org.springframework.messaging.simp.stomp with parameters of type TcpConnection Modifier and Type Method Description voidDefaultStompSession. afterConnected(TcpConnection<byte[]> connection)Uses of TcpConnection in org.springframework.messaging.tcp
Methods in org.springframework.messaging.tcp with parameters of type TcpConnection Modifier and Type Method Description voidTcpConnectionHandler. afterConnected(TcpConnection<P> connection)Invoked after a connection is successfully established.Uses of TcpConnection in org.springframework.messaging.tcp.reactor
Classes in org.springframework.messaging.tcp.reactor that implement TcpConnection Modifier and Type Class Description classReactorNettyTcpConnection<P>Reactor Netty based implementation ofTcpConnection.