|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.HttpServer
ucar.unidata.idv.IdvMonitor
public class IdvMonitor
This provides http based access to a stack trace and enables the user to shutdown the IDV.
This only is responsive to incoming requests from localhost
the urls this provides are:
http://localhost:
Nested Class Summary
classIdvMonitor.MonitorRequestHandler
Class OneInstanceRequestHandler the handler
Nested classes/interfaces inherited from class ucar.unidata.util.HttpServer
HttpServer.RequestHandler
Field Summary
Fields inherited from class ucar.unidata.util.HttpServer
RESPONSE_INTERNALERROR, RESPONSE_NOTFOUND, RESPONSE_OK, RESPONSE_UNAUTHORIZED, serverProperties, TYPE_GET, TYPE_POST
Constructor Summary
IdvMonitor(IntegratedDataViewer idv,
int port)
_more_
Method Summary
protected HttpServer.RequestHandlerdoMakeRequestHandler(Socket socket)
Make the handler for this request.
Methods inherited from class ucar.unidata.util.HttpServer
getPort, getProperties, handleError, init, initServerSocket, setPort, xxxxmain
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
IdvMonitor
public IdvMonitor(IntegratedDataViewer idv,
int port)
idv - _more_port - _more_
Method Detail
doMakeRequestHandler
protected HttpServer.RequestHandler doMakeRequestHandler(Socket socket)
throws Exception
doMakeRequestHandler in class HttpServer
socket - incoming socket
Exception - _more_
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD