Uses of Class
ucar.unidata.util.HttpServer

Packages that use HttpServer
ucar.unidata.idv The idv package. 
ucar.unidata.util General utilities. 
 

Uses of HttpServer in ucar.unidata.idv
 

Subclasses of HttpServer in ucar.unidata.idv
 class IdvMonitor
          This provides http based access to a stack trace and enables the user to shutdown the IDV.
 class ImageServer
          Creates and serves up images via http
 class OneInstanceServer
          Used for other idv instances to connect to so we only have one running at a time.
 

Constructors in ucar.unidata.idv with parameters of type HttpServer
IdvMonitor.MonitorRequestHandler(IntegratedDataViewer idv, HttpServer server, Socket socket)
          ctor
ImageServer.ImageRequestHandler(IntegratedDataViewer idv, HttpServer server, Socket socket)
          ctor
OneInstanceServer.OneInstanceRequestHandler(IntegratedDataViewer idv, HttpServer server, Socket socket)
          ctor
 

Uses of HttpServer in ucar.unidata.util
 

Fields in ucar.unidata.util declared as HttpServer
protected  HttpServer HttpServer.RequestHandler.server
          Back reference to server
 

Constructors in ucar.unidata.util with parameters of type HttpServer
HttpServer.RequestHandler(HttpServer server, Socket socket)
          Ctor