Class SslContexts

java.lang.Object
com.github.tomakehurst.wiremock.jetty.ssl.SslContexts

public class SslContexts extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.eclipse.jetty.util.ssl.SslContextFactory.Server
    buildHttp1_1SslContextFactory(com.github.tomakehurst.wiremock.common.HttpsSettings httpsSettings)
     
    static org.eclipse.jetty.util.ssl.SslContextFactory.Server
    buildHttp2SslContextFactory(com.github.tomakehurst.wiremock.common.HttpsSettings httpsSettings)
     
    static org.eclipse.jetty.util.ssl.SslContextFactory.Server
    buildManInTheMiddleSslContextFactory(com.github.tomakehurst.wiremock.common.HttpsSettings httpsSettings, com.github.tomakehurst.wiremock.common.BrowserProxySettings browserProxySettings, com.github.tomakehurst.wiremock.common.Notifier notifier)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SslContexts

      public SslContexts()
  • Method Details

    • buildHttp2SslContextFactory

      public static org.eclipse.jetty.util.ssl.SslContextFactory.Server buildHttp2SslContextFactory(com.github.tomakehurst.wiremock.common.HttpsSettings httpsSettings)
    • buildHttp1_1SslContextFactory

      public static org.eclipse.jetty.util.ssl.SslContextFactory.Server buildHttp1_1SslContextFactory(com.github.tomakehurst.wiremock.common.HttpsSettings httpsSettings)
    • buildManInTheMiddleSslContextFactory

      public static org.eclipse.jetty.util.ssl.SslContextFactory.Server buildManInTheMiddleSslContextFactory(com.github.tomakehurst.wiremock.common.HttpsSettings httpsSettings, com.github.tomakehurst.wiremock.common.BrowserProxySettings browserProxySettings, com.github.tomakehurst.wiremock.common.Notifier notifier)