Class NopHttpSSLContextSettings

java.lang.Object
nablarch.fw.messaging.realtime.http.settings.NopHttpSSLContextSettings
All Implemented Interfaces:
HttpSSLContextSettings

public class NopHttpSSLContextSettings extends Object implements HttpSSLContextSettings
SSLContextを使用しない旨を表すクラス。
メッセージ送信定義ファイルの設定を「SSLContextなし」に上書きする際に使用する。
  • Constructor Details

    • NopHttpSSLContextSettings

      public NopHttpSSLContextSettings()
  • Method Details