| Package | Description | 
|---|---|
| org.apache.jackrabbit.webdav | |
| org.apache.jackrabbit.webdav.client.methods | 
 Provides classes for use with the Apache HttpClient, supporting WebDAV
 request methods. 
 | 
| org.apache.jackrabbit.webdav.jcr.observation | |
| org.apache.jackrabbit.webdav.observation | 
 Contains interfaces and classes related to observation, which is not covered
by the WebDAV protocol. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WebdavResponseImpl.sendPollResponse(EventDiscovery eventDiscovery)  | 
| Modifier and Type | Method and Description | 
|---|---|
EventDiscovery | 
BaseDavRequest.getResponseBodyAsEventDiscovery(HttpResponse response)
Return response body as  
EventDiscovery object. | 
| Modifier and Type | Method and Description | 
|---|---|
EventDiscovery | 
SubscriptionManagerImpl.poll(String subscriptionId,
    long timeout,
    ObservationResource resource)
Retrieve all event bundles accumulated since for the subscription specified
 by the given id. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static EventDiscovery | 
EventDiscovery.createFromXml(Element eventDiscoveryElement)
Build a  
EventDiscovery from the specified xml element. | 
EventDiscovery | 
ObservationResource.poll(String subscriptionId,
    long timeout)
Retrieve the list of events that where recorded for the event listener
 with the given SubscriptionId. 
 | 
EventDiscovery | 
SubscriptionManager.poll(String subscriptionId,
    long timeout,
    ObservationResource resource)
Retrieve the list of events that occurred since the last poll. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ObservationDavServletResponse.sendPollResponse(EventDiscovery eventDiscovery)
Send the response to a successful POLL request. 
 | 
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.