Uses of Interface
org.refcodes.rest.LoopbackRestServer
-
-
Uses of LoopbackRestServer in org.refcodes.rest
Classes in org.refcodes.rest that implement LoopbackRestServer Modifier and Type Class Description classLoopbackRestServerImplImplementation if theLoopbackRestServerfor easy testing of your requests being received by aRestServer(HttpRestServer) and the according responselambdaexpressions.classLoopbackRestServerSingletonThe singleton of theLoopbackRestServerImplfor easyRestServeraccess.Methods in org.refcodes.rest that return LoopbackRestServer Modifier and Type Method Description static LoopbackRestServerLoopbackRestServerSingleton. getInstance()Returns the singleton's instance as fabricated by thisLoopbackRestServerSingleton.default LoopbackRestServerLoopbackRestServer. withBaseLocator(java.lang.String aBaseLocator)default LoopbackRestServerLoopbackRestServer. withHttpExceptionHandler(HttpExceptionHandler aHttpErrorHandler)Sets theHttpExceptionHandlerfor theHttpExceptionHandlerproperty.default LoopbackRestServerLoopbackRestServer. withHttpExceptionHandling(HttpExceptionHandling aHttpErrorHandling)Sets theHttpExceptionHandlingfor theHttpExceptionHandlingproperty.default LoopbackRestServerLoopbackRestServer. withRealm(java.lang.String aRealm)
-