Uses of Class
software.xdev.mockserver.mock.HttpState
Packages that use HttpState
Package
Description
-
Uses of HttpState in software.xdev.mockserver.lifecycle
Fields in software.xdev.mockserver.lifecycle declared as HttpState -
Uses of HttpState in software.xdev.mockserver.mock.action.http
Constructors in software.xdev.mockserver.mock.action.http with parameters of type HttpStateModifierConstructorDescriptionHttpActionHandler(ServerConfiguration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, HttpState httpStateHandler, List<ProxyConfiguration> proxyConfigurations) HttpForwardObjectCallbackActionHandler(HttpState httpStateHandler, NettyHttpClient httpClient) HttpResponseObjectCallbackActionHandler(HttpState httpStateHandler) -
Uses of HttpState in software.xdev.mockserver.netty
Constructors in software.xdev.mockserver.netty with parameters of type HttpStateModifierConstructorDescriptionHttpRequestHandler(ServerConfiguration configuration, LifeCycle server, HttpState httpState, HttpActionHandler httpActionHandler) MockServerUnificationInitializer(ServerConfiguration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler) -
Uses of HttpState in software.xdev.mockserver.netty.unification
Constructors in software.xdev.mockserver.netty.unification with parameters of type HttpStateModifierConstructorDescriptionPortUnificationHandler(ServerConfiguration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler) -
Uses of HttpState in software.xdev.mockserver.netty.websocketregistry
Constructors in software.xdev.mockserver.netty.websocketregistry with parameters of type HttpState