Uses of Class
org.mockserver.socket.tls.NettySslContextFactory
Packages that use NettySslContextFactory
Package
Description
-
Uses of NettySslContextFactory in org.mockserver.httpclient
Constructors in org.mockserver.httpclient with parameters of type NettySslContextFactoryModifierConstructorDescriptionNettyHttpClient(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 NettySslContextFactoryModifierConstructorDescriptionHttpActionHandler(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 NettySslContextFactoryModifierConstructorDescriptionMockServerUnificationInitializer(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 NettySslContextFactoryModifier and TypeMethodDescriptionstatic NettySslContextFactoryPortUnificationHandler.nettySslContextFactory(io.netty.channel.Channel channel) Constructors in org.mockserver.netty.unification with parameters of type NettySslContextFactoryModifierConstructorDescriptionPortUnificationHandler(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 NettySslContextFactoryModifier and TypeFieldDescriptionstatic Consumer<NettySslContextFactory>NettySslContextFactory.nettySslContextFactoryCustomizerMethods in org.mockserver.socket.tls that return NettySslContextFactoryModifier and TypeMethodDescriptionNettySslContextFactory.withClientSslContextBuilderFunction(Function<io.netty.handler.ssl.SslContextBuilder, io.netty.handler.ssl.SslContext> clientSslContextBuilderFunction) Constructors in org.mockserver.socket.tls with parameters of type NettySslContextFactoryModifierConstructorDescriptionSniHandler(Configuration configuration, NettySslContextFactory nettySslContextFactory)