public class SelfTestHttpHandler extends Object implements com.sun.net.httpserver.HttpHandler
| Constructor and Description |
|---|
SelfTestHttpHandler(EmbeddedServer s) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(com.sun.net.httpserver.HttpExchange t) |
static void |
printRequestHeaders(com.sun.net.httpserver.HttpExchange t) |
public static final String JSON
public SelfTestHttpHandler(EmbeddedServer s)
public static void printRequestHeaders(com.sun.net.httpserver.HttpExchange t)
public void handle(com.sun.net.httpserver.HttpExchange t)
throws IOException
handle in interface com.sun.net.httpserver.HttpHandlerIOExceptionCopyright © 2016. All rights reserved.