| Package | Description |
|---|---|
| opendap.servers |
This package contains the OPeNDAP Server classes.
|
| opendap.servlet |
This package contains the core code for an OPeNDAP
servlet engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CEEvaluator.parseConstraint(ReqState rs)
Convenience wrapper for parseConstraint.
|
| Modifier and Type | Method and Description |
|---|---|
protected ReqState |
AbstractServlet.getRequestState(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServlet.anyExceptionHandler(Throwable e,
ReqState rs)
************************************************************************
Sends an error to the client.
|
void |
AbstractServlet.badURL(ReqState rs)
************************************************************************
Sends an html document to the client explaining that they have used a
poorly formed URL and then the help page...
|
void |
AbstractServlet.doDebug(ReqState rs)
************************************************************************
Default handler for debug requests;
|
void |
AbstractServlet.doGetASC(ReqState rs)
************************************************************************
Default handler for OPeNDAP ascii data requests.
|
void |
AbstractServlet.doGetBLOB(ReqState rs)
************************************************************************
Default handler for the client's data request.
|
void |
AbstractServlet.doGetCatalog(ReqState rs)
************************************************************************
Default handler for OPeNDAP catalog.xml requests.
|
void |
AbstractServlet.doGetDAP2Data(ReqState rs)
************************************************************************
Default handler for the client's data request.
|
void |
AbstractServlet.doGetDAS(ReqState rs)
************************************************************************
Default handler for the client's DAS request.
|
void |
AbstractServlet.doGetDDS(ReqState rs)
************************************************************************
Default handler for the client's DDS request.
|
void |
AbstractServlet.doGetDDX(ReqState rs)
************************************************************************
Default handler for the client's DDS request.
|
void |
AbstractServlet.doGetDIR(ReqState rs)
************************************************************************
Default handler for the client's directory request.
|
void |
AbstractServlet.doGetHELP(ReqState rs)
************************************************************************
Default handler for the client's help request.
|
void |
AbstractServlet.doGetHTML(ReqState rs)
************************************************************************
Default handler for OPeNDAP .html requests.
|
void |
AbstractServlet.doGetINFO(ReqState rs)
************************************************************************
Default handler for OPeNDAP info requests.
|
void |
AbstractServlet.doGetStatus(ReqState rs)
************************************************************************
Default handler for OPeNDAP status requests; not publically available,
used only for debugging
|
void |
AbstractServlet.doGetSystemProps(ReqState rs)
************************************************************************
Default handler for OPeNDAP status requests; not publically available,
used only for debugging
|
void |
AbstractServlet.doGetVER(ReqState rs)
************************************************************************
Default handler for the client's version request.
|
protected abstract GuardedDataset |
AbstractServlet.getDataset(ReqState rs)
************************************************************************
This method must be implemented locally for each OPeNDAP server.
|
void |
AbstractServlet.IOExceptionHandler(IOException e,
ReqState rs)
************************************************************************
Sends an error to the client.
|
protected void |
AbstractServlet.printCatalog(ReqState rs,
PrintWriter os) |
void |
AbstractServlet.probeRequest(PrintWriter ps,
ReqState rs)
************************************************************************
This is a bit of instrumentation that I kept around to let me look at the
state of the incoming
HttpServletRequest from the client. |
void |
GetAsciiHandler.sendASCII(ReqState rs,
String dataSet)
************************************************************************
Default handler for OPeNDAP ascii requests.
|
void |
GetHTMLInterfaceHandler.sendDataRequestForm(ReqState rs,
String dataSet,
ServerDDS sdds,
DAS myDAS)
************************************************************************
Default handler for OPeNDAP .html requests.
|
void |
GetDirHandler.sendDIR(ReqState rs)
************************************************************************
Default handler for OPeNDAP directory requests.
|
void |
GetInfoHandler.sendINFO(PrintWriter pw,
GuardedDataset gds,
ReqState rs)
************************************************************************
Default handler for OPeNDAP info requests.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.