Package thredds.server.wcs
Class WcsHandler
- java.lang.Object
-
- thredds.server.wcs.WcsHandler
-
public class WcsHandler extends Object
WCS 1.0 handler- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description WcsHandler(String verString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCapabilities.ServiceInfogetServiceInfo()VersiongetVersion()voidhandleExceptionReport(javax.servlet.http.HttpServletResponse res, String code, String locator, String message)voidhandleExceptionReport(javax.servlet.http.HttpServletResponse res, String code, String locator, Throwable t)voidhandleExceptionReport(javax.servlet.http.HttpServletResponse res, WcsException exception)voidhandleKVP(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)WcsHandlersetDeleteImmediately(boolean deleteImmediately)WcsHandlersetDiskCache(ucar.nc2.util.DiskCache2 diskCache)
-
-
-
Constructor Detail
-
WcsHandler
public WcsHandler(String verString)
-
-
Method Detail
-
getVersion
public Version getVersion()
-
setDiskCache
public WcsHandler setDiskCache(ucar.nc2.util.DiskCache2 diskCache)
-
setDeleteImmediately
public WcsHandler setDeleteImmediately(boolean deleteImmediately)
-
handleKVP
public void handleKVP(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException- Throws:
IOException
-
getServiceInfo
public GetCapabilities.ServiceInfo getServiceInfo()
-
handleExceptionReport
public void handleExceptionReport(javax.servlet.http.HttpServletResponse res, WcsException exception) throws IOException- Throws:
IOException
-
handleExceptionReport
public void handleExceptionReport(javax.servlet.http.HttpServletResponse res, String code, String locator, String message) throws IOException- Throws:
IOException
-
handleExceptionReport
public void handleExceptionReport(javax.servlet.http.HttpServletResponse res, String code, String locator, Throwable t) throws IOException- Throws:
IOException
-
-