Uses of Class
ucar.unidata.util.HttpServer
Packages that use HttpServer
-
Uses of HttpServer in ucar.unidata.idv
Subclasses of HttpServer in ucar.unidata.idvModifier and TypeClassDescriptionclass
This provides http based access to a stack trace and enables the user to shutdown the IDV.class
Creates and serves up images via httpclass
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 HttpServerModifierConstructorDescriptionImageRequestHandler
(IntegratedDataViewer idv, HttpServer server, Socket socket) ctorMonitorRequestHandler
(IntegratedDataViewer idv, HttpServer server, Socket socket) ctorOneInstanceRequestHandler
(IntegratedDataViewer idv, HttpServer server, Socket socket) ctor -
Uses of HttpServer in ucar.unidata.util
Fields in ucar.unidata.util declared as HttpServerModifier and TypeFieldDescriptionprotected HttpServer
HttpServer.RequestHandler.server
Back reference to serverConstructors in ucar.unidata.util with parameters of type HttpServer