MjSip Stack
v1.6

org.zoolu.sip.provider
Class DialogIdentifier

java.lang.Object
  |
  +--org.zoolu.sip.provider.Identifier
        |
        +--org.zoolu.sip.provider.DialogIdentifier

public class DialogIdentifier
extends Identifier

DialogIdentifier is used to address specific dialogs to the SipProvider.


Constructor Summary
DialogIdentifier(DialogIdentifier i)
          Costructs a new DialogIdentifier.
DialogIdentifier(java.lang.String call_id, java.lang.String local_tag, java.lang.String remote_tag)
          Costructs a new DialogIdentifier based on call-id, local and remote tags.
 
Methods inherited from class org.zoolu.sip.provider.Identifier
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DialogIdentifier

public DialogIdentifier(java.lang.String call_id,
                        java.lang.String local_tag,
                        java.lang.String remote_tag)
Costructs a new DialogIdentifier based on call-id, local and remote tags.

DialogIdentifier

public DialogIdentifier(DialogIdentifier i)
Costructs a new DialogIdentifier.

MjSip Stack
v1.6