Uses of Class
org.mockserver.mock.HttpState
-
-
Uses of HttpState in org.mockserver.dashboard
Constructors in org.mockserver.dashboard with parameters of type HttpState Constructor Description DashboardWebSocketHandler(HttpState httpState, boolean sslEnabledUpstream, boolean prettyPrint) -
Uses of HttpState in org.mockserver.lifecycle
Fields in org.mockserver.lifecycle declared as HttpState Modifier and Type Field Description protected HttpStateLifeCycle. httpState -
Uses of HttpState in org.mockserver.logging
Methods in org.mockserver.logging with parameters of type HttpState Modifier and Type Method Description MockServerLoggerMockServerLogger. setHttpStateHandler(HttpState httpStateHandler)Constructors in org.mockserver.logging with parameters of type HttpState Constructor Description MockServerLogger(Configuration configuration, HttpState httpStateHandler)MockServerLogger(HttpState httpStateHandler) -
Uses of HttpState in org.mockserver.mock.action.http
Constructors in org.mockserver.mock.action.http with parameters of type HttpState Constructor Description HttpActionHandler(Configuration configuration, io.netty.channel.EventLoopGroup eventLoopGroup, HttpState httpStateHandler, List<ProxyConfiguration> proxyConfigurations, NettySslContextFactory nettySslContextFactory)HttpForwardObjectCallbackActionHandler(HttpState httpStateHandler, Configuration configuration, NettyHttpClient httpClient)HttpResponseObjectCallbackActionHandler(HttpState httpStateHandler) -
Uses of HttpState in org.mockserver.netty
Constructors in org.mockserver.netty with parameters of type HttpState Constructor Description HttpRequestHandler(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler httpActionHandler)MockServerUnificationInitializer(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory) -
Uses of HttpState in org.mockserver.netty.dns
Constructors in org.mockserver.netty.dns with parameters of type HttpState Constructor Description DnsRequestHandler(MockServerLogger mockServerLogger, HttpState httpState) -
Uses of HttpState in org.mockserver.netty.mcp
Constructors in org.mockserver.netty.mcp with parameters of type HttpState Constructor Description McpResourceRegistry(HttpState httpState)McpStreamableHttpHandler(HttpState httpState, LifeCycle server, McpSessionManager sessionManager)McpToolRegistry(HttpState httpState, LifeCycle server) -
Uses of HttpState in org.mockserver.netty.proxy
Constructors in org.mockserver.netty.proxy with parameters of type HttpState Constructor Description BinaryRequestProxyingHandler(Configuration configuration, MockServerLogger mockServerLogger, Scheduler scheduler, NettyHttpClient httpClient, HttpState httpState) -
Uses of HttpState in org.mockserver.netty.unification
Constructors in org.mockserver.netty.unification with parameters of type HttpState Constructor Description EarlyMatchingHandler(Configuration configuration, HttpState httpState, HttpActionHandler actionHandler, boolean isSecure)PortUnificationHandler(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory, McpSessionManager mcpSessionManager) -
Uses of HttpState in org.mockserver.netty.websocketregistry
Constructors in org.mockserver.netty.websocketregistry with parameters of type HttpState Constructor Description CallbackWebSocketServerHandler(HttpState httpStateHandler)
-