Package com.wowza.wms.vhost
Class HostPortList
- Object
- 
- com.wowza.wms.vhost.HostPortList
 
- 
 public class HostPortList extends ObjectHostPortList: data object that contains a collection of HostPort objects. 
- 
- 
Constructor SummaryConstructors Constructor Description HostPortList()Create empty HostPortList
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(HostPort hostPort)Add HostPort objectHostPortget(int index)Get HostPort object at index, null if out of boundsintsize()Get number of HostPort objects
 
- 
- 
- 
Method Detail- 
addpublic void add(HostPort hostPort) Add HostPort object- Parameters:
- hostPort-
 
 - 
sizepublic int size() Get number of HostPort objects- Returns:
- number of HostPort objects
 
 - 
getpublic HostPort get(int index) Get HostPort object at index, null if out of bounds- Parameters:
- index- index
- Returns:
- HostPort object at index, null if out of bounds
 
 
- 
 
-