ucar.unidata.idv
Class IdvMonitor.MonitorRequestHandler

java.lang.Object
  extended by ucar.unidata.util.HttpServer.RequestHandler
      extended by ucar.unidata.idv.IdvMonitor.MonitorRequestHandler
All Implemented Interfaces:
Runnable
Enclosing class:
IdvMonitor

public class IdvMonitor.MonitorRequestHandler
extends HttpServer.RequestHandler

Class OneInstanceRequestHandler the handler

Version:
$Revision: 1.11 $
Author:
IDV Development Team

Field Summary
 
Fields inherited from class ucar.unidata.util.HttpServer.RequestHandler
CRLF, LF, server
 
Constructor Summary
IdvMonitor.MonitorRequestHandler(IntegratedDataViewer idv, HttpServer server, Socket socket)
          ctor
 
Method Summary
protected  void handleRequest(String path, Hashtable formArgs, Hashtable httpArgs, String content)
          Handle the request.
 
Methods inherited from class ucar.unidata.util.HttpServer.RequestHandler
addArg, getOutputStream, getSocket, handleFileUpload, log, okToParseContent, parseArgs, redirect, run, writeBytes, writeHeader, writeHeaderArgs, writeHtml, writeLine, writeResult, writeResult, writeResult, writeResult, writeResult, writeResult, writeResult, writeXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdvMonitor.MonitorRequestHandler

public IdvMonitor.MonitorRequestHandler(IntegratedDataViewer idv,
                                        HttpServer server,
                                        Socket socket)
                                 throws Exception
ctor

Parameters:
idv - the idv
server - the server
socket - the socket we handle the connection of
Throws:
Exception - On badness
Method Detail

handleRequest

protected void handleRequest(String path,
                             Hashtable formArgs,
                             Hashtable httpArgs,
                             String content)
                      throws Exception
Description copied from class: HttpServer.RequestHandler
Handle the request.

Overrides:
handleRequest in class HttpServer.RequestHandler
Parameters:
path - url path. ignored.
formArgs - form args
httpArgs - http args
content - content. unused.
Throws:
Exception - On badness