Uses of Class
org.mockserver.socket.tls.NettySslContextFactory
-
Packages that use NettySslContextFactory Package Description org.mockserver.httpclient org.mockserver.mock.action.http org.mockserver.netty org.mockserver.netty.unification org.mockserver.socket.tls -
-
Uses of NettySslContextFactory in org.mockserver.httpclient
Constructors in org.mockserver.httpclient with parameters of type NettySslContextFactory Constructor Description NettyHttpClient(Configuration configuration, MockServerLogger mockServerLogger, io.netty.channel.EventLoopGroup eventLoopGroup, List<ProxyConfiguration> proxyConfigurations, boolean forwardProxyClient, NettySslContextFactory nettySslContextFactory) -
Uses of NettySslContextFactory in org.mockserver.mock.action.http
Constructors in org.mockserver.mock.action.http with parameters of type NettySslContextFactory Constructor Description HttpActionHandler(Configuration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, HttpState httpStateHandler, List<ProxyConfiguration> proxyConfigurations, NettySslContextFactory nettySslContextFactory) -
Uses of NettySslContextFactory in org.mockserver.netty
Constructors in org.mockserver.netty with parameters of type NettySslContextFactory Constructor Description MockServerUnificationInitializer(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory) -
Uses of NettySslContextFactory in org.mockserver.netty.unification
Methods in org.mockserver.netty.unification that return NettySslContextFactory Modifier and Type Method Description static NettySslContextFactoryPortUnificationHandler. nettySslContextFactory(io.netty.channel.Channel channel)Constructors in org.mockserver.netty.unification with parameters of type NettySslContextFactory Constructor Description PortUnificationHandler(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory, McpSessionManager mcpSessionManager) -
Uses of NettySslContextFactory in org.mockserver.socket.tls
Fields in org.mockserver.socket.tls with type parameters of type NettySslContextFactory Modifier and Type Field Description static Consumer<NettySslContextFactory>NettySslContextFactory. nettySslContextFactoryCustomizerMethods in org.mockserver.socket.tls that return NettySslContextFactory Modifier and Type Method Description NettySslContextFactoryNettySslContextFactory. withClientSslContextBuilderFunction(Function<io.netty.handler.ssl.SslContextBuilder,io.netty.handler.ssl.SslContext> clientSslContextBuilderFunction)Constructors in org.mockserver.socket.tls with parameters of type NettySslContextFactory Constructor Description SniHandler(Configuration configuration, NettySslContextFactory nettySslContextFactory)
-