public class McIDASVMonitor extends HttpServer
Modifier and Type | Class and Description |
---|---|
class |
McIDASVMonitor.MonitorRequestHandler |
HttpServer.RequestHandler
Modifier and Type | Field and Description |
---|---|
private IntegratedDataViewer |
idv |
private InetAddress |
localHost
The localhost
|
RESPONSE_INTERNALERROR, RESPONSE_NOTFOUND, RESPONSE_OK, RESPONSE_UNAUTHORIZED, serverProperties, TYPE_GET, TYPE_POST
Constructor and Description |
---|
McIDASVMonitor(IntegratedDataViewer idv,
int port) |
Modifier and Type | Method and Description |
---|---|
protected HttpServer.RequestHandler |
doMakeRequestHandler(Socket socket)
Make the handler for this request.
|
getPort, getProperties, handleError, init, initServerSocket, setPort, xxxxmain
private IntegratedDataViewer idv
private InetAddress localHost
public McIDASVMonitor(IntegratedDataViewer idv, int port)
protected HttpServer.RequestHandler doMakeRequestHandler(Socket socket) throws Exception
doMakeRequestHandler
in class HttpServer
socket
- Incoming socket.null
.Exception