public class InstrumentingRequestHandler extends HttpServer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSCOVERAGE_STORE |
bais, HEADER_SIZE, ioUtils, is, os, pbis, pw, wwwRoot| Constructor and Description |
|---|
InstrumentingRequestHandler(java.net.Socket socket,
ConfigurationForServer configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleGet(HttpRequest request) |
protected void |
handleOther(java.lang.String httpMethod,
HttpRequest request) |
protected void |
handlePostOrPut(HttpRequest request) |
readHeaders, run, sendResponse, sendResponseactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static final java.lang.String JSCOVERAGE_STORE
public InstrumentingRequestHandler(java.net.Socket socket,
ConfigurationForServer configuration)
protected void handlePostOrPut(HttpRequest request)
handlePostOrPut in class HttpServerprotected void handleGet(HttpRequest request) throws java.io.IOException
handleGet in class HttpServerjava.io.IOExceptionprotected void handleOther(java.lang.String httpMethod,
HttpRequest request)
handleOther in class HttpServer