Class GetCalDavCollections
- java.lang.Object
-
- net.fortuna.ical4j.connector.dav.response.AbstractResponseHandler<List<CalDavCalendarCollection>>
-
- net.fortuna.ical4j.connector.dav.response.GetCalDavCollections
-
- All Implemented Interfaces:
org.apache.http.client.ResponseHandler<List<CalDavCalendarCollection>>
public class GetCalDavCollections extends AbstractResponseHandler<List<CalDavCalendarCollection>>
-
-
Constructor Summary
Constructors Constructor Description GetCalDavCollections()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<CalDavCalendarCollection>
getDelegateCollections(org.apache.jackrabbit.webdav.property.DavProperty<?> proxyDavProperty)
List<CalDavCalendarCollection>
handleResponse(org.apache.http.HttpResponse response)
-
Methods inherited from class net.fortuna.ical4j.connector.dav.response.AbstractResponseHandler
getContent, getHeaderElements, getHeaders, getMultiStatus
-
-
-
-
Method Detail
-
handleResponse
public List<CalDavCalendarCollection> handleResponse(org.apache.http.HttpResponse response) throws org.apache.http.client.ClientProtocolException, IOException
- Throws:
org.apache.http.client.ClientProtocolException
IOException
-
getDelegateCollections
protected List<CalDavCalendarCollection> getDelegateCollections(org.apache.jackrabbit.webdav.property.DavProperty<?> proxyDavProperty) throws ParserConfigurationException, IOException, org.apache.jackrabbit.webdav.DavException
- Throws:
ParserConfigurationException
IOException
org.apache.jackrabbit.webdav.DavException
-
-