Package net.officefloor.server.http
Class AbstractHttpServerImplementationTestCase.ThreadedServicer
- java.lang.Object
-
- net.officefloor.server.http.AbstractHttpServerImplementationTestCase.ThreadedServicer
-
- Enclosing class:
- AbstractHttpServerImplementationTestCase
public static class AbstractHttpServerImplementationTestCase.ThreadedServicer extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AbstractHttpServerImplementationTestCase.ThreadedServicer.Flows
-
Constructor Summary
Constructors Constructor Description ThreadedServicer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doFlow(ServerHttpConnection connection, java.lang.Thread thread, AbstractHttpServerImplementationTestCase.ThreadedManagedObject managedObject)
void
service(AbstractHttpServerImplementationTestCase.ThreadedServicer.Flows flows)
-
-
-
Method Detail
-
service
public void service(AbstractHttpServerImplementationTestCase.ThreadedServicer.Flows flows)
-
doFlow
public void doFlow(ServerHttpConnection connection, @Parameter java.lang.Thread thread, AbstractHttpServerImplementationTestCase.ThreadedManagedObject managedObject) throws java.io.IOException
- Throws:
java.io.IOException
-
-