| 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 | 
|---|---|
| SubscriptionInfo | WebdavRequestImpl. getSubscriptionInfo() | 
| Constructor and Description | 
|---|
| HttpSubscribe(String uri,
             SubscriptionInfo info,
             String subscriptionId) | 
| HttpSubscribe(URI uri,
             SubscriptionInfo info,
             String subscriptionId) | 
| Modifier and Type | Method and Description | 
|---|---|
| Subscription | SubscriptionManagerImpl. subscribe(SubscriptionInfo info,
         String subscriptionId,
         ObservationResource resource)Create a new  Subscriptionor update an existingSubscriptionand add it as eventlistener to theObservationManager. | 
| Constructor and Description | 
|---|
| SubscriptionImpl(SubscriptionInfo info,
                ObservationResource resource) | 
| Modifier and Type | Method and Description | 
|---|---|
| SubscriptionInfo | ObservationDavServletRequest. getSubscriptionInfo()Return a  SubscriptionInfoobject representing the subscription
 info present in the SUBSCRIBE request body ornullif
 retrieving the subscription info fails. | 
| Modifier and Type | Method and Description | 
|---|---|
| Subscription | ObservationResource. subscribe(SubscriptionInfo info,
         String subscriptionId)Subscribe this resource for event listening defined by the specified
 subscription info. | 
| Subscription | SubscriptionManager. subscribe(SubscriptionInfo info,
         String subscriptionId,
         ObservationResource resource)Create a new  Subscriptionor update an existingSubscription.. | 
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.