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 SummaryConstructors Constructor Description GetCardDavCollections()
 - 
Method SummaryAll 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.AbstractResponseHandlergetContent, getHeaderElements, getHeaders, getMultiStatus
 
- 
 
- 
- 
- 
Method Detail- 
handleResponsepublic List<CardDavCollection> handleResponse(org.apache.http.HttpResponse response) throws org.apache.http.client.ClientProtocolException, IOException - Throws:
- org.apache.http.client.ClientProtocolException
- IOException
 
 - 
getDelegateCollectionsprotected 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
 
 
- 
 
-