| Modifier and Type | Class | Description |
|---|---|---|
class |
HttpRestServerImpl |
Implementation of the
HttpRestServer interface using the
HttpServer defined in the com.sun.net.httpserver
package. |
class |
HttpRestServerSingleton |
The singleton of the
HttpRestServerImpl for easy
HttpRestServer access. |
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. |
Copyright © 2018. All rights reserved.