Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.sip.CallPeerSipImpl

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

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

Methods in net.java.sip.communicator.impl.protocol.sip that return CallPeerSipImpl
 CallPeerSipImpl ActiveCallsRepositorySipImpl.findCallPeer(javax.sip.Dialog dialog)
          Returns the call peer whose associated jain sip dialog matches dialog.
 CallPeerSipImpl CallSipImpl.findCallPeer(javax.sip.Dialog dialog)
          Returns the call peer whose associated jain sip dialog matches dialog.
 CallPeerSipImpl ActiveCallsRepositorySipImpl.findCallPeer(String branchID, javax.sip.header.Header cidHeader)
          Returns the CallPeerSipImpl whose INVITE transaction has the specified branchID and whose corresponding INVITE request contains the specified callID.
 CallPeerSipImpl ActiveCallsRepositorySipImpl.findCallPeer(String branchID, String callID)
          Returns the CallPeerSipImpl whose INVITE transaction has the specified branchID and whose corresponding INVITE request contains the specified callID.
 CallPeerSipImpl ActiveCallsRepositorySipImpl.findCallPeer(String callID, String localTag, String remoteTag)
          Returns the CallPeerSipImpl instance with a Dialog matching CallID, local and remote tags.
 CallPeerSipImpl CallSipImpl.invite(javax.sip.address.Address calleeAddress, javax.sip.message.Message cause)
          Creates a CallPeerSipImpl from calleeAddress and sends them an invite request.
protected  CallPeerSipImpl OperationSetTelephonyConferencingSipImpl.inviteCalleeToCall(javax.sip.address.Address calleeAddress, CallSipImpl call, boolean wasConferenceFocus)
          Invites a callee with a specific SIP Address to be joined in a specific Call in the sense of SIP conferencing.
 CallPeerSipImpl CallSipImpl.processInvite(javax.sip.SipProvider jainSipProvider, javax.sip.ServerTransaction serverTran)
          Creates a new call and sends a RINGING response.
 

Methods in net.java.sip.communicator.impl.protocol.sip with parameters of type CallPeerSipImpl
protected  InetAddress TransportManagerSipImpl.getIntendedDestination(CallPeerSipImpl peer)
          Returns the InetAddress that is most likely to be to be used as a next hop when contacting the specified destination.
 void CallSipImpl.processReplacingInvite(javax.sip.SipProvider jainSipProvider, javax.sip.ServerTransaction serverTransaction, CallPeerSipImpl callPeerToReplace)
          Processes an incoming INVITE that is meant to replace an existing CallPeerSipImpl that is participating in this call.
 void OperationSetDesktopSharingServerSipImpl.requestProcessed(CallPeerSipImpl sourceCallPeer, javax.sip.message.Request request, javax.sip.message.Response response)
          Notifies this MethodProcessorListener that a specific CallPeer has processed a specific SIP Request and has replied to it with a specific SIP Response.
 void OperationSetTelephonyConferencingSipImpl.requestProcessed(CallPeerSipImpl sourceCallPeer, javax.sip.message.Request request, javax.sip.message.Response response)
          Notifies this MethodProcessorListener that a specific CallPeer has processed a specific SIP Request and has replied to it with a specific SIP Response.
 void MethodProcessorListener.requestProcessed(CallPeerSipImpl sourceCallPeer, javax.sip.message.Request request, javax.sip.message.Response response)
          Notifies this MethodProcessorListener that a specific CallPeer has processed a specific SIP Request and has replied to it with a specific SIP Response.
 void OperationSetDesktopSharingServerSipImpl.responseProcessed(CallPeerSipImpl sourceCallPeer, javax.sip.message.Response response, javax.sip.message.Request request)
          Notifies this MethodProcessorListener that a specific CallPeer has processed a specific SIP Response and has replied to it with a specific SIP Request.
 void OperationSetTelephonyConferencingSipImpl.responseProcessed(CallPeerSipImpl sourceCallPeer, javax.sip.message.Response response, javax.sip.message.Request request)
          Notifies this MethodProcessorListener that a specific CallPeer has processed a specific SIP Response and has replied to it with a specific SIP Request.
 void MethodProcessorListener.responseProcessed(CallPeerSipImpl sourceCallPeer, javax.sip.message.Response response, javax.sip.message.Request request)
          Notifies this MethodProcessorListener that a specific CallPeer has processed a specific SIP Response and has replied to it with a specific SIP Request.
 

Constructors in net.java.sip.communicator.impl.protocol.sip with parameters of type CallPeerSipImpl
CallPeerMediaHandlerSipImpl(CallPeerSipImpl peer)
          Creates a new handler that will be managing media streams for peer.
ConferenceMemberSipImpl(CallPeerSipImpl conferenceFocusCallPeer, String address)
          Initializes a new ConferenceMemberSipImpl instance with a specific SIP address as indicated by the conference-info XML received from its conferenceFocusCallPeer.
QualityControlWrapper(CallPeerSipImpl peer)
          Creates quality control for peer.
TransportManagerSipImpl(CallPeerSipImpl callPeer)
          Creates a new SIP TransportManager.
 

Uses of CallPeerSipImpl in net.java.sip.communicator.impl.protocol.sip.dtmf
 

Methods in net.java.sip.communicator.impl.protocol.sip.dtmf with parameters of type CallPeerSipImpl
 void DTMFInfo.startSendingDTMF(CallPeerSipImpl callPeer, DTMFTone tone)
          Saves the tone we need to send and its start time.
 void DTMFInfo.stopSendingDTMF(CallPeerSipImpl callPeer)
          Sending of the currently saved tone.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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