Uses of Class
software.xdev.mockserver.mock.action.http.HttpActionHandler
Packages that use HttpActionHandler
Package
Description
-
Uses of HttpActionHandler in software.xdev.mockserver.mock.action.http
Methods in software.xdev.mockserver.mock.action.http with parameters of type HttpActionHandlerModifier and TypeMethodDescriptionvoidHttpForwardObjectCallbackActionHandler.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 software.xdev.mockserver.netty
Constructors in software.xdev.mockserver.netty with parameters of type HttpActionHandlerModifierConstructorDescriptionHttpRequestHandler(ServerConfiguration configuration, LifeCycle server, HttpState httpState, HttpActionHandler httpActionHandler) MockServerUnificationInitializer(ServerConfiguration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler) -
Uses of HttpActionHandler in software.xdev.mockserver.netty.unification
Constructors in software.xdev.mockserver.netty.unification with parameters of type HttpActionHandlerModifierConstructorDescriptionPortUnificationHandler(ServerConfiguration configuration, LifeCycle server, HttpState httpState, HttpActionHandler actionHandler)