Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

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

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

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

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

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

Classes in net.java.sip.communicator.service.protocol.media with type parameters of type MediaAwareCallPeer
 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 AbstractQualityControlWrapper<T extends MediaAwareCallPeer<?,?,?>>
          A wrapper of media quality control.
 class CallPeerMediaHandler<T extends MediaAwareCallPeer<?,?,?>>
          A utility class implementing media control code shared between current telephony implementations.
 class MediaAwareCall<T extends MediaAwareCallPeer<?,?,V>,U extends OperationSetBasicTelephony<V>,V extends ProtocolProviderService>
          A utility class implementing media control code shared between current telephony implementations.
 class TransportManager<U extends MediaAwareCallPeer<?,?,?>>
          TransportManagers are responsible for allocating ports, gathering local candidates and managing ICE whenever we are using it.
 

Fields in net.java.sip.communicator.service.protocol.media declared as MediaAwareCallPeer
protected  T AbstractQualityControlWrapper.peer
          The peer we are controlling.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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