Class SslContexts
- java.lang.Object
-
- com.github.tomakehurst.wiremock.jetty11.SslContexts
-
public class SslContexts extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SslContexts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.jetty.util.ssl.SslContextFactory.ServerbuildHttp2SslContextFactory(HttpsSettings httpsSettings)static org.eclipse.jetty.util.ssl.SslContextFactory.ServerbuildManInTheMiddleSslContextFactory(HttpsSettings httpsSettings, BrowserProxySettings browserProxySettings, Notifier notifier)
-
-
-
Method Detail
-
buildHttp2SslContextFactory
public static org.eclipse.jetty.util.ssl.SslContextFactory.Server buildHttp2SslContextFactory(HttpsSettings httpsSettings)
-
buildManInTheMiddleSslContextFactory
public static org.eclipse.jetty.util.ssl.SslContextFactory.Server buildManInTheMiddleSslContextFactory(HttpsSettings httpsSettings, BrowserProxySettings browserProxySettings, Notifier notifier)
-
-