Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.bind | |
org.apache.jackrabbit.webdav.client.methods |
Provides classes for use with the Apache HttpClient, supporting WebDAV
request methods.
|
Modifier and Type | Method and Description |
---|---|
UnbindInfo |
WebdavRequestImpl.getUnbindInfo() |
Modifier and Type | Method and Description |
---|---|
static UnbindInfo |
UnbindInfo.createFromXml(Element root)
Build an
UnbindInfo object from the root element present
in the request body. |
UnbindInfo |
BindServletRequest.getUnbindInfo()
Returns the
UnbindInfo present with the request |
Constructor and Description |
---|
HttpUnbind(String uri,
UnbindInfo info) |
HttpUnbind(URI uri,
UnbindInfo info) |
UnbindMethod(String uri,
UnbindInfo info)
Deprecated.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.