Uses of Class
org.mockserver.mock.action.ActionHandler
-
Packages that use ActionHandler Package Description org.mockserver.mock.action org.mockserver.mockserver org.mockserver.unification -
-
Uses of ActionHandler in org.mockserver.mock.action
Methods in org.mockserver.mock.action with parameters of type ActionHandler Modifier and Type Method Description voidHttpForwardObjectCallbackActionHandler. handle(ActionHandler actionHandler, HttpObjectCallback httpObjectCallback, HttpRequest request, ResponseWriter responseWriter, boolean synchronous)voidHttpResponseObjectCallbackActionHandler. handle(ActionHandler actionHandler, HttpObjectCallback httpObjectCallback, HttpRequest request, ResponseWriter responseWriter, boolean synchronous) -
Uses of ActionHandler in org.mockserver.mockserver
Constructors in org.mockserver.mockserver with parameters of type ActionHandler Constructor Description MockServerHandler(LifeCycle server, HttpStateHandler httpStateHandler, ActionHandler actionHandler)MockServerUnificationInitializer(LifeCycle server, HttpStateHandler httpStateHandler, ActionHandler actionHandler) -
Uses of ActionHandler in org.mockserver.unification
Constructors in org.mockserver.unification with parameters of type ActionHandler Constructor Description PortUnificationHandler(LifeCycle server, HttpStateHandler httpStateHandler, ActionHandler actionHandler, NettySslContextFactory nettySslContextFactory)
-