インターフェースの使用
org.springframework.integration.ip.tcp.connection.TcpNetConnectionSupport
TcpNetConnectionSupport を使用するパッケージ
パッケージ
説明
構成用のクラスを提供します。パーサー、名前空間ハンドラー、ファクトリ Bean。
Java DSL の TCP/UDP コンポーネントサポートを提供します。
TCP 接続に関連するすべてのもの - クライアントおよびサーバーファクトリ ; リスナーと送信者のインターフェース。
org.springframework.integration.ip.config 内の TcpNetConnectionSupport 使用
型 TcpNetConnectionSupport のパラメーターを持つ org.springframework.integration.ip.config のメソッド修飾子と型メソッド説明voidTcpConnectionFactoryFactoryBean.setNetConnectionSupport(TcpNetConnectionSupport tcpNetSupport) org.springframework.integration.ip.dsl 内の TcpNetConnectionSupport 使用
型 TcpNetConnectionSupport のパラメーターを持つ org.springframework.integration.ip.dsl のメソッド修飾子と型メソッド説明TcpNetClientConnectionFactorySpec.connectionSupport(TcpNetConnectionSupport connectionSupport) 接続オブジェクトの作成に使用するTcpNetConnectionSupport。TcpNetServerConnectionFactorySpec.connectionSupport(TcpNetConnectionSupport connectionSupport) 接続オブジェクトの作成に使用するTcpNetConnectionSupport。org.springframework.integration.ip.tcp.connection 内の TcpNetConnectionSupport 使用
型 TcpNetConnectionSupport のパラメーターを持つ org.springframework.integration.ip.tcp.connection のメソッド修飾子と型メソッド説明voidTcpNetClientConnectionFactory.setTcpNetConnectionSupport(TcpNetConnectionSupport connectionSupport) 接続オブジェクトの作成に使用するTcpNetConnectionSupportを設定します。voidTcpNetServerConnectionFactory.setTcpNetConnectionSupport(TcpNetConnectionSupport connectionSupport) 接続オブジェクトの作成に使用するTcpNetConnectionSupportを設定します。