public final class HttpWebdav
extends HttpEntityEnclosingRequestBase
Constructor | Description |
---|---|
HttpWebdav(String davMethod,
URI uri) |
Modifier and Type | Method | 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-2018 Apache Software Foundation. All Rights Reserved.