インターフェースの使用
org.springframework.messaging.tcp.TcpConnection
TcpConnection を使用するパッケージ
パッケージ
説明
シンプルなメッセージングプロトコル(STOMP など)の一般的なサポート。
TcpOperations を介して TCP 接続を確立し、TcpConnectionHandler を介してメッセージを処理し、TcpConnection を介してメッセージを送信するための抽象化と実装クラスが含まれています。Reactor に基づく TCP メッセージングのサポートが含まれています。
org.springframework.messaging.simp.stomp 内の TcpConnection 使用
型 TcpConnection のパラメーターを持つ org.springframework.messaging.simp.stomp のメソッドorg.springframework.messaging.tcp 内の TcpConnection 使用
型 TcpConnection のパラメーターを持つ org.springframework.messaging.tcp のメソッド修飾子と型メソッド説明voidTcpConnectionHandler.afterConnected(TcpConnection<P> connection) 接続が正常に確立された後に呼び出されます。org.springframework.messaging.tcp.reactor 内の TcpConnection 使用
TcpConnection を実装している org.springframework.messaging.tcp.reactor のクラス