Package net.officefloor.server.http.mock
Interface MockHttpResponseBuilder
-
- All Superinterfaces:
HttpResponse
public interface MockHttpResponseBuilder extends HttpResponse
Builder for a mockHttpResponse.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MockHttpResponsebuild()Builds theMockHttpResponse.-
Methods inherited from interface net.officefloor.server.http.HttpResponse
getContentCharset, getContentType, getCookies, getEntity, getEntityWriter, getEscalationHandler, getHeaders, getStatus, getVersion, reset, send, setContentType, setContentType, setEscalationHandler, setStatus, setVersion
-
-
-
-
Method Detail
-
build
MockHttpResponse build()
Builds theMockHttpResponse.- Returns:
MockHttpResponse.
-
-