Serialized Form


Package nl.hippo.client.webdav

Class nl.hippo.client.webdav.AbstractWebdavConfig extends Object implements Serializable

Serialized Fields

host

String host

port

int port

protocol

String protocol

username

String username

password

String password

realm

String realm

contextroot

String contextroot

namespace

String namespace

filespath

String filespath

loglabel

String loglabel

searchNoACL

boolean searchNoACL

Class nl.hippo.client.webdav.DocumentPathImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

contextroot

String contextroot

namespace

String namespace

filesPath

String filesPath

fullPath

String fullPath

rootPath

String rootPath

relativePath

String relativePath

Class nl.hippo.client.webdav.WebdavConfig extends AbstractWebdavConfig implements Serializable

serialVersionUID: 1L

Class nl.hippo.client.webdav.WebdavConfigFactory extends AbstractWebdavConfig implements Serializable

serialVersionUID: 1L

Class nl.hippo.client.webdav.WebdavRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

config

WebdavConfig config

path

DocumentPath path

id

String id

method

String method

requestBody

String requestBody

Class nl.hippo.client.webdav.WebdavResponse extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

responseAsBytes

byte[] responseAsBytes
The response is stored as a byte[] and not as a Stream. Partly because the original response stream returned by HttpClient is an AutoCloseInputStream which does what the name imlies and can only be read once. (see comment in Search.PatchedSearchMethod) Partly because byte arrays are probably easier to cache than streams. TODO: Think about a streaming WebdavResponse implementation for large binary content (movies etc). This probably either means exposing the commons-httpclient internal AutoCloseInputStream class or something with PipedInput- and -OutputStreams.


responseCode

int responseCode
The Http response code (207, 404, etc.)


request

WebdavRequest request

Package nl.hippo.client.webdav.binding.content

Class nl.hippo.client.webdav.binding.content.DocumentCollectionImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

documents

ArrayList<E> documents

Class nl.hippo.client.webdav.binding.content.DocumentImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

metadata

DocumentMetadata metadata

content

RawResponse content

path

DocumentPath path

tmpPath

String tmpPath

tmpContent

String tmpContent

Class nl.hippo.client.webdav.binding.content.DocumentMetadataImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

properties

HashSet<E> properties

path

DocumentPath path

Package nl.hippo.client.webdav.caching

Class nl.hippo.client.webdav.caching.WebdavCacheKey extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key



Copyright © 2006-2009 Hippo. All Rights Reserved.