Package dods.servlet

This package contains the core code for the DODS servlet engine.

See:
          Description

Interface Summary
GuardedDataset A GuardedDataset allows us to handle multithreaded stateful processing.
 

Class Summary
dodsASCII Default handler for DODS ascii requests.
dodsDIR Default handler for DODS directory requests.
dodsHTML Default handler for DODS .html requests.
dodsINFO Default handler for DODS info requests.
DODSServlet DODSServlet is the base servlet class for all DODS servers.
DummySink The Servlet to exercise what's available.
MimeUtil Holds a DODS Server Sequence value.
ParsedRequest User requests get parsed into this immutable object.
ReqState User request information gets cached here for easy access by downstream code.
requestState Deprecated. This class has been replaced by dods.servlet.ReqState which allows the servlet to use bundled files for configuration.
 

Exception Summary
BadURLException Created by IntelliJ IDEA.
 

Package dods.servlet Description

This package contains the core code for the DODS servlet engine. This is the basis for all Java language DODS servers. The DODSServlet class contains all of the logic for decoding a client request and then making the appropriate response.