Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Package
net.java.sip.communicator.impl.protocol.sip

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

Classes in net.java.sip.communicator.impl.protocol.sip used by net.java.sip.communicator.impl.protocol.sip
ActiveCallsRepositorySipImpl
          Keeps a list of all calls currently active and maintained by this protocol povider.
CallPeerSipImpl
          Our SIP implementation of the default CallPeer;
CallSipImpl
          A SIP implementation of the Call abstract class encapsulating SIP dialogs.
ContactGroupSipImpl
          A simple, straightforward implementation of a SIP ContactGroup.
ContactSipImpl
          A simple, straightforward implementation of a SIP Contact.
EventPackageNotifier.Subscription
          Represents a general event package subscription in the sense of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" from the point of view of the notifier and its signaling characteristics such as Request URI, id tag value of its Event header, the Dialog which has been created by the associated SUBSCRIBE request or through which NOTIFY requests are to be sent.
EventPackageNotifier.SubscriptionFilter
          Represents a filter for Subscriptions i.e.
EventPackageSubscriber.Subscription
          Represents a general event package subscription in the sense of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" from the point of view of the subscriber and its signaling characteristics such as Request URI, id tag value of its Event header, the Dialog which has been created by the associated SUBSCRIBE request or through which it was sent.
EventPackageSupport
          Provides the base for implementations of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" and thus eases the creation of event package-specific implementations.
EventPackageSupport.Subscription
          Represents a general event package subscription in the sense of RFC 3265 "Session Initiation Protocol (SIP)-Specific Event Notification" and its signaling characteristics such as Request URI, id tag value of its Event header.
MethodProcessor
          Represents a processor of events with a specific method received in ProtocolProviderServiceSipImpl much like SipListener but with the addition of signaling whether the specified event was indeed handled in the processor and needs no further processing in other processors registered for the same method.
MethodProcessorAdapter
          Provides a default implementation of MethodProcessor which does no processing and exists only as a convenience to extenders so that they can override the methods of interest.
MethodProcessorListener
          Represents a listener which gets notified by the CallPeer it is registered with about the processing of SIP signaling that the CallPeer performs.
OperationSetBasicInstantMessagingSipImpl
          A straightforward implementation of the basic instant messaging operation set.
OperationSetBasicTelephonySipImpl
          Implements all call management logic and exports basic telephony support by implementing OperationSetBasicTelephony.
OperationSetDesktopStreamingSipImpl
          Implements all desktop streaming related functions for SIP.
OperationSetDTMFSipImpl
          Class responsible for sending a DTMF Tone using SIP INFO or using rfc4733.
OperationSetPresenceSipImpl
          Sip presence implementation (SIMPLE).
OperationSetVideoTelephonySipImpl
          Implements OperationSetVideoTelephony in order to give access to video-specific functionality in the SIP protocol implementation such as visual Components displaying video and listening to dynamic availability of such Components.
ProtocolProviderFactorySipImpl
          A SIP implementation of the protocol provider factory interface.
ProtocolProviderServiceSipImpl
          A SIP implementation of the Protocol Provider Service.
ServerStoredContactList
          The parent server stored contact list used in OperationSetPresenceSipImpl the underling implementation like xcap one extend it with actual contact list modifications.
SipAccountID
          A SIP extension of the account ID property.
SipMessageFactory
          This MessageFactory is just a wrapper around a "real" Messagefactory, which will be passed to the constructor.
SipMessageProcessor
          Listener receiving events for incoming messages that need processing.
SipRegistrarConnection
          Contains all functionality that has anything to do with registering and maintaining registrations with a SIP Registrar.
SipStatusEnum
          The SipStatusEnum gives access to presence states for the Sip protocol.
TimerScheduler
          Represents an analogy of Timer which does not have the disadvantage of Timer to always create its thread at construction time.
TransportManagerSipImpl
           
 

Classes in net.java.sip.communicator.impl.protocol.sip used by net.java.sip.communicator.impl.protocol.sip.dtmf
CallPeerSipImpl
          Our SIP implementation of the default CallPeer;
MethodProcessor
          Represents a processor of events with a specific method received in ProtocolProviderServiceSipImpl much like SipListener but with the addition of signaling whether the specified event was indeed handled in the processor and needs no further processing in other processors registered for the same method.
MethodProcessorAdapter
          Provides a default implementation of MethodProcessor which does no processing and exists only as a convenience to extenders so that they can override the methods of interest.
ProtocolProviderServiceSipImpl
          A SIP implementation of the Protocol Provider Service.
 

Classes in net.java.sip.communicator.impl.protocol.sip used by net.java.sip.communicator.impl.protocol.sip.net
ProtocolProviderServiceSipImpl
          A SIP implementation of the Protocol Provider Service.
SipAccountID
          A SIP extension of the account ID property.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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