public class Connection extends Object
| Constructor and Description |
|---|
Connection(String s) |
Connection(String networkType,
String addressType,
String address) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getAddressType() |
String |
getNetworkType() |
void |
setAddress(String address) |
void |
setAddressType(String addressType) |
void |
setNetworkType(String networkType) |
String |
toString() |
public Connection(String s)
public String getAddress()
public String getAddressType()
public String getNetworkType()
public void setAddress(String address)
public void setAddressType(String addressType)
public void setNetworkType(String networkType)
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.