Class SslContexts
java.lang.Object
com.github.tomakehurst.wiremock.jetty.ssl.SslContexts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.jetty.util.ssl.SslContextFactory.ServerbuildHttp1_1SslContextFactory(com.github.tomakehurst.wiremock.common.HttpsSettings httpsSettings) static org.eclipse.jetty.util.ssl.SslContextFactory.ServerbuildHttp2SslContextFactory(com.github.tomakehurst.wiremock.common.HttpsSettings httpsSettings) static org.eclipse.jetty.util.ssl.SslContextFactory.ServerbuildManInTheMiddleSslContextFactory(com.github.tomakehurst.wiremock.common.HttpsSettings httpsSettings, com.github.tomakehurst.wiremock.common.BrowserProxySettings browserProxySettings, com.github.tomakehurst.wiremock.common.Notifier notifier)
-
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)
-