Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

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

Methods in net.java.sip.communicator.impl.protocol.sip that return EventPackageNotifier.Subscription
protected abstract  EventPackageNotifier.Subscription EventPackageNotifier.createSubscription(javax.sip.address.Address fromAddress, String eventId)
          Creates a new Subscription instance which is to represent the subscription signaling from and to a specific target identified by its Address/Request URI and a specific EventId tag.
protected  EventPackageNotifier.Subscription EventPackageNotifier.getSubscription(javax.sip.address.Address fromAddress, 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  EventPackageNotifier.Subscription EventPackageNotifier.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 EventPackageNotifier.Subscription
 boolean EventPackageNotifier.SubscriptionFilter.accept(EventPackageNotifier.Subscription subscription)
          Determines whether the specified Subscription is accepted by this SubscriptionFilter i.e.
 void EventPackageNotifier.notify(EventPackageNotifier.Subscription subscription, String subscriptionState, String reason)
          Notifies a specific target identified by its Subscription about a specific subscription state and a specific reason for that subscription state via a NOTIFY request.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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