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 |
---|---|
BindInfo |
WebdavRequestImpl.getBindInfo() |
Modifier and Type | Method and Description |
---|---|
static BindInfo |
BindInfo.createFromXml(Element root)
Build an
BindInfo object from the root element present
in the request body. |
BindInfo |
BindServletRequest.getBindInfo()
Returns the
BindInfo present with the request |
Constructor and Description |
---|
BindMethod(String uri,
BindInfo info)
Deprecated.
|
HttpBind(String uri,
BindInfo info) |
HttpBind(URI uri,
BindInfo info) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.