public final class HttpWebdav
extends HttpEntityEnclosingRequestBase
Constructor and Description |
---|
HttpWebdav(String davMethod,
URI uri) |
Modifier and Type | Method and Description |
---|---|
String |
getMethod() |
static boolean |
isWebdavMethod(String method) |
public HttpWebdav(String davMethod, URI uri)
davMethod
- method to use (has to be a Webdav method as identified by isWebdavMethod(String)
)uri
- URI
to useCopyright © 1998-2017 Apache Software Foundation. All Rights Reserved.