public class McIDASVMonitor extends ucar.unidata.util.HttpServer
| Modifier and Type | Class and Description |
|---|---|
class |
McIDASVMonitor.MonitorRequestHandler |
| Modifier and Type | Field and Description |
|---|---|
private ucar.unidata.idv.IntegratedDataViewer |
idv |
private java.net.InetAddress |
localHost
The localhost
|
| Constructor and Description |
|---|
McIDASVMonitor(ucar.unidata.idv.IntegratedDataViewer idv,
int port) |
| Modifier and Type | Method and Description |
|---|---|
protected ucar.unidata.util.HttpServer.RequestHandler |
doMakeRequestHandler(java.net.Socket socket)
Make the handler for this request.
|
private ucar.unidata.idv.IntegratedDataViewer idv
private java.net.InetAddress localHost
public McIDASVMonitor(ucar.unidata.idv.IntegratedDataViewer idv, int port)
protected ucar.unidata.util.HttpServer.RequestHandler doMakeRequestHandler(java.net.Socket socket) throws java.lang.Exception
doMakeRequestHandler in class ucar.unidata.util.HttpServersocket - Incoming socket.null.java.lang.Exception