Package | Description |
---|---|
opendap.servers.test |
This package contains the OPeNDAP Test Server (DTS).
|
opendap.servlet |
This package contains the core code for an OPeNDAP
servlet engine.
|
Modifier and Type | Class and Description |
---|---|
class |
testDataset
This is the OPeNDAP Test servlet (dts).
|
Modifier and Type | Method and Description |
---|---|
protected GuardedDataset |
dts.getDataset(ReqState rs) |
Modifier and Type | Method and Description |
---|---|
protected abstract GuardedDataset |
AbstractServlet.getDataset(ReqState rs)
************************************************************************
This method must be implemented locally for each OPeNDAP server.
|
Modifier and Type | Method and Description |
---|---|
void |
GetInfoHandler.sendINFO(java.io.PrintStream pw,
GuardedDataset gds,
ReqState rs)
************************************************************************
Default handler for OPeNDAP info requests.
|