Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.protocol.media.MediaAwareCall

Packages that use MediaAwareCall
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.service.protocol.media   
 

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

Subclasses of MediaAwareCall in net.java.sip.communicator.impl.protocol.jabber
 class CallGTalkImpl
          A Google Talk implementation of the Call abstract class encapsulating Google Talk sessions.
 class CallJabberImpl
          A Jabber implementation of the Call abstract class encapsulating Jabber jingle sessions.
 

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

Subclasses of MediaAwareCall in net.java.sip.communicator.impl.protocol.sip
 class CallSipImpl
          A SIP implementation of the Call abstract class encapsulating SIP dialogs.
 

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

Classes in net.java.sip.communicator.service.protocol.media with type parameters of type MediaAwareCall
 class AbstractOperationSetTelephonyConferencing<ProtocolProviderServiceT extends ProtocolProviderService,OperationSetBasicTelephonyT extends OperationSetBasicTelephony<ProtocolProviderServiceT>,MediaAwareCallT extends MediaAwareCall<MediaAwareCallPeerT,OperationSetBasicTelephonyT,ProtocolProviderServiceT>,MediaAwareCallPeerT extends MediaAwareCallPeer<MediaAwareCallT,?,ProtocolProviderServiceT>,CalleeAddressT>
          Represents a default implementation of OperationSetTelephonyConferencing in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
 class AbstractOperationSetVideoTelephony<T extends OperationSetBasicTelephony<U>,U extends ProtocolProviderService,V extends MediaAwareCall<W,T,U>,W extends MediaAwareCallPeer<V,?,U>>
          Represents a default implementation of OperationSetVideoTelephony in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
 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.