public class HTTPHandler
extends java.lang.Object
implements com.sun.net.httpserver.HttpHandler
Constructor and Description |
---|
HTTPHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(com.sun.net.httpserver.HttpExchange exchange) |
private void |
SendResponse(com.sun.net.httpserver.HttpExchange exchange,
int responseCode,
java.lang.String responseMessage) |
public void handle(com.sun.net.httpserver.HttpExchange exchange) throws java.io.IOException
handle
in interface com.sun.net.httpserver.HttpHandler
java.io.IOException
private void SendResponse(com.sun.net.httpserver.HttpExchange exchange, int responseCode, java.lang.String responseMessage) throws java.io.IOException
java.io.IOException