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, boolean sslEnabledUpstream)
-
Uses of HttpStateHandler in org.mockserver.lifecycle
Fields in org.mockserver.lifecycle declared as HttpStateHandler Modifier and Type Field Description protected HttpStateHandler
LifeCycle. httpStateHandler
-
Uses of HttpStateHandler in org.mockserver.logging
Methods in org.mockserver.logging with parameters of type HttpStateHandler Modifier and Type Method Description MockServerLogger
MockServerLogger. setHttpStateHandler(HttpStateHandler httpStateHandler)
Constructors in org.mockserver.logging with parameters of type HttpStateHandler Constructor Description MockServerLogger(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, ActionHandler actionHandler)
MockServerUnificationInitializer(LifeCycle server, HttpStateHandler httpStateHandler, ActionHandler actionHandler)
-
Uses of HttpStateHandler in org.mockserver.unification
Constructors in org.mockserver.unification with parameters of type HttpStateHandler Constructor Description PortUnificationHandler(LifeCycle server, HttpStateHandler httpStateHandler, ActionHandler actionHandler, NettySslContextFactory nettySslContextFactory)
-