Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.sip.TimerScheduler

Packages that use TimerScheduler
net.java.sip.communicator.impl.protocol.sip   
 

Uses of TimerScheduler in net.java.sip.communicator.impl.protocol.sip
 

Fields in net.java.sip.communicator.impl.protocol.sip declared as TimerScheduler
protected  TimerScheduler EventPackageSupport.timer
          The Timer support which executes the time-based tasks of this instance.
 

Constructors in net.java.sip.communicator.impl.protocol.sip with parameters of type TimerScheduler
EventPackageNotifier(ProtocolProviderServiceSipImpl protocolProvider, String eventPackage, int subscriptionDuration, String contentSubType, TimerScheduler timer)
          Initializes a new EventPackageNotifier instance which is to provide notifier support according to RFC 3265 to a specific SIP ProtocolProviderService implementation for a specific event package.
EventPackageSubscriber(ProtocolProviderServiceSipImpl protocolProvider, String eventPackage, int subscriptionDuration, String contentSubType, TimerScheduler timer, int refreshMargin)
          Initializes a new EventPackageSubscriber instance which is to provide subscriber support according to RFC 3265 to a specific SIP ProtocolProviderService implementation for a specific event package.
EventPackageSupport(ProtocolProviderServiceSipImpl protocolProvider, String eventPackage, int subscriptionDuration, String contentSubType, TimerScheduler timer)
          Initializes a new EventPackageSupport instance which is to provide support according to RFC 3265 to a specific SIP ProtocolProviderService implementation for a specific event package.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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