Skip navigation links
A B C D E G I L M N O P R S T 

A

anyExceptionHandler(Throwable, ReqState) - Method in class opendap.dts.DTSServlet
Sends an error to the client.

B

badURL(HttpServletRequest, HttpServletResponse) - Method in class opendap.dts.DTSServlet
Sends an html document to the client explaining that they have used a poorly formed URL and then the help page...

C

cacheShape() - Method in class opendap.dts.test_SDArray
 
checkArgs(List) - Method in class opendap.dts.SSFdummy
 
checkArgs(List) - Method in class opendap.dts.SSFdummyval
 
close() - Method in class opendap.dts.testDataset
 
ConstraintExpression - Static variable in class opendap.dts.SDTest
 

D

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.

E

evaluate(List) - Method in class opendap.dts.SSFdummy
 
evaluate(List) - Method in class opendap.dts.SSFdummyval
 

G

getCachedShape(int) - Method in class opendap.dts.test_SDArray
 
getDAS() - Method in class opendap.dts.testDataset
************************************************************************

In this (default) implementation of the getDAS() method a locally cached DAS is retrieved and parsed.

getDataset(ReqState) - Method in class opendap.dts.DTSServlet
************************************************************************ This method must be implemented locally for each OPeNDAP server.
getDDS() - Method in class opendap.dts.testDataset
************************************************************************ For the test server this method does the following: Makes a new test_ServerFactory (aka BaseTypeFactory) for the dataset requested.
getMaxSequenceLength() - Method in class opendap.dts.testEngine
 
getName() - Method in class opendap.dts.SSFdummy
 
getName() - Method in class opendap.dts.SSFdummyval
 
getRequestState(HttpServletRequest, HttpServletResponse) - Method in class opendap.dts.DTSServlet
 
getReturnType(List) - Method in class opendap.dts.SSFdummyval
 
getRootPath() - Method in class opendap.dts.DTSServlet
Getter function for rootpath
getServerName() - Method in class opendap.dts.DTSServlet

In this (default) implementation of the getServerName() method we just get the name of the servlet and pass it back.

getServerVersion() - Method in class opendap.dts.DTSServlet
This method returns a String containing the OPeNDAP Server Version...

I

init() - Method in class opendap.dts.DTSServlet
 
IOExceptionHandler(IOException, ReqState) - Method in class opendap.dts.DTSServlet
Sends an error to the client.

L

loadTestGrid(String, test_SDGrid) - Method in class opendap.dts.testEngine
Loads test Grids full of data
log - Static variable in class opendap.dts.DTSServlet
 

M

main(String[]) - Static method in class opendap.dts.SDTest
 

N

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
 

O

openCachedDAS(ReqState) - Method in class opendap.dts.testDataset
************************************************************************ Opens a DAS cached on local disk.
openCachedDDS(ReqState) - Method in class opendap.dts.testDataset
************************************************************************ Opens a DDS cached on local disk.
openCachedDDX(ReqState) - Method in class opendap.dts.testDataset
************************************************************************ Opens a DDX cached on local disk.
opendap.dts - package opendap.dts
This package contains the OPeNDAP Test Server (DTS).

P

parse_options(String[]) - Static method in class opendap.dts.SDTest
 
parseExceptionHandler(ParseException, HttpServletResponse) - Method in class opendap.dts.DTSServlet
Turns a ParseException into a OPeNDAP DAP2 error and sends it to the client.
print_SDDS(ServerDDS, boolean) - Static method in class opendap.dts.SDTest
 
printCatalog(ReqState, PrintWriter) - Method in class opendap.dts.DTSServlet
 
printStatus(PrintWriter) - Method in class opendap.dts.DTSServlet
 
probeRequest(PrintStream, ReqState) - Method in class opendap.dts.DTSServlet
This is a bit of instrumentation that I kept around to let me look at the state of the incoming HttpServletRequest from the client.

R

read(String, Object) - Method in class opendap.dts.test_SDArray
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDByte
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDFloat32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDFloat64
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDGrid
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDInt16
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDInt32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDSequence
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDString
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDStructure
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDUInt16
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDUInt32
Read a value from the named dataset for this variable.
read(String, Object) - Method in class opendap.dts.test_SDURL
Read a value from the named dataset for this variable.
release() - Method in class opendap.dts.testDataset
 
resetCount() - Static method in class opendap.dts.test_SDFloat64
 

S

SDTest - Class in opendap.dts
 
SDTest() - Constructor for class opendap.dts.SDTest
 
sendDODSError(ReqState, String, String) - Method in class opendap.dts.DTSServlet
Sends a OPeNDAP DAP2 error (type UNKNOWN ERROR) to the client and displays a message on the server console.
SSFdummy - Class in opendap.dts
 
SSFdummy() - Constructor for class opendap.dts.SSFdummy
 
SSFdummyval - Class in opendap.dts
 
SSFdummyval() - Constructor for class opendap.dts.SSFdummyval
 

T

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
 
A B C D E G I L M N O P R S T 
Skip navigation links