public class Health extends Object implements com.sun.net.httpserver.HttpHandler
| Constructor and Description |
|---|
Health(int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(com.sun.net.httpserver.HttpExchange exchange) |
void |
shutdown() |
public Health(int port)
throws dev.galasa.framework.spi.FrameworkException
dev.galasa.framework.spi.FrameworkExceptionpublic void shutdown()
public void handle(com.sun.net.httpserver.HttpExchange exchange)
throws IOException
handle in interface com.sun.net.httpserver.HttpHandlerIOExceptionCopyright © 2020. All rights reserved.