Class GetCardDavCollections
- java.lang.Object
-
- net.fortuna.ical4j.connector.dav.response.AbstractResponseHandler<List<CardDavCollection>>
-
- net.fortuna.ical4j.connector.dav.response.GetCardDavCollections
-
- All Implemented Interfaces:
org.apache.http.client.ResponseHandler<List<CardDavCollection>>
public class GetCardDavCollections extends AbstractResponseHandler<List<CardDavCollection>>
-
-
Constructor Summary
Constructors Constructor Description GetCardDavCollections()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<CardDavCollection>
getDelegateCollections(org.apache.jackrabbit.webdav.property.DavProperty<?> proxyDavProperty)
List<CardDavCollection>
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<CardDavCollection> handleResponse(org.apache.http.HttpResponse response) throws org.apache.http.client.ClientProtocolException, IOException
- Throws:
org.apache.http.client.ClientProtocolException
IOException
-
getDelegateCollections
protected List<CardDavCollection> getDelegateCollections(org.apache.jackrabbit.webdav.property.DavProperty<?> proxyDavProperty) throws ParserConfigurationException, IOException, org.apache.jackrabbit.webdav.DavException
- Throws:
ParserConfigurationException
IOException
org.apache.jackrabbit.webdav.DavException
-
-