Package net.officefloor.server.http
Class AbstractHttpServerImplementationTestCase.FunctionalityServicer
java.lang.Object
net.officefloor.server.http.AbstractHttpServerImplementationTestCase.FunctionalityServicer
- Enclosing class:
- AbstractHttpServerImplementationTestCase
Test fixture for verifying full HTTP request and response functionality.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidservice(ServerHttpConnection connection) Services the request.
-
Constructor Details
-
FunctionalityServicer
public FunctionalityServicer()
-
-
Method Details
-
service
Services the request.- Parameters:
connection-ServerHttpConnection.- Throws:
IOException- On servicing failure.
-