See: Description
Interface | Description |
---|---|
GuardedDataset |
A GuardedDataset allows us to handle multithreaded stateful processing.
|
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 | Description |
---|---|
BadURLException |
Created by IntelliJ IDEA.
|
DAP2Servlet
class contains all of the logic
for decoding a client request and then making the appropriate
response.