Uses of Interface
ratpack.test.handling.HandlerFactory
-
Packages that use HandlerFactory Package Description ratpack.test.mock Support for creating mocks for remote APIs. -
-
Uses of HandlerFactory in ratpack.test.mock
Methods in ratpack.test.mock that return HandlerFactory Modifier and Type Method Description HandlerFactory
MockApi. getHandlerFactory()
Retrieve the factory that generates handlers for requests.Methods in ratpack.test.mock with parameters of type HandlerFactory Modifier and Type Method Description static MockApi
MockApi. of(HandlerFactory factory)
Creates an embedded Ratpack server which delegates handling to the provided factory.
-