| 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. |