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