Package net.officefloor.server.http.mock
Interface MockHttpRequestCallback
-
- All Known Implementing Classes:
MockHttpServer.MockServerHttpConnectionImpl
public interface MockHttpRequestCallbackCallback with theMockHttpResponsefor theMockHttpRequestBuilder.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresponse(MockHttpResponse response)Callback with theMockHttpResponse.
-
-
-
Method Detail
-
response
void response(MockHttpResponse response)
Callback with theMockHttpResponse.- Parameters:
response-MockHttpResponse.
-
-