Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.sip.EventPackageSubscriber.Subscription

Packages that use EventPackageSubscriber.Subscription
net.java.sip.communicator.impl.protocol.sip   
 

Uses of EventPackageSubscriber.Subscription in net.java.sip.communicator.impl.protocol.sip
 

Methods in net.java.sip.communicator.impl.protocol.sip that return EventPackageSubscriber.Subscription
protected  EventPackageSubscriber.Subscription EventPackageSubscriber.getSubscription(javax.sip.address.Address toAddress, String eventId)
          Gets the Subscription from the list of subscriptions managed by this instance which is associated with a specific subscription Address/Request URI and has a specific id tag in its Event header.
protected  EventPackageSubscriber.Subscription EventPackageSubscriber.getSubscription(String callId)
          Gets the Subscription from the list of subscriptions managed by this instance which is associated with a specific CallId.
 

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type EventPackageSubscriber.Subscription
 void EventPackageSubscriber.poll(EventPackageSubscriber.Subscription subscription)
          Adds a specific Subscription to the list of subscriptions managed by this instance only if another Subscription with the same subscription Address/Request URI and id tag of its associated Event header does not exist in the list.
 void EventPackageSubscriber.subscribe(EventPackageSubscriber.Subscription subscription)
          Creates and sends a SUBSCRIBE request to the subscription Address/Request URI of a specific Subscription in order to request receiving event notifications and adds the specified Subscription to the list of subscriptions managed by this instance.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.