Package | Description |
---|---|
org.apache.jackrabbit.webdav | |
org.apache.jackrabbit.webdav.client.methods |
This package contains classes and utilities used to build a WebDAV client
implementation.
Currently it consists of DAV-specific extensions to the Jakarta Commons HttpClient, namely a set of 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 |
PollMethod.getResponseAsEventDiscovery() |
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.