Package net.officefloor.server.http
Class AbstractHttpServerImplementationTestCase.AsyncServicer
java.lang.Object
net.officefloor.server.http.AbstractHttpServerImplementationTestCase.AsyncServicer
- Enclosing class:
- AbstractHttpServerImplementationTestCase
Test fixture for asynchronous servicing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidservice(AsynchronousFlow async, ServerHttpConnection connection) Services the request asynchronously.
-
Constructor Details
-
AsyncServicer
public AsyncServicer()
-
-
Method Details
-
service
Services the request asynchronously.- Parameters:
async-AsynchronousFlow.connection-ServerHttpConnection.
-