Package | Description |
---|---|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.util |
General utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
IdvMonitor.MonitorRequestHandler
Class OneInstanceRequestHandler the handler
|
static class |
ImageServer.ImageRequestHandler
Class ImageRequestHandler handles image server requests
|
static class |
OneInstanceServer.OneInstanceRequestHandler
Class OneInstanceRequestHandler the handler
|
Modifier and Type | Method and Description |
---|---|
protected HttpServer.RequestHandler |
ImageServer.doMakeRequestHandler(java.net.Socket socket)
Create the request handler for the connection
|
protected HttpServer.RequestHandler |
IdvMonitor.doMakeRequestHandler(java.net.Socket socket)
Make the handler for this request.
|
protected HttpServer.RequestHandler |
OneInstanceServer.doMakeRequestHandler(java.net.Socket socket)
Make the handler for this connection
|
Modifier and Type | Method and Description |
---|---|
protected HttpServer.RequestHandler |
HttpServer.doMakeRequestHandler(java.net.Socket socket)
Factory method to create the request handler
|