Uses of Class
net.officefloor.server.http.mock.MockHttpServer
-
Packages that use MockHttpServer Package Description net.officefloor.server.http.mock net.officefloor.web.compile net.officefloor.woof.mock -
-
Uses of MockHttpServer in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock that return MockHttpServer Modifier and Type Method Description static MockHttpServerMockHttpServer. configureMockHttpServer(DeployedOfficeInput input)Configures theMockHttpServerto be serviced by theDeployedOfficeInput.MockHttpServerMockHttpServer. timeout(int timeout)Specifies the timeout for synchronous send.Methods in net.officefloor.server.http.mock with parameters of type MockHttpServer Modifier and Type Method Description protected static voidMockHttpServer. configureMockHttpServer(MockHttpServer httpServer, DeployedOfficeInput input)Enables extending implementations to configure themselves as theMockHttpServer. -
Uses of MockHttpServer in net.officefloor.web.compile
Method parameters in net.officefloor.web.compile with type arguments of type MockHttpServer Modifier and Type Method Description voidWebCompileOfficeFloor. mockHttpServer(java.util.function.Consumer<MockHttpServer> consumeMockhttpServer)LoadsMockHttpServer. -
Uses of MockHttpServer in net.officefloor.woof.mock
Subclasses of MockHttpServer in net.officefloor.woof.mock Modifier and Type Class Description classMockWoofServerMockHttpServerloading the WoOF application.classMockWoofServerExtensionExtensionfor running theMockWoofServer.classMockWoofServerRuleTestRulefor running theMockWoofServer.
-