Package net.officefloor.server.http
Class AbstractHttpServerImplementationTestCase.PressureOverloadServicer
- java.lang.Object
-
- net.officefloor.server.http.AbstractHttpServerImplementationTestCase.PressureOverloadServicer
-
- Enclosing class:
- AbstractHttpServerImplementationTestCase
public static class AbstractHttpServerImplementationTestCase.PressureOverloadServicer extends java.lang.Object
Servicer that is slow causing significant back pressure.
-
-
Constructor Summary
Constructors Constructor Description PressureOverloadServicer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
backPressure(java.lang.Thread serviceThread, ServerHttpConnection connection, AbstractHttpServerImplementationTestCase.TeamMarker marker)
java.lang.Thread
service()
-
-
-
Method Detail
-
service
@Next("backPressure") public java.lang.Thread service()
-
backPressure
public void backPressure(@Parameter java.lang.Thread serviceThread, ServerHttpConnection connection, AbstractHttpServerImplementationTestCase.TeamMarker marker) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-