Package | Description |
---|---|
org.apache.jackrabbit.spi2dav | |
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 | Class and Description |
---|---|
class |
EventImpl
EventImpl ... |
Modifier and Type | Class and Description |
---|---|
class |
PollMethod
PollMethod implementation. |
class |
SubscribeMethod
SubscribeMethod ... |
Modifier and Type | Class and Description |
---|---|
class |
SubscriptionImpl
The
Subscription class encapsulates a single subscription with
the following responsibilities:
Providing access to the subscription info,
Recording events this subscription is interested in,
Providing access to the events.
|
Modifier and Type | Class and Description |
---|---|
class |
EventDiscovery
EventDiscovery represents the request body of a successful
POLL request. |
class |
SubscriptionInfo
SubscriptionInfo class encapsulates the subscription info
that forms the request body of a SUBSCRIBE request.The following xml layout is defined for the subscription info: |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.