Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.protocol.AbstractCallPeer

Packages that use AbstractCallPeer
net.java.sip.communicator.impl.protocol.gibberish   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.mock   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.service.protocol.media   
 

Uses of AbstractCallPeer in net.java.sip.communicator.impl.protocol.gibberish
 

Subclasses of AbstractCallPeer in net.java.sip.communicator.impl.protocol.gibberish
 class CallPeerGibberishImpl
          A Gibberish implementation of the CallPeer interface.
 

Uses of AbstractCallPeer in net.java.sip.communicator.impl.protocol.jabber
 

Subclasses of AbstractCallPeer in net.java.sip.communicator.impl.protocol.jabber
 class CallPeerGTalkImpl
          Implements a Google Talk CallPeer.
 class CallPeerJabberImpl
          Implements a Jabber CallPeer.
 

Methods in net.java.sip.communicator.impl.protocol.jabber that return AbstractCallPeer
(package private)  AbstractCallPeer<?,?> OperationSetBasicTelephonyJabberImpl.createOutgoingCall(CallJabberImpl call, String calleeAddress)
          Init and establish the specified call.
(package private)  AbstractCallPeer<?,?> OperationSetBasicTelephonyJabberImpl.createOutgoingCall(CallJabberImpl call, String calleeAddress, Iterable<org.jivesoftware.smack.packet.PacketExtension> sessionInitiateExtensions)
          Init and establish the specified call.
 

Uses of AbstractCallPeer in net.java.sip.communicator.impl.protocol.mock
 

Subclasses of AbstractCallPeer in net.java.sip.communicator.impl.protocol.mock
 class MockCallPeer
           
 

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

Subclasses of AbstractCallPeer in net.java.sip.communicator.impl.protocol.sip
 class CallPeerSipImpl
          Our SIP implementation of the default CallPeer;
 

Uses of AbstractCallPeer in net.java.sip.communicator.service.protocol.media
 

Subclasses of AbstractCallPeer in net.java.sip.communicator.service.protocol.media
 class MediaAwareCallPeer<T extends MediaAwareCall<?,?,V>,U extends CallPeerMediaHandler<?>,V extends ProtocolProviderService>
          A utility class implementing media control code shared between current telephony implementations.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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