インターフェースの使用
org.springframework.integration.ip.CommonSocketOptions
CommonSocketOptions を使用するパッケージ
パッケージ
説明
UDP サポート用の受信チャネルアダプター。
UDP サポート用の送信チャネルアダプター。
org.springframework.integration.ip.udp.inbound 内の CommonSocketOptions 使用
修飾子と型クラス説明class受信 TCP/UDP チャネルアダプターの基本クラス。classマルチキャストグループに参加し、受信パケットを受信して出力チャネルに送信するチャネルアダプター。class受信 UDP パケットを受信するためのチャネルアダプター。org.springframework.integration.ip.udp.outbound 内の CommonSocketOptions 使用
修飾子と型クラス説明classUDP MessageHandlers の基本クラス。classメッセージを UDP データグラムパケットにマップし、それを指定されたマルチキャストアドレス (224.0.0.0 から 239.255.255.255) とポートに送信するMessageHandler実装。classメッセージを UDP データグラムパケットにマップし、それを指定されたホストとポートに送信するMessageHandler実装。