Package net.officefloor.server.http
Class AbstractHttpServerImplementationTestCase.FailServicer
java.lang.Object
net.officefloor.server.http.AbstractHttpServerImplementationTestCase.FailServicer
- Enclosing class:
- AbstractHttpServerImplementationTestCase
Test fixture for servicing requests that fail.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidservice(ServerHttpConnection connection) Services the request.
-
Constructor Details
-
FailServicer
public FailServicer()
-
-
Method Details
-
service
Services the request.- Parameters:
connection-ServerHttpConnection.- Throws:
Exception- On servicing failure.
-