public class ClientSubscriptionInfo extends Object
Modifier and Type | Class and Description |
---|---|
class |
ClientSubscriptionInfo.ClientReceivingSubscription |
class |
ClientSubscriptionInfo.ClientSendingSubscription |
class |
ClientSubscriptionInfo.DavInformation |
Modifier and Type | Field and Description |
---|---|
private ClientDavConnection |
_connection |
private List<ClientSubscriptionInfo.DavInformation> |
_potentialCentralDavs |
private List<ClientSubscriptionInfo.ClientReceivingSubscription> |
_receiverSubscriptions |
private List<ClientSubscriptionInfo.ClientSendingSubscription> |
_senderSubscriptions |
Constructor and Description |
---|
ClientSubscriptionInfo(ClientDavConnection connection,
AttributeGroupUsage usage,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
List<ClientSubscriptionInfo.DavInformation> |
getPotentialCentralDavs() |
List<ClientSubscriptionInfo.ClientReceivingSubscription> |
getReceiverSubscriptions() |
List<ClientSubscriptionInfo.ClientSendingSubscription> |
getSenderSubscriptions() |
String |
toString() |
private final ClientDavConnection _connection
private final List<ClientSubscriptionInfo.ClientSendingSubscription> _senderSubscriptions
private final List<ClientSubscriptionInfo.ClientReceivingSubscription> _receiverSubscriptions
private final List<ClientSubscriptionInfo.DavInformation> _potentialCentralDavs
ClientSubscriptionInfo(ClientDavConnection connection, AttributeGroupUsage usage, byte[] bytes) throws IOException
IOException
public List<ClientSubscriptionInfo.ClientSendingSubscription> getSenderSubscriptions()
public List<ClientSubscriptionInfo.ClientReceivingSubscription> getReceiverSubscriptions()
public List<ClientSubscriptionInfo.DavInformation> getPotentialCentralDavs()