インターフェースの使用
org.springframework.integration.ip.tcp.connection.ClientModeCapable
ClientModeCapable を使用するパッケージ
パッケージ
説明
TCP サポート用の受信チャネルアダプター。
TCP サポート用の送信チャネルアダプター。
org.springframework.integration.ip.tcp.inbound 内の ClientModeCapable 使用
修飾子と型クラス説明classサーバー接続ファクトリを使用する受信ゲートウェイ - スレッドはファクトリによって制御されます。classTcpConnection を使用してデータを受信する Tcp 受信チャネルアダプター - 接続ファクトリがサーバーファクトリである場合、このリスナーが接続を所有します。org.springframework.integration.ip.tcp.outbound 内の ClientModeCapable 使用
修飾子と型クラス説明classTcpConnection を使用してデータを送信する Tcp 送信チャネルアダプター - 接続ファクトリがサーバーファクトリである場合、TcpListener が接続を所有します。