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.header |
Modifier and Type | Method and Description |
---|---|
void |
DavMethodBase.addRequestHeader(Header header) |
void |
DavMethod.addRequestHeader(Header header)
Adds the specified
request header , NOT overwriting any
previous value. |
void |
DavMethodBase.setRequestHeader(Header header) |
void |
DavMethod.setRequestHeader(Header header)
Set the specified request header, overwriting any previous value.
|
Modifier and Type | Class and Description |
---|---|
class |
CodedUrlHeader
CodedUrlHeader ... |
class |
DepthHeader
DepthHeader ... |
class |
IfHeader
The
IfHeader class represents the state lists defined
through the HTTP If header, which is specified in RFC 2518 as
follows : |
class |
LabelHeader
LabelHeader ... |
class |
OverwriteHeader
OverwriteHeader ... |
class |
PollTimeoutHeader
PollTimeoutHeader implements a timeout header for subscription
polling. |
class |
TimeoutHeader
TimeoutHeader ... |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.