Package | Description |
---|---|
org.apache.jackrabbit.webdav.client.methods |
This package contains classes and utilities used to build a WebDAV client
implementation.
Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of methods. |
org.apache.jackrabbit.webdav.simple | |
org.apache.jackrabbit.webdav.version |
Interfaces and classes used to cover functionality defined by
RFC 3253: Versioning Extensions to WebDAV.
|
Modifier and Type | Method and Description |
---|---|
OptionsResponse |
OptionsMethod.getResponseAsOptionsResponse() |
Modifier and Type | Method and Description |
---|---|
OptionsResponse |
DeltaVResourceImpl.getOptionResponse(OptionsInfo optionsInfo) |
Modifier and Type | Method and Description |
---|---|
static OptionsResponse |
OptionsResponse.createFromXml(Element orElem)
Build a new
OptionsResponse object from the given xml element. |
OptionsResponse |
DeltaVResource.getOptionResponse(OptionsInfo optionsInfo)
Retrieves the information requested in the OPTIONS request body and
returns the corresponding values.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.