Package net.officefloor.server.http.mock
Interface MockServerHttpConnection
- All Superinterfaces:
ServerHttpConnection
- All Known Implementing Classes:
MockHttpServer.MockServerHttpConnectionImpl
Mock
ServerHttpConnection.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields inherited from interface net.officefloor.server.http.ServerHttpConnection
DEFAULT_HTTP_ENTITY_CHARSET, HTTP_CHARSET, URI_CHARSET -
Method Summary
Methods inherited from interface net.officefloor.server.http.ServerHttpConnection
exportState, getClientRequest, getRequest, getResponse, getServerLocation, importState, isSecure
-
Method Details
-
send
Sends theHttpResponse.- Parameters:
escalation- OptionalEscalation. Should benullfor successful processing.- Returns:
MockHttpResponse.
-