インターフェースの使用
org.springframework.integration.ip.tcp.connection.ConnectionFactory
ConnectionFactory を使用するパッケージ
パッケージ
説明
TCP 接続に関連するすべてのもの - クライアントおよびサーバーファクトリ ; リスナーと送信者のインターフェース。
TCP サポート用の受信チャネルアダプター。
TCP サポート用の送信チャネルアダプター。
org.springframework.integration.ip.tcp.connection 内の ConnectionFactory 使用
修飾子と型クラス説明classクライアント接続ファクトリの抽象クラス。クライアント接続ファクトリは発信接続を確立します。classすべての接続ファクトリの基本クラス。classすべてのサーバー接続ファクトリの基本クラス。class基礎となるターゲットファクトリからの接続をキャッシュする接続ファクトリ。class接続ファクトリのリストが与えられると、writeが成功するかリストが使い果たされるまで、各ファクトリからの接続を反復処理できるTcpConnectionを提供します。classTcpNetConnectionを作成するクライアント接続ファクトリ。classServerSocketSE を使用してTcpNetConnectionを生成するサーバー接続ファクトリを実装します。classTcpNioConnectionを作成するクライアント接続ファクトリ。class/** Implements a server connection factory that producesTcpNioConnections using aServerSocketChannelSE。class接続をスレッドにバインドするクライアント接続ファクトリ。org.springframework.integration.ip.tcp.inbound 内の ConnectionFactory 使用
修飾子と型メソッド説明protected @Nullable ConnectionFactoryTcpReceivingChannelAdapter.getClientConnectionFactory()protected @Nullable ConnectionFactoryTcpReceivingChannelAdapter.getServerConnectionFactory()org.springframework.integration.ip.tcp.outbound 内の ConnectionFactory 使用
修飾子と型メソッド説明protected @Nullable ConnectionFactoryTcpSendingMessageHandler.getClientConnectionFactory()protected @Nullable ConnectionFactoryTcpSendingMessageHandler.getServerConnectionFactory()