Class WcsHandler

java.lang.Object
thredds.server.wcs.WcsHandler

public class WcsHandler extends Object
WCS 1.0 handler
Since:
4.0
  • Constructor Details

    • WcsHandler

      public WcsHandler(String verString)
  • Method Details

    • getVersion

      public Version getVersion()
    • setDiskCache

      public WcsHandler setDiskCache(ucar.nc2.util.DiskCache2 diskCache)
    • setDeleteImmediately

      public WcsHandler setDeleteImmediately(boolean deleteImmediately)
    • handleKVP

      public void handleKVP(jakarta.servlet.http.HttpServlet servlet, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException
      Throws:
      IOException
    • getServiceInfo

      public GetCapabilities.ServiceInfo 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