- dap2ExceptionHandler(DAP2Exception, HttpServletResponse) - Method in class opendap.dts.DTSServlet
-
Sends a OPeNDAP DAP2 error to the client.
- DDSFile - Static variable in class opendap.dts.SDTest
-
- Debug - Static variable in class opendap.dts.SDTest
-
- doDebug(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for debug requests;
- doDebugCmd(String, StringTokenizer, PrintStream) - Method in class opendap.dts.DTSServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class opendap.dts.DTSServlet
-
Handles incoming requests from clients.
- doGetASC(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP ascii data requests.
- doGetBLOB(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's data request.
- doGetCatalog(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP catalog.xml requests.
- doGetDAP2Data(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's data request.
- doGetDAS(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's DAS request.
- doGetDDS(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's DDS request.
- doGetDDX(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's DDX request.
- doGetDIR(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's directory request.
- doGetHELP(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's help request.
- doGetHTML(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP .html requests.
- doGetINFO(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP info requests.
- doGetStatus(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP status requests; not publically available,
used only for debugging
- doGetSystemProps(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for OPeNDAP status requests; not publically available,
used only for debugging
- doGetVER(ReqState) - Method in class opendap.dts.DTSServlet
-
Handler for the client's version request.
- DTSServlet - Class in opendap.dts
-
Purpose:
This is the OPeNDAP Test servlet (dts).
- DTSServlet() - Constructor for class opendap.dts.DTSServlet
-
************************************************************************
Intitializes the servlet.
- newDArray() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DArray.
- newDArray(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DArray with name n.
- newDByte() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DByte.
- newDByte(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DByte with name n.
- newDFloat32() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DFloat32.
- newDFloat32(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DFloat32 with name n.
- newDFloat64() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DFloat64.
- newDFloat64(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DFloat64 with name n.
- newDGrid() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DGrid.
- newDGrid(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DGrid with name n.
- newDInt16() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DInt16.
- newDInt16(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DInt16 with name n.
- newDInt32() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DInt32.
- newDInt32(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DInt32 with name n.
- newDSequence() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DSequence.
- newDSequence(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DSequence with name n.
- newDString() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DString.
- newDString(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DString with name n.
- newDStructure() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DStructure.
- newDStructure(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DStructure with name n.
- newDUInt16() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DUInt16.
- newDUInt16(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DUInt16 with name n.
- newDUInt32() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DUInt32.
- newDUInt32(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DUInt32 with name n.
- newDURL() - Method in class opendap.dts.test_ServerFactory
-
Construct a new DURL.
- newDURL(String) - Method in class opendap.dts.test_ServerFactory
-
Construct a new DURL with name n.
- newLoadTestArray(String, test_SDArray) - Method in class opendap.dts.testEngine
-
Loads test Arrays full of data
- nextBool() - Method in class opendap.dts.testEngine
-
- nextByte() - Method in class opendap.dts.testEngine
-
- nextFloat32() - Method in class opendap.dts.testEngine
-
- nextFloat64() - Method in class opendap.dts.testEngine
-
- nextInt16() - Method in class opendap.dts.testEngine
-
- nextInt32() - Method in class opendap.dts.testEngine
-
- nextString() - Method in class opendap.dts.testEngine
-
- nextUint16() - Method in class opendap.dts.testEngine
-
- nextUint32() - Method in class opendap.dts.testEngine
-
- nextURL() - Method in class opendap.dts.testEngine
-
- test_SDArray - Class in opendap.dts
-
Holds a OPeNDAP Server Array value.
- test_SDArray() - Constructor for class opendap.dts.test_SDArray
-
Constructs a new test_SDArray.
- test_SDArray(String) - Constructor for class opendap.dts.test_SDArray
-
Constructs a new test_SDArray with name n.
- test_SDByte - Class in opendap.dts
-
Holds a OPeNDAP Server Byte value.
- test_SDByte() - Constructor for class opendap.dts.test_SDByte
-
Constructs a new test_SDByte.
- test_SDByte(String) - Constructor for class opendap.dts.test_SDByte
-
Constructs a new test_SDByte with name n.
- test_SDFloat32 - Class in opendap.dts
-
Holds a OPeNDAP Server Float32 value.
- test_SDFloat32() - Constructor for class opendap.dts.test_SDFloat32
-
Constructs a new test_SDFloat32.
- test_SDFloat32(String) - Constructor for class opendap.dts.test_SDFloat32
-
Constructs a new test_SDFloat32 with name n.
- test_SDFloat64 - Class in opendap.dts
-
Holds a OPeNDAP Server Float64 value.
- test_SDFloat64() - Constructor for class opendap.dts.test_SDFloat64
-
Constructs a new test_SDFloat64.
- test_SDFloat64(String) - Constructor for class opendap.dts.test_SDFloat64
-
Constructs a new test_SDFloat64 with name n.
- test_SDGrid - Class in opendap.dts
-
Holds a OPeNDAP Server Grid value.
- test_SDGrid() - Constructor for class opendap.dts.test_SDGrid
-
Constructs a new test_SDGrid.
- test_SDGrid(String) - Constructor for class opendap.dts.test_SDGrid
-
Constructs a new test_SDGrid with name n.
- test_SDInt16 - Class in opendap.dts
-
Holds a OPeNDAP Server Int16 value.
- test_SDInt16() - Constructor for class opendap.dts.test_SDInt16
-
Constructs a new test_SDInt16.
- test_SDInt16(String) - Constructor for class opendap.dts.test_SDInt16
-
Constructs a new test_SDInt16 with name n.
- test_SDInt32 - Class in opendap.dts
-
Holds a OPeNDAP Server Int32 value.
- test_SDInt32() - Constructor for class opendap.dts.test_SDInt32
-
Constructs a new test_SDInt32.
- test_SDInt32(String) - Constructor for class opendap.dts.test_SDInt32
-
Constructs a new test_SDInt32 with name n.
- test_SDSequence - Class in opendap.dts
-
Holds a OPeNDAP Server Sequence value.
- test_SDSequence() - Constructor for class opendap.dts.test_SDSequence
-
Constructs a new test_SDSequence.
- test_SDSequence(String) - Constructor for class opendap.dts.test_SDSequence
-
Constructs a new test_SDSequence with name n.
- test_SDString - Class in opendap.dts
-
- test_SDString() - Constructor for class opendap.dts.test_SDString
-
Constructs a new test_SDString.
- test_SDString(String) - Constructor for class opendap.dts.test_SDString
-
Constructs a new test_SDString with name n.
- test_SDStructure - Class in opendap.dts
-
Holds a OPeNDAP Server Structure value.
- test_SDStructure() - Constructor for class opendap.dts.test_SDStructure
-
Constructs a new test_SDStructure.
- test_SDStructure(String) - Constructor for class opendap.dts.test_SDStructure
-
Constructs a new test_SDStructure with name n.
- test_SDUInt16 - Class in opendap.dts
-
Holds a OPeNDAP Server UInt16 value.
- test_SDUInt16() - Constructor for class opendap.dts.test_SDUInt16
-
Constructs a new test_SDUInt16.
- test_SDUInt16(String) - Constructor for class opendap.dts.test_SDUInt16
-
Constructs a new test_SDUInt16 with name n.
- test_SDUInt32 - Class in opendap.dts
-
Holds a OPeNDAP Server UInt32 value.
- test_SDUInt32() - Constructor for class opendap.dts.test_SDUInt32
-
Constructs a new test_SDUInt32.
- test_SDUInt32(String) - Constructor for class opendap.dts.test_SDUInt32
-
Constructs a new test_SDUInt32 with name n.
- test_SDURL - Class in opendap.dts
-
Holds a OPeNDAP Server Byte value.
- test_SDURL() - Constructor for class opendap.dts.test_SDURL
-
Constructs a new test_SDURL.
- test_SDURL(String) - Constructor for class opendap.dts.test_SDURL
-
Constructs a new test_SDURL with name n.
- test_ServerFactory - Class in opendap.dts
-
The default server-side Factory for BaseType objects.
- test_ServerFactory() - Constructor for class opendap.dts.test_ServerFactory
-
- testDataset - Class in opendap.dts
-
This is the OPeNDAP Test servlet (dts).
- testDataset(ReqState) - Constructor for class opendap.dts.testDataset
-
- testEngine - Class in opendap.dts
-
Used by the test server to reset the server output
for each new client request.
- testEngine(int) - Constructor for class opendap.dts.testEngine
-