org.mobicents.mscontrol.sdp
Class Connection

java.lang.Object
  extended by org.mobicents.mscontrol.sdp.Connection

public class Connection
extends Object

Author:
kulikov

Constructor Summary
Connection(String s)
           
Connection(String networkType, String addressType, String address)
           
 
Method Summary
 String getAddress()
           
 String getAddressType()
           
 String getNetworkType()
           
 void setAddress(String address)
           
 void setAddressType(String addressType)
           
 void setNetworkType(String networkType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Connection

public Connection(String s)

Connection

public Connection(String networkType,
                  String addressType,
                  String address)
Method Detail

getAddress

public String getAddress()

getAddressType

public String getAddressType()

getNetworkType

public String getNetworkType()

setAddress

public void setAddress(String address)

setAddressType

public void setAddressType(String addressType)

setNetworkType

public void setNetworkType(String networkType)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 TeleStax, Inc.. All Rights Reserved.