Uses of Interface
net.officefloor.server.http.mock.MockHttpRequestCallback
-
Packages that use MockHttpRequestCallback Package Description net.officefloor.server.http.mock -
-
Uses of MockHttpRequestCallback in net.officefloor.server.http.mock
Classes in net.officefloor.server.http.mock that implement MockHttpRequestCallback Modifier and Type Class Description static class
MockHttpServer.MockServerHttpConnectionImpl
MockServerHttpConnection
implementation.Methods in net.officefloor.server.http.mock with parameters of type MockHttpRequestCallback Modifier and Type Method Description void
MockHttpServer. send(MockHttpRequestBuilder request, MockHttpRequestCallback callback)
Sends theMockHttpRequestBuilder
.
-