net.fortuna.ical4j.connector.dav
public class DavClient extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.httpclient.HostConfiguration |
hostConfiguration
The HTTP client configuration.
|
protected org.apache.commons.httpclient.HttpClient |
httpClient
The underlying HTTP client.
|
Constructor and Description |
---|
DavClient(URL url,
String principalPath,
String userPath) |
Modifier and Type | Method and Description |
---|---|
int |
execute(org.apache.commons.httpclient.HostConfiguration _hostConfiguration,
org.apache.jackrabbit.webdav.client.methods.DavMethodBase method) |
int |
execute(org.apache.commons.httpclient.HttpMethodBase method) |
protected String |
getUserName() |
protected org.apache.commons.httpclient.HttpClient httpClient
protected org.apache.commons.httpclient.HostConfiguration hostConfiguration
public int execute(org.apache.commons.httpclient.HttpMethodBase method) throws IOException
IOException
public int execute(org.apache.commons.httpclient.HostConfiguration _hostConfiguration, org.apache.jackrabbit.webdav.client.methods.DavMethodBase method) throws IOException
IOException
protected String getUserName()
Copyright © 2008-2013 Micronode. All Rights Reserved.