Uses of Class
de.gematik.test.tiger.mockserver.socket.tls.NettySslContextFactory
Packages that use NettySslContextFactory
Package
Description
-
Uses of NettySslContextFactory in de.gematik.test.tiger.mockserver.configuration
Methods in de.gematik.test.tiger.mockserver.configuration that return types with arguments of type NettySslContextFactoryMethod parameters in de.gematik.test.tiger.mockserver.configuration with type arguments of type NettySslContextFactoryModifier and TypeMethodDescriptionMockServerConfiguration.nettySslContextFactoryCustomizer(Consumer<NettySslContextFactory> nettySslContextFactoryCustomizer) -
Uses of NettySslContextFactory in de.gematik.test.tiger.mockserver.httpclient
Constructors in de.gematik.test.tiger.mockserver.httpclient with parameters of type NettySslContextFactoryModifierConstructorDescriptionNettyHttpClient(MockServerConfiguration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, List<ProxyConfiguration> proxyConfigurations, NettySslContextFactory nettySslContextFactory) -
Uses of NettySslContextFactory in de.gematik.test.tiger.mockserver.mock.action.http
Constructors in de.gematik.test.tiger.mockserver.mock.action.http with parameters of type NettySslContextFactoryModifierConstructorDescriptionHttpActionHandler(MockServerConfiguration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, HttpState httpStateHandler, List<ProxyConfiguration> proxyConfigurations, NettySslContextFactory nettySslContextFactory) -
Uses of NettySslContextFactory in de.gematik.test.tiger.mockserver.netty.unification
Fields in de.gematik.test.tiger.mockserver.netty.unification with type parameters of type NettySslContextFactoryModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<NettySslContextFactory>PortUnificationHandler.NETTY_SSL_CONTEXT_FACTORYMethods in de.gematik.test.tiger.mockserver.netty.unification that return NettySslContextFactoryModifier and TypeMethodDescriptionstatic NettySslContextFactoryPortUnificationHandler.nettySslContextFactory(io.netty.channel.Channel channel) Constructors in de.gematik.test.tiger.mockserver.netty.unification with parameters of type NettySslContextFactoryModifierConstructorDescriptionPortUnificationHandler(MockServerConfiguration configuration, MockServer server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory) -
Uses of NettySslContextFactory in de.gematik.test.tiger.mockserver.socket.tls
Constructors in de.gematik.test.tiger.mockserver.socket.tls with parameters of type NettySslContextFactoryModifierConstructorDescriptionSniHandler(MockServerConfiguration configuration, NettySslContextFactory nettySslContextFactory)