ucar.unidata.idv
Class ImageServer.ImageRequestHandler
java.lang.Object
ucar.unidata.util.HttpServer.RequestHandler
ucar.unidata.idv.ImageServer.ImageRequestHandler
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ImageServer
public static class ImageServer.ImageRequestHandler
- extends HttpServer.RequestHandler
Class ImageRequestHandler handles image server requests
- Version:
- $Revision: 1.15 $
- Author:
- IDV Development Team
| 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 |
ImageServer.ImageRequestHandler
public ImageServer.ImageRequestHandler(IntegratedDataViewer idv,
HttpServer server,
Socket socket)
throws Exception
- ctor
- Parameters:
idv - The idvserver - The serversocket - The connection
- Throws:
Exception - On badness
handleRequest
protected void handleRequest(String path,
Hashtable formArgs,
Hashtable httpArgs,
String content)
throws Exception
- Handle the request
- Overrides:
handleRequest in class HttpServer.RequestHandler
- Parameters:
path - unusedformArgs - the request argshttpArgs - unusedcontent - unused
- Throws:
Exception - On badness
handleRequestInner
protected void handleRequestInner(String path,
Hashtable formArgs,
Hashtable httpArgs,
String content)
throws Exception
- Really handle the request
- Parameters:
path - unusedformArgs - the request argshttpArgs - unusedcontent - unused
- Throws:
Exception - On badness