インターフェースの使用
org.springframework.integration.ip.tcp.connection.TcpServerConnectionFactory
TcpServerConnectionFactory を使用するパッケージ
パッケージ
説明
TCP 接続に関連するすべてのもの - クライアントおよびサーバーファクトリ ; リスナーと送信者のインターフェース。
org.springframework.integration.ip.tcp.connection 内の TcpServerConnectionFactory 使用
修飾子と型クラス説明classすべてのサーバー接続ファクトリの基本クラス。classServerSocketSE を使用してTcpNetConnectionを生成するサーバー接続ファクトリを実装します。class/** Implements a server connection factory that producesTcpNioConnections using aServerSocketChannelSE。型 TcpServerConnectionFactory のパラメーターを持つ org.springframework.integration.ip.tcp.connection のコンストラクター修飾子コンストラクター説明TcpConnectionServerListeningEvent(TcpServerConnectionFactory connectionFactory, int port)