Package | Description |
---|---|
org.apache.jackrabbit.webdav.client.methods |
Provides classes for use with the Apache HttpClient, supporting WebDAV
request methods.
|
org.apache.jackrabbit.webdav.header |
Modifier and Type | Method and Description |
---|---|
void |
DavMethod.addRequestHeader(Header header)
Deprecated.
Adds the specified
request header , NOT overwriting any
previous value. |
void |
DavMethodBase.addRequestHeader(Header header)
Deprecated.
|
void |
DavMethod.setRequestHeader(Header header)
Deprecated.
Set the specified request header, overwriting any previous value.
|
void |
DavMethodBase.setRequestHeader(Header header)
Deprecated.
|
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–2021 The Apache Software Foundation. All rights reserved.