public abstract class BaseHandler
extends java.lang.Object
implements com.sun.net.httpserver.HttpHandler
| Constructor and Description |
|---|
BaseHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(com.sun.net.httpserver.HttpExchange exchange) |
protected abstract void |
handleImpl(com.sun.net.httpserver.HttpExchange exchange) |
void |
init() |
public void init()
public void handle(com.sun.net.httpserver.HttpExchange exchange)
throws java.io.IOException
handle in interface com.sun.net.httpserver.HttpHandlerjava.io.IOExceptionprotected abstract void handleImpl(com.sun.net.httpserver.HttpExchange exchange)
throws java.io.IOException
java.io.IOException