インターフェースの使用
org.springframework.integration.ip.tcp.connection.TcpSSLContextSupport
TcpSSLContextSupport を使用するパッケージ
パッケージ
説明
構成用のクラスを提供します。パーサー、名前空間ハンドラー、ファクトリ Bean。
TCP 接続に関連するすべてのもの - クライアントおよびサーバーファクトリ ; リスナーと送信者のインターフェース。
org.springframework.integration.ip.config 内の TcpSSLContextSupport 使用
型 TcpSSLContextSupport のパラメーターを持つ org.springframework.integration.ip.config のメソッド修飾子と型メソッド説明voidTcpConnectionFactoryFactoryBean.setSslContextSupport(TcpSSLContextSupport sslContextSupport) org.springframework.integration.ip.tcp.connection 内の TcpSSLContextSupport 使用
修飾子と型クラス説明classTcpSSLContextSupportのデフォルト実装。"SunX509" キーおよびトラストマネージャーによって管理される "JKS" キーストアで初期化された "TLS" (デフォルト)SSLContextSE を使用します。型 TcpSSLContextSupport のパラメーターを持つ org.springframework.integration.ip.tcp.connection のコンストラクター修飾子コンストラクター説明DefaultTcpNetSSLSocketFactorySupport(TcpSSLContextSupport sslContextSupport) DefaultTcpNioSSLConnectionSupport(TcpSSLContextSupport sslContextSupport) ホスト検証を有効にしてインスタンスを作成します。DefaultTcpNioSSLConnectionSupport(TcpSSLContextSupport sslContextSupport, boolean sslVerifyHost) インスタンスの作成。