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