Class HttpForwardObjectCallbackActionHandler
java.lang.Object
software.xdev.mockserver.mock.action.http.HttpForwardAction
software.xdev.mockserver.mock.action.http.HttpForwardObjectCallbackActionHandler
-
Constructor Summary
ConstructorsConstructorDescriptionHttpForwardObjectCallbackActionHandler(HttpState httpStateHandler, NettyHttpClient httpClient) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(HttpActionHandler actionHandler, HttpObjectCallback httpObjectCallback, HttpRequest request, ResponseWriter responseWriter, boolean synchronous, Runnable expectationPostProcessor) Methods inherited from class software.xdev.mockserver.mock.action.http.HttpForwardAction
sendRequest
-
Constructor Details
-
HttpForwardObjectCallbackActionHandler
public HttpForwardObjectCallbackActionHandler(HttpState httpStateHandler, NettyHttpClient httpClient)
-
-
Method Details
-
handle
public void handle(HttpActionHandler actionHandler, HttpObjectCallback httpObjectCallback, HttpRequest request, ResponseWriter responseWriter, boolean synchronous, Runnable expectationPostProcessor)
-