Uses of Class
de.gematik.test.tiger.mockserver.mock.HttpState
Packages that use HttpState
Package
Description
-
Uses of HttpState in de.gematik.test.tiger.mockserver.lifecycle
Fields in de.gematik.test.tiger.mockserver.lifecycle declared as HttpStateMethods in de.gematik.test.tiger.mockserver.lifecycle that return HttpState -
Uses of HttpState in de.gematik.test.tiger.mockserver.mock.action.http
Constructors in de.gematik.test.tiger.mockserver.mock.action.http with parameters of type HttpStateModifierConstructorDescriptionHttpActionHandler(MockServerConfiguration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, HttpState httpStateHandler, List<ProxyConfiguration> proxyConfigurations, NettySslContextFactory nettySslContextFactory) -
Uses of HttpState in de.gematik.test.tiger.mockserver.netty
Constructors in de.gematik.test.tiger.mockserver.netty with parameters of type HttpStateModifierConstructorDescriptionHttpRequestHandler(MockServerConfiguration configuration, MockServer server, HttpState httpState, HttpActionHandler httpActionHandler) -
Uses of HttpState in de.gematik.test.tiger.mockserver.netty.unification
Constructors in de.gematik.test.tiger.mockserver.netty.unification with parameters of type HttpStateModifierConstructorDescriptionPortUnificationHandler(MockServerConfiguration configuration, MockServer server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory)