Package org.apache.webdav.lib
Class Subscription
java.lang.Object
org.apache.webdav.lib.Subscription
Object that holds information about a single WebDAV subscription.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSubscription
(String path, int id, String callback, long lifetime, String contentLocation, String notificationType) -
Method Summary
-
Field Details
-
UPDATE_NOTIFICATION
- See Also:
-
NEW_MEMBER_NOTIFICATION
- See Also:
-
DELETE_NOTIFICATION
- See Also:
-
MOVE_NOTIFICATION
- See Also:
-
-
Constructor Details
-
Subscription
-
-
Method Details
-
getCallback
-
getContentLocation
-
getId
public int getId() -
getLifetime
public long getLifetime() -
getNotificationType
-
getPath
-