Class WebDavHandler

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
ecmwf.ecpds.mover.plugin.http.WebDavHandler
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public final class WebDavHandler extends javax.servlet.http.HttpServlet
Jetty servlet exposing the ECPDS virtual file system as WebDAV.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    WebDavHandler(String contextPath)
    Creates a new handler.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service

    Methods inherited from class javax.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebDavHandler

      public WebDavHandler(String contextPath)
      Creates a new handler.
      Parameters:
      contextPath - mounted context path
  • Method Details

    • service

      protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
      Overrides:
      service in class javax.servlet.http.HttpServlet
      Throws:
      IOException
      javax.servlet.ServletException