Package com.wowza.wms.vhost
Class HostPortList
Object
com.wowza.wms.vhost.HostPortList
HostPortList: data object that contains a collection of HostPort objects.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HostPortList
public HostPortList()Create empty HostPortList
-
-
Method Details
-
add
Add HostPort object- Parameters:
hostPort
-
-
size
public int size()Get number of HostPort objects- Returns:
- number of HostPort objects
-
get
Get HostPort object at index, null if out of bounds- Parameters:
index
- index- Returns:
- HostPort object at index, null if out of bounds
-