MjSip Stack
v1.6

org.zoolu.sip.provider
Class ConnectionIdentifier

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

public class ConnectionIdentifier
extends Identifier

ConnectionIdentifier is the reference for active transport connections.


Constructor Summary
ConnectionIdentifier(org.zoolu.sip.provider.ConnectedTransport conn)
          Costructs a new ConnectionIdentifier.
ConnectionIdentifier(ConnectionIdentifier conn_id)
          Costructs a new ConnectionIdentifier.
ConnectionIdentifier(java.lang.String id)
          Costructs a new ConnectionIdentifier.
ConnectionIdentifier(java.lang.String protocol, IpAddress remote_ipaddr, int remote_port)
          Costructs a new ConnectionIdentifier.
 
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

ConnectionIdentifier

public ConnectionIdentifier(java.lang.String protocol,
                            IpAddress remote_ipaddr,
                            int remote_port)
Costructs a new ConnectionIdentifier.

ConnectionIdentifier

public ConnectionIdentifier(ConnectionIdentifier conn_id)
Costructs a new ConnectionIdentifier.

ConnectionIdentifier

public ConnectionIdentifier(java.lang.String id)
Costructs a new ConnectionIdentifier.

ConnectionIdentifier

public ConnectionIdentifier(org.zoolu.sip.provider.ConnectedTransport conn)
Costructs a new ConnectionIdentifier.

MjSip Stack
v1.6