Uses of Interface
org.springframework.messaging.tcp.TcpConnectionHandler
Packages that use TcpConnectionHandler
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 TcpConnectionHandler in org.springframework.messaging.simp.stompSubinterfaces of TcpConnectionHandler in org.springframework.messaging.simp.stompModifier and TypeInterfaceDescriptioninterfaceAStompSessionthat implementsTcpConnectionHandlerin order to send and receive messages.interfaceATcpConnectionHandlerfor use with STOMP connections, exposing further information about the connection.Classes in org.springframework.messaging.simp.stomp that implement TcpConnectionHandler
- 
Uses of TcpConnectionHandler in org.springframework.messaging.tcpMethods in org.springframework.messaging.tcp with parameters of type TcpConnectionHandlerModifier and TypeMethodDescriptionTcpOperations.connectAsync(TcpConnectionHandler<P> connectionHandler) Open a new connection.TcpOperations.connectAsync(TcpConnectionHandler<P> connectionHandler, ReconnectStrategy reconnectStrategy) Open a new connection and a strategy for reconnecting if the connection fails.
- 
Uses of TcpConnectionHandler in org.springframework.messaging.tcp.reactorMethods in org.springframework.messaging.tcp.reactor with parameters of type TcpConnectionHandlerModifier and TypeMethodDescriptionReactorNettyTcpClient.connectAsync(TcpConnectionHandler<P> handler) ReactorNettyTcpClient.connectAsync(TcpConnectionHandler<P> handler, ReconnectStrategy strategy) protected reactor.netty.tcp.TcpClientReactorNettyTcpClient.extendTcpClient(reactor.netty.tcp.TcpClient tcpClient, TcpConnectionHandler<P> handler) Provides an opportunity to initialize theTcpClientfor the givenTcpConnectionHandlerwhich may implement sub-interfaces such asStompTcpConnectionHandlerthat expose further information.