|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcom.wowza.wms.vhost.HostPortList
public class HostPortList
HostPortList: data object that contains a collection of HostPort objects.
| Constructor Summary | |
|---|---|
HostPortList()
Create empty HostPortList |
|
| Method Summary | |
|---|---|
void |
add(HostPort hostPort)
Add HostPort object |
HostPort |
get(int index)
Get HostPort object at index, null if out of bounds |
int |
size()
Get number of HostPort objects |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HostPortList()
| Method Detail |
|---|
public void add(HostPort hostPort)
hostPort - public HostPort get(int index)
index - index
public int size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||