Package thredds.server.opendap.servlet
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.-
Interface Summary Interface Description GuardedDataset A GuardedDataset allows us to handle multithreaded stateful processing. -
Class Summary Class Description AbstractServlet AbstractServlet is the base servlet class for an OPeNDAP servers.AsciiWriter Class Description.DAPLog DTSLog 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.Logx A minimal implementation of a logging facility.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 Exception Description BadURLException Created by IntelliJ IDEA.