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