IVHostNotifypublic class VHostNotifyBase extends Object implements IVHostNotify
| Constructor | Description |
|---|---|
VHostNotifyBase() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
onVHostClientConnect(IVHost vhost,
IClient inClient,
com.wowza.wms.request.RequestFunction function,
AMFDataList params) |
Triggered before a client connects to this virtual host.
|
void |
onVHostCreate(IVHost vhost) |
Triggered when vHost created
|
void |
onVHostInit(IVHost vhost) |
Triggered when vHost initialized
|
void |
onVHostShutdownComplete(IVHost vhost) |
Triggered at the end of vhost shutdown
|
void |
onVHostShutdownStart(IVHost vhost) |
Triggered at the beginning of vhost shutdown
|
public void onVHostClientConnect(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params)
IVHostNotifyonVHostClientConnect in interface IVHostNotifyinClient - client object of the connectionfunction - functionparams - parameterspublic void onVHostCreate(IVHost vhost)
IVHostNotifyonVHostCreate in interface IVHostNotifypublic void onVHostInit(IVHost vhost)
IVHostNotifyonVHostInit in interface IVHostNotifyvhost - vhostpublic void onVHostShutdownComplete(IVHost vhost)
IVHostNotifyonVHostShutdownComplete in interface IVHostNotifyvhost - vhostpublic void onVHostShutdownStart(IVHost vhost)
IVHostNotifyonVHostShutdownStart in interface IVHostNotifyvhost - vhost