Package thredds.server.wcs
Class WcsHandler
java.lang.Object
thredds.server.wcs.WcsHandler
WCS 1.0 handler
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleExceptionReport(jakarta.servlet.http.HttpServletResponse res, String code, String locator, String message) voidhandleExceptionReport(jakarta.servlet.http.HttpServletResponse res, String code, String locator, Throwable t) voidhandleExceptionReport(jakarta.servlet.http.HttpServletResponse res, WcsException exception) voidhandleKVP(jakarta.servlet.http.HttpServlet servlet, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) setDeleteImmediately(boolean deleteImmediately) setDiskCache(ucar.nc2.util.DiskCache2 diskCache)
-
Constructor Details
-
WcsHandler
-
-
Method Details
-
getVersion
-
setDiskCache
-
setDeleteImmediately
-
handleKVP
public void handleKVP(jakarta.servlet.http.HttpServlet servlet, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException - Throws:
IOException
-
getServiceInfo
-
handleExceptionReport
public void handleExceptionReport(jakarta.servlet.http.HttpServletResponse res, WcsException exception) throws IOException - Throws:
IOException
-
handleExceptionReport
public void handleExceptionReport(jakarta.servlet.http.HttpServletResponse res, String code, String locator, String message) throws IOException - Throws:
IOException
-
handleExceptionReport
public void handleExceptionReport(jakarta.servlet.http.HttpServletResponse res, String code, String locator, Throwable t) throws IOException - Throws:
IOException
-