インターフェースの使用
org.springframework.integration.ip.udp.SocketCustomizer
SocketCustomizer を使用するパッケージ
パッケージ
説明
Java DSL の TCP/UDP コンポーネントサポートを提供します。
UDP サポート用の受信チャネルアダプター。
UDP サポート用の送信チャネルアダプター。
org.springframework.integration.ip.dsl 内の SocketCustomizer 使用
型 SocketCustomizer のパラメーターを持つ org.springframework.integration.ip.dsl のメソッド修飾子と型メソッド説明AbstractUdpOutboundChannelAdapterSpec.configureSocket(SocketCustomizer customizer) ソケットを構成します。UdpInboundChannelAdapterSpec.configureSocket(SocketCustomizer customizer) ソケットを構成します。org.springframework.integration.ip.udp.inbound 内の SocketCustomizer 使用
型 SocketCustomizer のパラメーターを持つ org.springframework.integration.ip.udp.inbound のメソッド修飾子と型メソッド説明voidUnicastReceivingChannelAdapter.setSocketCustomizer(SocketCustomizer socketCustomizer) 作成後にソケットをさらに構成するようにカスタマイザーを設定します。org.springframework.integration.ip.udp.outbound 内の SocketCustomizer 使用
型 SocketCustomizer のパラメーターを持つ org.springframework.integration.ip.udp.outbound のメソッド修飾子と型メソッド説明voidUnicastSendingMessageHandler.setSocketCustomizer(SocketCustomizer socketCustomizer) 作成後にソケットをさらに構成するようにカスタマイザーを設定します。