| Modifier and Type | Class | Description |
|---|---|---|
class |
LoopbackRestServerImpl |
Implementation if the
LoopbackRestServer for easy testing of your
requests being received by a RestServer (HttpRestServer) and
the according response lambda expressions. |
class |
LoopbackRestServerSingleton |
The singleton of the
LoopbackRestServerImpl for easy
RestServer access. |
| Modifier and Type | Method | Description |
|---|---|---|
static LoopbackRestServer |
LoopbackRestServerSingleton.getInstance() |
Returns the singleton's instance as fabricated by this
LoopbackRestServerSingleton. |
default LoopbackRestServer |
LoopbackRestServer.withBaseLocator(String aBaseLocator) |
|
default LoopbackRestServer |
LoopbackRestServer.withHttpExceptionHandler(HttpExceptionHandler aHttpErrorHandler) |
Sets the
HttpExceptionHandler for the
HttpExceptionHandler property. |
default LoopbackRestServer |
LoopbackRestServer.withHttpExceptionHandling(HttpExceptionHandling aHttpErrorHandling) |
Sets the
HttpExceptionHandling for the HttpExceptionHandling
property. |
default LoopbackRestServer |
LoopbackRestServer.withRealm(String aRealm) |
Copyright © 2018. All rights reserved.