Package dods.servers.test

This package contains the DODS Test Server (DTS).

See:
          Description

Class Summary
dts Purpose:
This is the DODS Test servlet (dts).
SDTest  
SSFdummy  
SSFdummyval  
test_SDArray Holds a DODS Server Array value.
test_SDBoolean Holds a DODS Server Boolean value.
test_SDByte Holds a DODS Server Byte value.
test_SDFloat32 Holds a DODS Server Float32 value.
test_SDFloat64 Holds a DODS Server Float64 value.
test_SDGrid Holds a DODS Server Grid value.
test_SDInt16 Holds a DODS Server Int16 value.
test_SDInt32 Holds a DODS Server Int32 value.
test_SDList Holds a DODS Server List value.
test_SDSequence Holds a DODS Server Sequence value.
test_SDString  
test_SDStructure Holds a DODS Server Structure value.
test_SDUInt16 Holds a DODS Server UInt16 value.
test_SDUInt32 Holds a DODS Server UInt32 value.
test_SDURL Holds a DODS Server Byte value.
test_ServerFactory The default server-side Factory for BaseType objects.
testDataset This is the DODS Test servlet (dts).
testEngine Used by the test server to reset the server output for each new client request.
 

Package dods.servers.test Description

This package contains the DODS Test Server (DTS). These classes contain specific types for building a DODS Server that is designed as a test platform for the core server code, and as a means of testing clients. This server will attempt to server data from ANY valid DODS DDS. The server opens the DDS, and in response to a client request for data fills the DDS with INVENTED data and returns it to the client. See the implementations of the various types to see what the invented should look like when recieved by the client.