@FunctionalInterface public interface RequestHandler
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(HttpServletRequest req,
HttpServletResponse resp,
ServletContext ctx)
Method called by the the WebDAV servlet to handle a WebDAV request.
|
void handleRequest(HttpServletRequest req, HttpServletResponse resp, ServletContext ctx) throws ServletException, IOException
req
- the HTTP request to handle which contains the delegator
,
dispatcher
, and security
attributesresp
- the HTTP response to sendctx
- the context of the current servletServletException
- if servlet execution failedIOException
- if communication with the HTTP request/response buffers failed