Uses of Class
org.mockserver.mock.HttpState
Packages that use HttpState
Package
Description
-
Uses of HttpState in org.mockserver.dashboard
Constructors in org.mockserver.dashboard with parameters of type HttpStateModifierConstructorDescriptionDashboardWebSocketHandler(HttpState httpState, boolean sslEnabledUpstream, boolean prettyPrint) -
Uses of HttpState in org.mockserver.lifecycle
Fields in org.mockserver.lifecycle declared as HttpState -
Uses of HttpState in org.mockserver.logging
Methods in org.mockserver.logging with parameters of type HttpStateModifier and TypeMethodDescriptionMockServerLogger.setHttpStateHandler(HttpState httpStateHandler) Constructors in org.mockserver.logging with parameters of type HttpStateModifierConstructorDescriptionMockServerLogger(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 HttpStateModifierConstructorDescriptionHttpActionHandler(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 HttpStateModifierConstructorDescriptionHttpRequestHandler(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 HttpStateModifierConstructorDescriptionDnsRequestHandler(MockServerLogger mockServerLogger, HttpState httpState) -
Uses of HttpState in org.mockserver.netty.grpc
Constructors in org.mockserver.netty.grpc with parameters of type HttpStateModifierConstructorDescriptionGrpcBidiRouterHandler(Configuration configuration, GrpcProtoDescriptorStore descriptorStore, MockServerLogger mockServerLogger, boolean sslEnabled, Certificate[] clientCertificates, CallbackWebSocketServerHandler callbackWebSocketServerHandler, DashboardWebSocketHandler dashboardWebSocketHandler, McpStreamableHttpHandler mcpStreamableHttpHandler, TraceContextHandler traceContextHandler, AltSvcHeaderHandler altSvcHeaderHandler, GrpcToHttpResponseHandler grpcToHttpResponseHandler, GrpcToHttpRequestHandler grpcToHttpRequestHandler, HttpRequestHandler httpRequestHandler, HttpState httpState) GrpcMultiplexChildInitializer(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, MockServerLogger mockServerLogger, McpSessionManager mcpSessionManager, boolean sslEnabled, Certificate[] clientCertificates) -
Uses of HttpState in org.mockserver.netty.http3
Constructors in org.mockserver.netty.http3 with parameters of type HttpStateModifierConstructorDescriptionHttp3MockServerHandler(Configuration configuration, MockServerLogger mockServerLogger, HttpState httpState, HttpActionHandler httpActionHandler, Metrics metrics) Http3MockServerHandler(Configuration configuration, MockServerLogger mockServerLogger, HttpState httpState, HttpActionHandler httpActionHandler, Metrics metrics, McpRequestProcessor mcpRequestProcessor) Http3Server(Configuration configuration, MockServerLogger mockServerLogger, HttpState httpState, HttpActionHandler httpActionHandler) Create an HTTP/3 server wired into MockServer's request pipeline (no MCP).Http3Server(Configuration configuration, MockServerLogger mockServerLogger, HttpState httpState, HttpActionHandler httpActionHandler, LifeCycle server, McpSessionManager mcpSessionManager) Create an HTTP/3 server wired into MockServer's request pipeline, with MCP support. -
Uses of HttpState in org.mockserver.netty.mcp
Constructors in org.mockserver.netty.mcp with parameters of type HttpStateModifierConstructorDescriptionMcpRequestProcessor(HttpState httpState, LifeCycle server, McpSessionManager sessionManager) 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 HttpStateModifierConstructorDescriptionBinaryRequestProxyingHandler(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 HttpStateModifierConstructorDescriptionEarlyMatchingHandler(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