Uses of Class
org.mockserver.mock.action.http.HttpActionHandler
-
Packages that use HttpActionHandler Package Description org.mockserver.mock.action.http org.mockserver.netty org.mockserver.netty.unification -
-
Uses of HttpActionHandler in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http with parameters of type HttpActionHandler Modifier and Type Method Description voidHttpForwardObjectCallbackActionHandler. handle(HttpActionHandler actionHandler, HttpObjectCallback httpObjectCallback, HttpRequest request, ResponseWriter responseWriter, boolean synchronous, Runnable expectationPostProcessor)voidHttpResponseObjectCallbackActionHandler. handle(HttpActionHandler actionHandler, HttpObjectCallback httpObjectCallback, HttpRequest request, ResponseWriter responseWriter, boolean synchronous, Runnable expectationPostProcessor) -
Uses of HttpActionHandler in org.mockserver.netty
Constructors in org.mockserver.netty with parameters of type HttpActionHandler Constructor Description HttpRequestHandler(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler httpActionHandler)MockServerUnificationInitializer(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory) -
Uses of HttpActionHandler in org.mockserver.netty.unification
Constructors in org.mockserver.netty.unification with parameters of type HttpActionHandler Constructor Description EarlyMatchingHandler(Configuration configuration, HttpState httpState, HttpActionHandler actionHandler, boolean isSecure)PortUnificationHandler(Configuration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler, NettySslContextFactory nettySslContextFactory, McpSessionManager mcpSessionManager)
-