public class RadarServer extends AbstractServlet
| Modifier and Type | Class and Description |
|---|---|
static class |
RadarServer.RadarType |
| Modifier and Type | Field and Description |
|---|---|
static thredds.catalog.InvCatalogImpl |
cat |
static java.lang.String |
catName |
static java.net.URI |
catURI |
static java.util.HashMap<java.lang.String,java.lang.String> |
dataLocation |
static java.util.List |
datasets |
static RadarMethods |
rm |
contentPath, log, logServerStartup| Constructor and Description |
|---|
RadarServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected long |
getLastModified(javax.servlet.http.HttpServletRequest req) |
protected java.lang.String |
getPath() |
void |
init() |
static void |
main(java.lang.String[] args) |
initContentdoDelete, doHead, doOptions, doPost, doPut, doTrace, service, servicepublic static thredds.catalog.InvCatalogImpl cat
public static final java.lang.String catName
public static java.net.URI catURI
public static java.util.List datasets
public static java.util.HashMap<java.lang.String,java.lang.String> dataLocation
public static RadarMethods rm
protected long getLastModified(javax.servlet.http.HttpServletRequest req)
getLastModified in class javax.servlet.http.HttpServletprotected java.lang.String getPath()
getPath in class AbstractServletpublic void init()
throws javax.servlet.ServletException
init in class AbstractServletjavax.servlet.ServletExceptionpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException