< A B C D E F G H I L M N O P R S T U V W X

<

() - Static method in class org.apache.webdav.lib.HeaderElement
 
() - Static method in class org.apache.webdav.lib.WebdavStatus
 
() - Static method in class org.apache.webdav.lib.util.Base64
 
() - Static method in class org.apache.webdav.lib.util.MIME2Java
 

A

ACL - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
ACL.
addCookie(Cookie) - Method in class org.apache.webdav.lib.State
Add a cookie
addCookies(Cookie[]) - Method in class org.apache.webdav.lib.State
Add a number of cookies
addLock(String, String) - Method in class org.apache.webdav.lib.State
Add a lock token.
addPropertyToRemove(String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add property to remove.
addPropertyToRemove(String, String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add property to remove.
addPropertyToSet(String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add a new property to set.
addPropertyToSet(String, String, String, String) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Add a new property to set.
ADVANCED_COLLECTIONS - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
Advanced collections.
ALL - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
Request of all properties name and value.
authenticateToken - Variable in class org.apache.webdav.lib.State
Authenticate token.
Authenticator - class org.apache.webdav.lib.Authenticator.
Authenticate helper.
Authenticator() - Constructor for class org.apache.webdav.lib.Authenticator
 

B

base64 - Static variable in class org.apache.webdav.lib.Authenticator
Base 64 encoder.
Base64 - class org.apache.webdav.lib.util.Base64.
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.apache.webdav.lib.util.Base64
 
basic(State, Credentials) - Static method in class org.apache.webdav.lib.Authenticator
Generate a basic response.
buffer - Variable in class org.apache.webdav.lib.util.WebdavXMLPrinter
Buffer.
builder - Static variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Document builder.
BY_NAME - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
Request of named properties.

C

canonical - Variable in class org.apache.webdav.lib.util.DOMWriter
Canonical output.
challengeResponse(State, Credentials) - Static method in class org.apache.webdav.lib.Authenticator
Generate a response to the given challenge.
checkNotUsed() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Check if the method has been executed, and throws an IllegalStateException otherwise.
checkResultsOfParse(Cookie[], int, int) - Method in class org.apache.webdav.lib.tests.TestCookie
 
checkUsed() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Check if the method has been executed, and throws an IllegalStateException otherwise.
chunk - Variable in class org.apache.webdav.lib.ResponseInputStream
Use chunking ?
chunkBuffer - Variable in class org.apache.webdav.lib.ResponseInputStream
Chunk buffer.
chunkLength - Variable in class org.apache.webdav.lib.ResponseInputStream
Chunk length.
chunkPos - Variable in class org.apache.webdav.lib.ResponseInputStream
Chunk buffer position.
close() - Method in class org.apache.webdav.lib.RequestOutputStream
Close this output stream, causing any buffered data to be flushed and any further output data to throw an IOException.
close() - Method in class org.apache.webdav.lib.ResponseInputStream
Close this input stream.
closeConnection() - Method in class org.apache.webdav.lib.WebdavClient
 
closed - Variable in class org.apache.webdav.lib.RequestOutputStream
Has this stream been closed?
closed - Variable in class org.apache.webdav.lib.ResponseInputStream
Has this stream been closed?
CLOSING - Static variable in class org.apache.webdav.lib.util.WebdavXMLPrinter
Closing tag.
convert(String) - Static method in class org.apache.webdav.lib.util.MIME2Java
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
convertElementToProperty(XMLResponseMethodBase.Response, Element) - Static method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
This method creates a property implementation from an element.
Cookie - class org.apache.webdav.lib.Cookie.
This class represents an http cookie as specified in RFC 2109.
Cookie(String, String, String) - Constructor for class org.apache.webdav.lib.Cookie
Create a cookie.
cookies - Variable in class org.apache.webdav.lib.State
Cookies.
CopyMethod - class org.apache.webdav.lib.methods.CopyMethod.
COPY Method.
CopyMethod() - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
CopyMethod(String, String, boolean) - Constructor for class org.apache.webdav.lib.methods.CopyMethod
Method constructor.
count - Variable in class org.apache.webdav.lib.ResponseInputStream
The number of bytes which have already been returned by this stream.
createCookieHeader(String, String, Vector) - Static method in class org.apache.webdav.lib.Cookie
 
credentials - Variable in class org.apache.webdav.lib.WebdavClient
Credentials to use.
Credentials - class org.apache.webdav.lib.Credentials.
Credentials class.
Credentials() - Constructor for class org.apache.webdav.lib.Credentials
Default constructor.
Credentials(String, String) - Constructor for class org.apache.webdav.lib.Credentials
Constructor.

D

DASL - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
DASL.
DATE_FORMAT - Static variable in class org.apache.webdav.lib.WebdavClient
HTTP Date format pattern (RFC 2068, 822, 1123).
DATE_FORMAT - Static variable in interface org.apache.webdav.lib.properties.GetLastModifiedProperty
The standard date format for the last modified date, as specified in the HTTP 1.1 specification (RFC 2068).
DAV_LEVEL1 - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
DAV level 1.
DAV_LEVEL2 - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
DAV level 2.
debug - Variable in class org.apache.webdav.lib.WebdavClient
Debug level.
debug - Variable in class org.apache.webdav.lib.methods.WebdavMethodBase
Debug.
decode(byte[]) - Method in class org.apache.webdav.lib.util.Base64
Decodes Base64 data into octects
DeleteMethod - class org.apache.webdav.lib.methods.DeleteMethod.
DELETE Method.
DeleteMethod() - Constructor for class org.apache.webdav.lib.methods.DeleteMethod
Method constructor.
DeleteMethod(String) - Constructor for class org.apache.webdav.lib.methods.DeleteMethod
Method constructor.
DELTAV - Static variable in class org.apache.webdav.lib.methods.OptionsMethod
Delta V.
DEPTH_0 - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
Request with depth 0.
DEPTH_1 - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
Request with depth 1.
DEPTH_INFINITY - Static variable in interface org.apache.webdav.lib.methods.DepthSupport
Request with depth infinity.
DepthSupport - interface org.apache.webdav.lib.methods.DepthSupport.
Methods that can act on collections (for example, DELETE, LOCK, PROPFIND, etc.) support a depth header.
digest(State, Credentials) - Static method in class org.apache.webdav.lib.Authenticator
Generate a basic response.
DOMUtils - class org.apache.webdav.lib.util.DOMUtils.
This class provides some basic utility methods for working with XML Document objects.
DOMUtils.NodeListImpl - class org.apache.webdav.lib.util.DOMUtils.NodeListImpl.
This class provides an implementation of NodeList, which is used by the getElementsByTagNameNS() method.
DOMUtils.NodeListImpl(Vector) - Constructor for class org.apache.webdav.lib.util.DOMUtils.NodeListImpl
 
DOMUtils() - Constructor for class org.apache.webdav.lib.util.DOMUtils
 
DOMWriter - class org.apache.webdav.lib.util.DOMWriter.
A sample DOM writer.
DOMWriter(boolean) - Constructor for class org.apache.webdav.lib.util.DOMWriter
Default constructor.
DOMWriter(String, boolean) - Constructor for class org.apache.webdav.lib.util.DOMWriter
 
DOMWriter(Writer, boolean) - Constructor for class org.apache.webdav.lib.util.DOMWriter
 

E

element - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
encode(byte[]) - Method in class org.apache.webdav.lib.util.MD5Encoder
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
encode(byte[]) - Method in class org.apache.webdav.lib.util.Base64
Encodes hex octects into Base64
endChunk - Variable in class org.apache.webdav.lib.ResponseInputStream
True if the final chunk was found.
endSession() - Method in class org.apache.webdav.lib.WebdavClient
End a session.
equals(Object) - Method in class org.apache.webdav.lib.NameValuePair
 
equals(Object) - Method in class org.apache.webdav.lib.Cookie
Two cookies match if the name, path and domain match.
executeMethod(WebdavMethod) - Method in class org.apache.webdav.lib.WebdavClient
Execute a DAV method.

F

fileData - Variable in class org.apache.webdav.lib.methods.GetMethod
File which contains the buffered data.
findDavPrefix(Document) - Static method in class org.apache.webdav.lib.util.DOMUtils
Determine the namespace prefix being used for DAV.
followRedirects() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
True if this methods should automatically follow redirects.
followRedirects() - Method in class org.apache.webdav.lib.methods.GetMethod
True if this methods should automatically follow redirects.
followRedirects() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
True if this methods should automatically follow redirects.
followRedirects() - Method in class org.apache.webdav.lib.methods.HeadMethod
True if this methods should automatically follow redirects.
format - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase.GetLastModifiedPropertyImpl
 
formatter - Static variable in class org.apache.webdav.lib.WebdavClient
Date formatter.

G

generateHeaders(State) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Deprecated. this method is deprecated in favour of the generateHeaders(String, State) method.
generateHeaders(String, State) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Generate additional headers needed by the request.
generateHeaders(String, State) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Generate additional headers needed by the request.
generateHeaders(String, State) - Method in class org.apache.webdav.lib.methods.UnlockMethod
Generate additional headers needed by the request.
generateHeaders(String, State) - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Generate additional headers needed by the request.
generateHeaders(String, State) - Method in class org.apache.webdav.lib.methods.MoveMethod
Generate additional headers needed by the request.
generateHeaders(String, State) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Generate additional headers needed by the request.
generateHeaders(String, State) - Method in class org.apache.webdav.lib.methods.CopyMethod
Generate additional headers needed by the request.
generateHeaders(String, State) - Method in class org.apache.webdav.lib.methods.LockMethod
Generate additional headers needed by the request.
generateQuery() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Generate the query body.
generateQuery() - Method in class org.apache.webdav.lib.methods.GetMethod
Generate the query body.
generateQuery() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Generate the query.
generateQuery() - Method in class org.apache.webdav.lib.methods.HeadMethod
Generate the query body.
generateQuery() - Method in class org.apache.webdav.lib.methods.PropPatchMethod
Generate the query body.
generateQuery() - Method in class org.apache.webdav.lib.methods.MoveMethod
Generate the query body.
generateQuery() - Method in class org.apache.webdav.lib.methods.PropFindMethod
Generate the query body.
generateQuery() - Method in class org.apache.webdav.lib.methods.PostMethod
Generate the query body.
generateQuery() - Method in class org.apache.webdav.lib.methods.OptionsMethod
Generate the query body.
generateQuery() - Method in class org.apache.webdav.lib.methods.PutMethod
Generate the query body.
generateQuery() - Method in class org.apache.webdav.lib.methods.LockMethod
Generate the query body.
generateRequestLine() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Generate the HTTP request line.
generateRequestLine() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Generate the HTTP request line.
getAllowedMethods() - Method in class org.apache.webdav.lib.methods.OptionsMethod
Get a list of allowed methods.
getAllResponseURLs() - Method in class org.apache.webdav.lib.methods.PropFindMethod
This method returns an enumeration of URL paths.
getAuthenticateToken() - Method in class org.apache.webdav.lib.State
Authenticate token accessor.
getChildElementsByTagNameNS(Vector, Node, String, String) - Static method in class org.apache.webdav.lib.util.DOMUtils
 
getComment() - Method in class org.apache.webdav.lib.Cookie
Returns the comment describing the purpose of this cookie, or null if no such comment has been defined.
GetContentLengthProperty - interface org.apache.webdav.lib.properties.GetContentLengthProperty.
 
getCookies() - Method in class org.apache.webdav.lib.State
 
getData() - Method in class org.apache.webdav.lib.methods.GetMethod
Get read data.
getDataAsString() - Method in class org.apache.webdav.lib.methods.GetMethod
Get read data as a String.
getDate() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.GetLastModifiedPropertyImpl
 
getDate() - Method in interface org.apache.webdav.lib.properties.GetLastModifiedProperty
Get the date of the last modification.
getDateFormat() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.GetLastModifiedPropertyImpl
 
getDavCapabilities() - Method in class org.apache.webdav.lib.methods.OptionsMethod
Get a list of supported DAV capabilities.
getDebug() - Method in class org.apache.webdav.lib.WebdavClient
Get debug level.
getDepth() - Method in interface org.apache.webdav.lib.methods.DepthSupport
Depth getter.
getDepth() - Method in class org.apache.webdav.lib.methods.PropFindMethod
Depth getter.
getDepth() - Method in class org.apache.webdav.lib.methods.LockMethod
Depth getter.
getDestination() - Method in class org.apache.webdav.lib.methods.MoveMethod
Destination getter.
getDestination() - Method in class org.apache.webdav.lib.methods.CopyMethod
Destination getter.
getDomain() - Method in class org.apache.webdav.lib.Cookie
Returns the domain of this cookie.
getElement() - Method in interface org.apache.webdav.lib.Property
This method returns the property as a DOM Element.
getElement() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
getElementLocalName(Element) - Static method in class org.apache.webdav.lib.util.DOMUtils
 
getElementNamespaceURI(Element) - Static method in class org.apache.webdav.lib.util.DOMUtils
 
getElementsByNSParameterTypes - Static variable in class org.apache.webdav.lib.util.DOMUtils
 
getElementsByTagNameNS(Node, String, String) - Static method in class org.apache.webdav.lib.util.DOMUtils
 
getExpiryDate() - Method in class org.apache.webdav.lib.Cookie
 
getFirstElement(String, String) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
 
getHeader(String) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Get header.
getHeader(String) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Get header.
getHeaders() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Get headers.
getHeaders() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Get headers.
getHost() - Method in class org.apache.webdav.lib.WebdavClient
Get the session host.
getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
 
getHref() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
 
GetLastModifiedProperty - interface org.apache.webdav.lib.properties.GetLastModifiedProperty.
This interface models the <D:getlastmodified> property, which indicates the last time the resource was modified.
getLength() - Method in interface org.apache.webdav.lib.properties.GetContentLengthProperty
Get the content length.
getLength() - Method in class org.apache.webdav.lib.util.DOMUtils.NodeListImpl
 
getLocalName() - Method in interface org.apache.webdav.lib.Property
This method returns the local name of the property.
getLocalName() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
getLockEntries() - Method in interface org.apache.webdav.lib.properties.SupportedLockProperty
 
getLocks(String) - Method in class org.apache.webdav.lib.State
Get locks
getLockToken() - Method in class org.apache.webdav.lib.methods.LockMethod
 
GetMethod - class org.apache.webdav.lib.methods.GetMethod.
GET Method.
GetMethod() - Constructor for class org.apache.webdav.lib.methods.GetMethod
Method constructor.
GetMethod(String) - Constructor for class org.apache.webdav.lib.methods.GetMethod
Method constructor.
GetMethod(String, boolean, String) - Constructor for class org.apache.webdav.lib.methods.GetMethod
Method constructor.
GetMethod(String, boolean, String, String) - Constructor for class org.apache.webdav.lib.methods.GetMethod
Method constructor.
GetMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.GetMethod
Method constructor.
GetMethod(String, String, String) - Constructor for class org.apache.webdav.lib.methods.GetMethod
Method constructor.
getName() - Method in class org.apache.webdav.lib.NameValuePair
Name property getter.
getName() - Method in interface org.apache.webdav.lib.Property
This method returns the full name of the property.
getName() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Name property getter.
getName() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Name property getter.
getName() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
getNamespaceURI() - Method in interface org.apache.webdav.lib.Property
This method returns the namespace of the property.
getNamespaceURI() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
getOverwrite() - Method in class org.apache.webdav.lib.methods.MoveMethod
Overwrite getter.
getOverwrite() - Method in class org.apache.webdav.lib.methods.CopyMethod
Overwrite getter.
getOwningURL() - Method in interface org.apache.webdav.lib.Property
This method returns URL file path of the resource to which this property belongs.
getOwningURL() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
getParameters() - Method in class org.apache.webdav.lib.HeaderElement
 
getPassword() - Method in class org.apache.webdav.lib.Credentials
Password property getter.
getPath() - Method in class org.apache.webdav.lib.Cookie
Return the path this cookie is associated with.
getPath() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Path property getter.
getPath() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Path property getter.
getPort() - Method in class org.apache.webdav.lib.WebdavClient
Get the session port.
getProperties() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
getPropertyAsString() - Method in interface org.apache.webdav.lib.Property
This method returns the namespace of the property.
getPropertyAsString() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
getResponseDocument() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Response document getter.
getResponseHashtable() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
 
getResponseProperties(String) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Returns an enumeration of Property objects.
getResponses() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
 
getScope() - Method in class org.apache.webdav.lib.methods.LockMethod
 
getScope() - Method in interface org.apache.webdav.lib.properties.LockEntryProperty
 
getSecure() - Method in class org.apache.webdav.lib.Cookie
Return whether this cookie should only be sent over secure connections.
getState() - Method in class org.apache.webdav.lib.WebdavClient
Get the state for lock information.
getStatusCode() - Method in interface org.apache.webdav.lib.Property
This method returns the status code associated with the property.
getStatusCode() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Status code property getter.
getStatusCode() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Status code property getter.
getStatusCode() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
getStatusCode() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
 
getStatusCode() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
 
getStatusCode() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
getStatusText() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Status text property getter.
getStatusText() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Status text property getter.
getStatusText(int) - Static method in class org.apache.webdav.lib.WebdavStatus
Returns the HTTP status text for the HTTP or WebDav status code specified by looking it up in the static mapping.
getTempDir() - Method in class org.apache.webdav.lib.methods.GetMethod
Temporary directory getter.
getTempFile() - Method in class org.apache.webdav.lib.methods.GetMethod
Temporary file getter.
getTextValue(Node) - Static method in class org.apache.webdav.lib.util.DOMUtils
Scan all immediate children of a node, and append all text nodes into a string.
getTimeout() - Method in class org.apache.webdav.lib.methods.LockMethod
 
getType() - Method in class org.apache.webdav.lib.methods.PropFindMethod
Type getter.
getType() - Method in interface org.apache.webdav.lib.properties.LockEntryProperty
 
getUseDisk() - Method in class org.apache.webdav.lib.methods.GetMethod
Use disk getter.
getUserName() - Method in class org.apache.webdav.lib.Credentials
UserName property getter.
getValue() - Method in class org.apache.webdav.lib.NameValuePair
Value property getter.
getVersion() - Method in class org.apache.webdav.lib.Cookie
 
getWriterEncoding() - Static method in class org.apache.webdav.lib.util.DOMWriter
 

H

hasBeenUsed() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Checks if this method's instance has already been used, and has not been recycled.
hasBeenUsed() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Checks if this method's instance has already been used, and has not been recycled.
hashCode() - Method in class org.apache.webdav.lib.Cookie
Hash up name, path and domain into new hash.
Header - class org.apache.webdav.lib.Header.
Header class.
Header() - Constructor for class org.apache.webdav.lib.Header
Default constructor.
Header(String, String) - Constructor for class org.apache.webdav.lib.Header
Constructor.
HeaderElement - class org.apache.webdav.lib.HeaderElement.
Some HTTP headers (such as the set-cookie header) have values that can be decomposed into multiple elements.
HeaderElement() - Constructor for class org.apache.webdav.lib.HeaderElement
Default constructor.
HeaderElement(String, String) - Constructor for class org.apache.webdav.lib.HeaderElement
Constructor.
HeaderElement(String, String, NameValuePair[]) - Constructor for class org.apache.webdav.lib.HeaderElement
Constructor.
headers - Variable in class org.apache.webdav.lib.methods.WebdavMethodBase
Headers.
HeadMethod - class org.apache.webdav.lib.methods.HeadMethod.
HEAD Method.
HeadMethod() - Constructor for class org.apache.webdav.lib.methods.HeadMethod
Method constructor.
HeadMethod(String) - Constructor for class org.apache.webdav.lib.methods.HeadMethod
Method constructor.
http11 - Variable in class org.apache.webdav.lib.WebdavClient
HTTP/1.1 flag.

I

input - Variable in class org.apache.webdav.lib.WebdavClient
Socket input stream.
isAllowed(String) - Method in class org.apache.webdav.lib.methods.OptionsMethod
Is the specified method allowed ?
isArrayByteBase64(byte[]) - Static method in class org.apache.webdav.lib.util.Base64
 
isBase64(byte) - Static method in class org.apache.webdav.lib.util.Base64
 
isCollection() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResourceTypePropertyImpl
 
isCollection() - Method in interface org.apache.webdav.lib.properties.ResourceTypeProperty
Returns true if the resource is a collection.
isDOM2Compliant(Node) - Static method in class org.apache.webdav.lib.util.DOMUtils
This method checks a DOM node to see if the implementation is DOM version 2 compliant (and hence, supports namespaces).
isExpired() - Method in class org.apache.webdav.lib.Cookie
 
isOverwrite() - Method in class org.apache.webdav.lib.methods.MoveMethod
Overwrite getter.
isOverwrite() - Method in class org.apache.webdav.lib.methods.CopyMethod
Overwrite getter.
isRefresh() - Method in class org.apache.webdav.lib.methods.LockMethod
 
isStreamedQuery() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Is the query body submitted through an InputStream of with a String.
isStreamedQuery() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Is the query body submitted through an InputStream of with a String.
isStreamedQuery() - Method in class org.apache.webdav.lib.methods.PutMethod
Is the query body submitted through an InputStream of with a String.
isSupported(String) - Method in class org.apache.webdav.lib.methods.OptionsMethod
Is DAV capability supported ?
isToBeDiscarded() - Method in class org.apache.webdav.lib.Cookie
 
isUseChunking() - Method in class org.apache.webdav.lib.RequestOutputStream
Use chunking flag getter.
isValidJavaEncoding(String) - Static method in class org.apache.webdav.lib.util.DOMWriter
 
item(int) - Method in class org.apache.webdav.lib.util.DOMUtils.NodeListImpl
 

L

length - Variable in class org.apache.webdav.lib.ResponseInputStream
The content length past which we will not read, or -1 if there is no defined content length.
LockEntryProperty - interface org.apache.webdav.lib.properties.LockEntryProperty.
 
LockMethod - class org.apache.webdav.lib.methods.LockMethod.
Web resources can be locked to ensure that only one user is updating the resource at a time.
LockMethod() - Constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
LockMethod(String) - Constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
LockMethod(String, String, short, long) - Constructor for class org.apache.webdav.lib.methods.LockMethod
Method constructor.
lockTokens - Variable in class org.apache.webdav.lib.State
Lock tokens.

M

m_comment - Variable in class org.apache.webdav.lib.Cookie
 
m_domain - Variable in class org.apache.webdav.lib.Cookie
 
m_expiryDate - Variable in class org.apache.webdav.lib.Cookie
 
m_path - Variable in class org.apache.webdav.lib.Cookie
 
m_secure - Variable in class org.apache.webdav.lib.Cookie
 
m_version - Variable in class org.apache.webdav.lib.Cookie
 
main(String[]) - Static method in class org.apache.webdav.lib.HeaderElement
 
MD5Encoder - class org.apache.webdav.lib.util.MD5Encoder.
Encode an MD5 digest into a String.
MD5Encoder() - Constructor for class org.apache.webdav.lib.util.MD5Encoder
 
memoryData - Variable in class org.apache.webdav.lib.methods.GetMethod
If we're not using the HD, we're using a memory byte buffer.
MIME2Java - class org.apache.webdav.lib.util.MIME2Java.
MIME2Java is a convenience class which handles conversions between MIME charset names and Java encoding names.
MkcolMethod - class org.apache.webdav.lib.methods.MkcolMethod.
The MKCOL method is used to create a new collection.
MkcolMethod() - Constructor for class org.apache.webdav.lib.methods.MkcolMethod
Method constructor.
MkcolMethod(String) - Constructor for class org.apache.webdav.lib.methods.MkcolMethod
Method constructor.
MoveMethod - class org.apache.webdav.lib.methods.MoveMethod.
MOVE Method.
MoveMethod() - Constructor for class org.apache.webdav.lib.methods.MoveMethod
Method constructor.
MoveMethod(String) - Constructor for class org.apache.webdav.lib.methods.MoveMethod
Method constructor.
MoveMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.MoveMethod
Method constructor.
MoveMethod(String, String, boolean) - Constructor for class org.apache.webdav.lib.methods.MoveMethod
Method constructor.

N

name - Variable in class org.apache.webdav.lib.NameValuePair
Name.
name - Variable in class org.apache.webdav.lib.methods.WebdavMethodBase
Method name.
NAMES - Static variable in class org.apache.webdav.lib.methods.PropFindMethod
Request of all properties name.
NameValuePair - class org.apache.webdav.lib.NameValuePair.
Simple Name Value Pair class.
NameValuePair() - Constructor for class org.apache.webdav.lib.NameValuePair
Default constructor.
NameValuePair(String, String) - Constructor for class org.apache.webdav.lib.NameValuePair
Constructor.
needToCloseConnection(WebdavMethod, Hashtable) - Method in class org.apache.webdav.lib.WebdavClient
Return true if the connection should be closed after processing.
needToCloseOutput() - Method in class org.apache.webdav.lib.WebdavClient
Return true if the connection should be closed after sending the request.
NO_CONTENT - Static variable in class org.apache.webdav.lib.util.WebdavXMLPrinter
Element with no content.
node - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
normalize(String) - Method in class org.apache.webdav.lib.util.DOMWriter
Normalizes the given string.

O

openConnection() - Method in class org.apache.webdav.lib.WebdavClient
 
OPENING - Static variable in class org.apache.webdav.lib.util.WebdavXMLPrinter
Opening tag.
OptionsMethod - class org.apache.webdav.lib.methods.OptionsMethod.
OPTIONS Method.
OptionsMethod() - Constructor for class org.apache.webdav.lib.methods.OptionsMethod
Method constructor.
OptionsMethod(String) - Constructor for class org.apache.webdav.lib.methods.OptionsMethod
Method constructor.
org.apache.webdav.lib - package org.apache.webdav.lib
 
org.apache.webdav.lib.methods - package org.apache.webdav.lib.methods
 
org.apache.webdav.lib.properties - package org.apache.webdav.lib.properties
 
org.apache.webdav.lib.tests - package org.apache.webdav.lib.tests
 
org.apache.webdav.lib.util - package org.apache.webdav.lib.util
 
org.apache.webdav.lib.util.tests - package org.apache.webdav.lib.util.tests
 
out - Variable in class org.apache.webdav.lib.util.DOMWriter
Print writer.
output - Variable in class org.apache.webdav.lib.WebdavClient
Socket output stream.

P

parameters - Variable in class org.apache.webdav.lib.HeaderElement
Name.
parse(String) - Static method in class org.apache.webdav.lib.HeaderElement
This parses the value part of a header.
parse(String) - Method in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
parse(String, Header) - Static method in class org.apache.webdav.lib.Cookie
Parses the Set-Cookie header into an array of Cookies.
parseHeaders(InputStream) - Method in class org.apache.webdav.lib.WebdavClient
Parse headers.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Parse response.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.GetMethod
Parse response.
parseResponse(InputStream) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Parse response.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.UnlockMethod
Parse response.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.HeadMethod
Parse response.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Parse response.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.MoveMethod
Parse response.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.PostMethod
Parse response.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.OptionsMethod
Parse response.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.PutMethod
Parse response.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.MkcolMethod
Parse the response body.
parseResponse(InputStream) - Method in class org.apache.webdav.lib.methods.LockMethod
Parse response.
parseStatus(String) - Static method in class org.apache.webdav.lib.util.DOMUtils
Get the status code out of the normal status response.
parseStatusLine(String, WebdavMethod) - Method in class org.apache.webdav.lib.WebdavClient
Parse status line.
parseXMLResponse(InputStream) - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
 
password - Variable in class org.apache.webdav.lib.Credentials
Password.
path - Variable in class org.apache.webdav.lib.methods.WebdavMethodBase
Server path.
PostMethod - class org.apache.webdav.lib.methods.PostMethod.
POST Method.
PostMethod() - Constructor for class org.apache.webdav.lib.methods.PostMethod
Method constructor.
PostMethod(String) - Constructor for class org.apache.webdav.lib.methods.PostMethod
Method constructor.
print(Node) - Method in class org.apache.webdav.lib.util.DOMWriter
Prints the specified node, recursively.
print(String) - Method in class org.apache.webdav.lib.RequestOutputStream
Writes a String to the client, without a carriage return-line feed (CRLF) character at the end.
println() - Method in class org.apache.webdav.lib.RequestOutputStream
Writes a carriage return-line feed (CRLF) to the client.
println(String) - Method in class org.apache.webdav.lib.RequestOutputStream
Writes a String to the client, followed by a carriage return-line feed (CRLF).
processResponseHeaders(Hashtable) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Process response headers.
processResponseHeaders(Hashtable) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Process response headers.
processResponseHeaders(Hashtable) - Method in class org.apache.webdav.lib.methods.OptionsMethod
Process response headers.
Property - interface org.apache.webdav.lib.Property.
This interface models a DAV property.
PropFindMethod - class org.apache.webdav.lib.methods.PropFindMethod.
This class implements the WebDAV PROPFIND Method.
PropFindMethod() - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropFindMethod(String) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropFindMethod(String, Enumeration) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropFindMethod(String, int) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropFindMethod(String, int, int) - Constructor for class org.apache.webdav.lib.methods.PropFindMethod
Method constructor.
PropPatchMethod - class org.apache.webdav.lib.methods.PropPatchMethod.
PROPPATCH Method.
PropPatchMethod() - Constructor for class org.apache.webdav.lib.methods.PropPatchMethod
Method constructor.
PropPatchMethod(String) - Constructor for class org.apache.webdav.lib.methods.PropPatchMethod
Method constructor.
PROTOCOL - Static variable in interface org.apache.webdav.lib.methods.WebdavMethod
Protocol version.
PutMethod - class org.apache.webdav.lib.methods.PutMethod.
PUT Method.
PutMethod() - Constructor for class org.apache.webdav.lib.methods.PutMethod
Method constructor.
PutMethod(String) - Constructor for class org.apache.webdav.lib.methods.PutMethod
Method constructor.

R

read() - Method in class org.apache.webdav.lib.ResponseInputStream
Read and return a single byte from this input stream, or -1 if end of file has been encountered.
readLine(InputStream) - Method in class org.apache.webdav.lib.WebdavClient
Reads the input stream, one line at a time.
recycle() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Recycle the method object, so that it can be reused again.
recycle() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Recycle the method object, so that it can be reused again.
recycle() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase
Reset the State of the class to its initial state, so that it can be used again.
recycle() - Method in class org.apache.webdav.lib.methods.PropFindMethod
 
recycle() - Method in class org.apache.webdav.lib.methods.PutMethod
Recycle the method object, so that it can be reused again.
recycle() - Method in class org.apache.webdav.lib.methods.LockMethod
 
removeHeader(String) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Remove header.
removeHeader(String) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Remove header.
removeLock(String, String) - Method in class org.apache.webdav.lib.State
Remove a lock.
removeLocks(String) - Method in class org.apache.webdav.lib.State
Remove locks.
RequestOutputStream - class org.apache.webdav.lib.RequestOutputStream.
Socket output stream wrapper.
RequestOutputStream(OutputStream) - Constructor for class org.apache.webdav.lib.RequestOutputStream
Construct an output stream associated with the specified headers.
ResourceTypeProperty - interface org.apache.webdav.lib.properties.ResourceTypeProperty.
An interface that describes a standard Resource Type property (as defined by the WebDAV specification).
response - Variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
ResponseInputStream - class org.apache.webdav.lib.ResponseInputStream.
Socket input stream wrapper.
ResponseInputStream(InputStream, Hashtable) - Constructor for class org.apache.webdav.lib.ResponseInputStream
Construct a servlet input stream associated with the specified Request.
reverse(String) - Static method in class org.apache.webdav.lib.util.MIME2Java
Convert a Java encoding name to MIME charset name.

S

SC_ACCEPTED - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (100) indicating the client may continue with its request.
SC_CREATED - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_FORBIDDEN - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (419) indicating that the resource does not have sufficient space to record the state of the resource after the execution of this method.
SC_INTERNAL_SERVER_ERROR - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (500) indicating an error inside the HTTP service which prevented it from fulfilling the request.
SC_LOCKED - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (423) indicating the destination resource of a method is locked, and either the request did not contain a valid Lock-Info header, or the Lock-Info header identifies a lock held by another principal.
SC_METHOD_FAILURE - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (420) indicating the method was not executed on a particular resource within its scope because some part of the method's execution failed causing the entire method to be aborted.
SC_METHOD_NOT_ALLOWED - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (405) indicating the method specified is not allowed for the resource.
SC_MOVED_PERMANENTLY - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTI_STATUS - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (207) indicating that the response requires providing status for multiple independent operations.
SC_NO_CONTENT - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NOT_FOUND - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (501) indicating the HTTP service does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (200) indicating the request succeeded normally.
SC_PRECONDITION_FAILED - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (412) indicating the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_REQUEST_TOO_LONG - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (413) indicating the server is refusing to process a request because the request entity is larger than the server is willing or able to process.
SC_SERVICE_UNAVAILABLE - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (503) indicating that the HTTP service is temporarily overloaded, and unable to handle the request.
SC_UNAUTHORIZED - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (401) indicating that the request requires HTTP authentication.
SC_UNPROCESSABLE_ENTITY - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (418) indicating the entity body submitted with the PATCH method was not understood by the resource.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.apache.webdav.lib.WebdavStatus
Status code (415) indicating the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SCOPE_EXCLUSIVE - Static variable in class org.apache.webdav.lib.methods.LockMethod
 
SCOPE_EXCLUSIVE - Static variable in interface org.apache.webdav.lib.properties.LockEntryProperty
 
SCOPE_SHARED - Static variable in class org.apache.webdav.lib.methods.LockMethod
 
SCOPE_SHARED - Static variable in interface org.apache.webdav.lib.properties.LockEntryProperty
 
sendData(byte[]) - Method in class org.apache.webdav.lib.methods.PutMethod
Send the contents of a byte array.
sendData(File) - Method in class org.apache.webdav.lib.methods.PutMethod
Send the contents of a file.
sendData(InputStream) - Method in class org.apache.webdav.lib.methods.PutMethod
Send the contents of an input stream.
sendData(String) - Method in class org.apache.webdav.lib.methods.PutMethod
Send the contents of a string.
sendRequest(WebdavMethod) - Method in class org.apache.webdav.lib.WebdavClient
Send a WebDAV request.
sessionHost - Variable in class org.apache.webdav.lib.WebdavClient
The host name specified when the startSession(host, port) method was called.
sessionPort - Variable in class org.apache.webdav.lib.WebdavClient
Port number.
setAuthenticateToken(String) - Method in class org.apache.webdav.lib.State
Authenticate token setter.
setComment(String) - Method in class org.apache.webdav.lib.Cookie
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described using this comment.
setCredentials(Credentials) - Method in class org.apache.webdav.lib.WebdavClient
Set the credentials to use.
setDebug(int) - Method in class org.apache.webdav.lib.WebdavClient
Set debug level.
setDebug(int) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Debug property setter.
setDebug(int) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Debug property setter.
setDepth(int) - Method in interface org.apache.webdav.lib.methods.DepthSupport
Depth setter.
setDepth(int) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Depth setter.
setDepth(int) - Method in class org.apache.webdav.lib.methods.LockMethod
Depth setter.
setDestination(String) - Method in class org.apache.webdav.lib.methods.MoveMethod
Destination setter.
setDestination(String) - Method in class org.apache.webdav.lib.methods.CopyMethod
Destination setter.
setDomain(String) - Method in class org.apache.webdav.lib.Cookie
This cookie should be presented only to hosts satisfying this domain name pattern.
setExpiryDate(Date) - Method in class org.apache.webdav.lib.Cookie
 
setHeader(String, String) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Set header.
setHeader(String, String) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Set header.
setLockToken(String) - Method in class org.apache.webdav.lib.methods.UnlockMethod
 
setName(String) - Method in class org.apache.webdav.lib.NameValuePair
Name property setter.
setOverwrite(boolean) - Method in class org.apache.webdav.lib.methods.MoveMethod
Overwrite setter.
setOverwrite(boolean) - Method in class org.apache.webdav.lib.methods.CopyMethod
Overwrite setter.
setOwner(String) - Method in class org.apache.webdav.lib.methods.LockMethod
Sets the owner of the lock.
setPassword(String) - Method in class org.apache.webdav.lib.Credentials
Password property setter.
setPath(String) - Method in class org.apache.webdav.lib.Cookie
This cookie should be presented only with requests beginning with this URL.
setPath(String) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Path property setter.
setPath(String) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Path property setter.
setPropertyNames(Enumeration) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Property names setter.
setScope(short) - Method in class org.apache.webdav.lib.methods.LockMethod
 
setSecure(boolean) - Method in class org.apache.webdav.lib.Cookie
Indicates to the user agent that the cookie should only be sent using a secure protocol (https).
setSocket(Socket) - Method in class org.apache.webdav.lib.WebdavClient
Set the socket to use.
setStatusCode(int) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Status code property setter.
setStatusCode(int) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Status code property setter.
setStatusText(String) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Status text property setter.
setStatusText(String) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Status text property setter.
setTempDir(String) - Method in class org.apache.webdav.lib.methods.GetMethod
Temporary directory setter.
setTempFile(String) - Method in class org.apache.webdav.lib.methods.GetMethod
Temporary file setter.
setTimeout(long) - Method in class org.apache.webdav.lib.methods.LockMethod
 
setType(int) - Method in class org.apache.webdav.lib.methods.PropFindMethod
Type setter.
setUseChunking(boolean) - Method in class org.apache.webdav.lib.RequestOutputStream
Use chunking flag setter.
setUsed() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Set the method as used.
setUsed() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Set the method as used.
setUseDisk(boolean) - Method in class org.apache.webdav.lib.methods.GetMethod
Use disk setter.
setUserName(String) - Method in class org.apache.webdav.lib.Credentials
UserName property setter.
setValue(String) - Method in class org.apache.webdav.lib.NameValuePair
Value property setter.
setVersion(int) - Method in class org.apache.webdav.lib.Cookie
 
setWriterEncoding(String) - Static method in class org.apache.webdav.lib.util.DOMWriter
 
socket - Variable in class org.apache.webdav.lib.WebdavClient
Client Socket in use.
sortAttributes(NamedNodeMap) - Method in class org.apache.webdav.lib.util.DOMWriter
Returns a sorted list of attributes.
startSession() - Method in class org.apache.webdav.lib.WebdavClient
Start a session.
startSession(String, int) - Method in class org.apache.webdav.lib.WebdavClient
Start a session.
state - Variable in class org.apache.webdav.lib.WebdavClient
Session state.
state - Variable in class org.apache.webdav.lib.methods.WebdavMethodBase
Global state.
State - class org.apache.webdav.lib.State.
Session state.
State() - Constructor for class org.apache.webdav.lib.State
 
statusCode - Variable in class org.apache.webdav.lib.methods.WebdavMethodBase
Status code.
statusText - Variable in class org.apache.webdav.lib.methods.WebdavMethodBase
Status text.
stream - Variable in class org.apache.webdav.lib.RequestOutputStream
The underlying input stream from which we should read data.
stream - Variable in class org.apache.webdav.lib.ResponseInputStream
The underlying input stream from which we should read data.
streamQuery(OutputStream) - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Stream the body of the query.
streamQuery(OutputStream) - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Stream the body of the query.
streamQuery(OutputStream) - Method in class org.apache.webdav.lib.methods.PutMethod
Stream the body of the query.
suite() - Static method in class org.apache.webdav.lib.tests.TestCookie
 
suite() - Static method in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
SupportedLockProperty - interface org.apache.webdav.lib.properties.SupportedLockProperty.
 

T

TAG_NAME - Static variable in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
TAG_NAME - Static variable in interface org.apache.webdav.lib.properties.ResourceTypeProperty
The property name.
TAG_NAME - Static variable in interface org.apache.webdav.lib.properties.GetContentLengthProperty
 
TAG_NAME - Static variable in interface org.apache.webdav.lib.properties.GetLastModifiedProperty
The property name.
TEMP_DIR - Static variable in class org.apache.webdav.lib.methods.GetMethod
Temporary directory.
tempDir - Variable in class org.apache.webdav.lib.methods.GetMethod
Temporary directory to use.
tempFile - Variable in class org.apache.webdav.lib.methods.GetMethod
Temporary file to use.
TestCookie - class org.apache.webdav.lib.tests.TestCookie.
Test cases for Cookie
TestCookie(String) - Constructor for class org.apache.webdav.lib.tests.TestCookie
 
TestDOMUtils - class org.apache.webdav.lib.util.tests.TestDOMUtils.
Testcases for DOMUtils
TestDOMUtils(String) - Constructor for class org.apache.webdav.lib.util.tests.TestDOMUtils
 
testFindDavPrefix1() - Method in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
testFindDavPrefix2() - Method in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
testFindDavPrefix3() - Method in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
testGetElementNamespaceURI() - Method in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
testGetTextValue() - Method in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
testParse1() - Method in class org.apache.webdav.lib.tests.TestCookie
Test basic parse (with various spacings
testParse2() - Method in class org.apache.webdav.lib.tests.TestCookie
Test no spaces
testParse3() - Method in class org.apache.webdav.lib.tests.TestCookie
Test parse with quoted text
testParseStatus() - Method in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
testSecurityError() - Method in class org.apache.webdav.lib.tests.TestCookie
Test security error
TIMEOUT_INFINITY - Static variable in class org.apache.webdav.lib.methods.LockMethod
 
toExternalForm() - Method in class org.apache.webdav.lib.Cookie
 
toRemove - Variable in class org.apache.webdav.lib.methods.PropPatchMethod
Hashtable of the properties to remove.
toSet - Variable in class org.apache.webdav.lib.methods.PropPatchMethod
Hashtable of the properties to set.
toString() - Method in class org.apache.webdav.lib.NameValuePair
Get a String representation of the header.
toString() - Method in class org.apache.webdav.lib.Header
Get a String representation of the header.
toString() - Method in class org.apache.webdav.lib.Cookie
 
toString() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
toString() - Method in class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
toString() - Method in class org.apache.webdav.lib.util.WebdavXMLPrinter
Retrieve generated XML.
TYPE_WRITE - Static variable in class org.apache.webdav.lib.methods.LockMethod
 
TYPE_WRITE - Static variable in interface org.apache.webdav.lib.properties.LockEntryProperty
 

U

UnlockMethod - class org.apache.webdav.lib.methods.UnlockMethod.
UNLOCK Method.
UnlockMethod() - Constructor for class org.apache.webdav.lib.methods.UnlockMethod
Method constructor.
UnlockMethod(String) - Constructor for class org.apache.webdav.lib.methods.UnlockMethod
Method constructor.
UnlockMethod(String, String) - Constructor for class org.apache.webdav.lib.methods.UnlockMethod
Method constructor.
useDisk - Variable in class org.apache.webdav.lib.methods.GetMethod
By default, the get method will buffer read data to the disk.
USER_AGENT - Static variable in class org.apache.webdav.lib.WebdavClient
User Agent.
userName - Variable in class org.apache.webdav.lib.Credentials
UserName.

V

validate() - Method in class org.apache.webdav.lib.methods.WebdavMethodBase
Ensures the correctness of the request according to criterions which are method dependent.
validate() - Method in interface org.apache.webdav.lib.methods.WebdavMethod
Ensures the correctness of the request according to criterions which are method dependent.
value - Variable in class org.apache.webdav.lib.NameValuePair
Value.

W

WebdavClient - class org.apache.webdav.lib.WebdavClient.
WebDAV client.
WebdavClient() - Constructor for class org.apache.webdav.lib.WebdavClient
 
WebdavClient(URL) - Constructor for class org.apache.webdav.lib.WebdavClient
 
WebdavClient(URL, String, String) - Constructor for class org.apache.webdav.lib.WebdavClient
 
WebdavException - exception org.apache.webdav.lib.WebdavException.
Webdav exception class.
WebdavException(String) - Constructor for class org.apache.webdav.lib.WebdavException
Constructor.
WebdavMethod - interface org.apache.webdav.lib.methods.WebdavMethod.
WebDAV method.
WebdavMethodBase - class org.apache.webdav.lib.methods.WebdavMethodBase.
WebDAV method abstract implementation.
WebdavMethodBase() - Constructor for class org.apache.webdav.lib.methods.WebdavMethodBase
Method constructor.
WebdavMethodBase(String) - Constructor for class org.apache.webdav.lib.methods.WebdavMethodBase
Method constructor.
WebdavStatus - class org.apache.webdav.lib.WebdavStatus.
Wraps the HttpServletResponse class to abstract the specific protocol used.
WebdavStatus() - Constructor for class org.apache.webdav.lib.WebdavStatus
 
WebdavXMLPrinter - class org.apache.webdav.lib.util.WebdavXMLPrinter.
WebdavXMLPrinter helper class.
WebdavXMLPrinter() - Constructor for class org.apache.webdav.lib.util.WebdavXMLPrinter
Constructor.
write(byte[], int, int) - Method in class org.apache.webdav.lib.RequestOutputStream
Write the specified byte array.
write(int) - Method in class org.apache.webdav.lib.RequestOutputStream
Write the specified byte to our output stream.
writeElement(String, String, int) - Method in class org.apache.webdav.lib.util.WebdavXMLPrinter
Write an element.
writeElement(String, String, String, int) - Method in class org.apache.webdav.lib.util.WebdavXMLPrinter
Write an element.
writeProperty(String, String) - Method in class org.apache.webdav.lib.util.WebdavXMLPrinter
Write property to the XML.
writeProperty(String, String, String) - Method in class org.apache.webdav.lib.util.WebdavXMLPrinter
Write property to the XML.
writeProperty(String, String, String, String) - Method in class org.apache.webdav.lib.util.WebdavXMLPrinter
Write property to the XML.
writeText(String) - Method in class org.apache.webdav.lib.util.WebdavXMLPrinter
Write text.
writeXMLHeader() - Method in class org.apache.webdav.lib.util.WebdavXMLPrinter
Write XML Header.

X

xml1 - Variable in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
xml2 - Variable in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
xml3 - Variable in class org.apache.webdav.lib.util.tests.TestDOMUtils
 
XMLResponseMethodBase - class org.apache.webdav.lib.methods.XMLResponseMethodBase.
Utility class for XML response parsing.
XMLResponseMethodBase.GetLastModifiedPropertyImpl - class org.apache.webdav.lib.methods.XMLResponseMethodBase.GetLastModifiedPropertyImpl.
This represents a DAV:getlastmodified property.
XMLResponseMethodBase.GetLastModifiedPropertyImpl(XMLResponseMethodBase.Response, Element) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.GetLastModifiedPropertyImpl
 
XMLResponseMethodBase.PropertyImpl - class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl.
This class implements the Property interface and provides basic methods for reading the property.
XMLResponseMethodBase.PropertyImpl(XMLResponseMethodBase.Response, Element) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.PropertyImpl
 
XMLResponseMethodBase.ResourceTypePropertyImpl - class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResourceTypePropertyImpl.
This represents a DAV:resourcetype property.
XMLResponseMethodBase.ResourceTypePropertyImpl(XMLResponseMethodBase.Response, Element) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResourceTypePropertyImpl
 
XMLResponseMethodBase.Response - class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response.
An abstract class that models a DAV:response.
XMLResponseMethodBase.Response(XMLResponseMethodBase, Node) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.Response
 
XMLResponseMethodBase.ResponseWithinMultistatus - class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus.
A class that models the DAV:response element within a multistatus.
XMLResponseMethodBase.ResponseWithinMultistatus(XMLResponseMethodBase, Element) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.ResponseWithinMultistatus
 
XMLResponseMethodBase.SingleResponse - class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse.
 
XMLResponseMethodBase.SingleResponse(XMLResponseMethodBase, Document, String, int) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase.SingleResponse
 
XMLResponseMethodBase() - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase
Method constructor.
XMLResponseMethodBase(String) - Constructor for class org.apache.webdav.lib.methods.XMLResponseMethodBase
Method constructor.

< A B C D E F G H I L M N O P R S T U V W X