Uses of Class
org.mockserver.mock.HttpStateHandler
-
-
Uses of HttpStateHandler in org.mockserver.callback
Constructors in org.mockserver.callback with parameters of type HttpStateHandler Constructor Description CallbackWebSocketServerHandler(HttpStateHandler httpStateHandler) -
Uses of HttpStateHandler in org.mockserver.dashboard
Constructors in org.mockserver.dashboard with parameters of type HttpStateHandler Constructor Description DashboardWebSocketServerHandler(HttpStateHandler httpStateHandler) -
Uses of HttpStateHandler in org.mockserver.lifecycle
Fields in org.mockserver.lifecycle declared as HttpStateHandler Modifier and Type Field Description protected HttpStateHandlerLifeCycle. httpStateHandler -
Uses of HttpStateHandler in org.mockserver.logging
Constructors in org.mockserver.logging with parameters of type HttpStateHandler Constructor Description MockServerLogger(org.slf4j.Logger logger, HttpStateHandler httpStateHandler) -
Uses of HttpStateHandler in org.mockserver.mock.action
Constructors in org.mockserver.mock.action with parameters of type HttpStateHandler Constructor Description ActionHandler(io.netty.channel.EventLoopGroup eventLoopGroup, HttpStateHandler httpStateHandler, ProxyConfiguration proxyConfiguration)HttpForwardObjectCallbackActionHandler(HttpStateHandler httpStateHandler, NettyHttpClient httpClient)HttpResponseObjectCallbackActionHandler(HttpStateHandler httpStateHandler) -
Uses of HttpStateHandler in org.mockserver.mockserver
Constructors in org.mockserver.mockserver with parameters of type HttpStateHandler Constructor Description MockServerHandler(LifeCycle server, HttpStateHandler httpStateHandler, ProxyConfiguration proxyConfiguration)MockServerUnificationInitializer(LifeCycle server, HttpStateHandler httpStateHandler, ProxyConfiguration proxyConfiguration) -
Uses of HttpStateHandler in org.mockserver.unification
Constructors in org.mockserver.unification with parameters of type HttpStateHandler Constructor Description PortUnificationHandler(LifeCycle server, HttpStateHandler httpStateHandler, ProxyConfiguration proxyConfiguration)
-