Uses of Class
org.refcodes.rest.AbstractRestServer
-
-
Uses of AbstractRestServer in org.refcodes.rest
Subclasses of AbstractRestServer in org.refcodes.rest Modifier and Type Class Description classHttpRestServerImplImplementation of theHttpRestServerinterface using theHttpServerdefined in thecom.sun.net.httpserverpackage.classHttpRestServerSingletonThe singleton of theHttpRestServerImplfor easyHttpRestServeraccess.classLoopbackRestServerImplImplementation if theLoopbackRestServerfor easy testing of your requests being received by aRestServer(HttpRestServer) and the according responselambdaexpressions.classLoopbackRestServerSingletonThe singleton of theLoopbackRestServerImplfor easyRestServeraccess.
-