Package opendap.servlet

This package contains the core code for an OPeNDAP servlet engine.

See:
          Description

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

Class Summary
AbstractServlet AbstractServlet is the base servlet class for an OPeNDAP servers.
AsciiWriter Class Description.
DummySink The Servlet to exercise what's available.
GetAsciiHandler Default handler for OPeNDAP ascii requests.
GetDirHandler Default handler for OPeNDAP directory requests.
GetHTMLInterfaceHandler Default handler for OPeNDAP .html requests.
GetInfoHandler Default handler for OPeNDAP info requests.
MimeUtil Writes MIME type headers to the passed streams.
ParsedRequest This holds the parsed information from one particular user request.
ReqState User requests get cached here so that downstream code can access the details of the request information.
 

Exception Summary
BadURLException Created by IntelliJ IDEA.
 

Package opendap.servlet Description

This package contains the core code for an OPeNDAP servlet engine. The DAP2Servlet class contains all of the logic for decoding a client request and then making the appropriate response.