Serialized Form
|
Package nl.hippo.client.webdav |
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
serialVersionUID: 1L
contextroot
String contextroot
namespace
String namespace
filesPath
String filesPath
fullPath
String fullPath
rootPath
String rootPath
relativePath
String relativePath
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
config
WebdavConfig config
path
DocumentPath path
id
String id
method
String method
requestBody
String requestBody
serialVersionUID: 1L
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 |
serialVersionUID: 1L
documents
ArrayList<E> documents
serialVersionUID: 1L
metadata
DocumentMetadata metadata
content
RawResponse content
path
DocumentPath path
tmpPath
String tmpPath
tmpContent
String tmpContent
serialVersionUID: 1L
properties
HashSet<E> properties
path
DocumentPath path
|
Package nl.hippo.client.webdav.caching |
serialVersionUID: 1L
key
String key
Copyright © 2006-2009 Hippo. All Rights Reserved.