public interface IVHostNotify
IVHostNotify: listener interface used by VHostSingleton addVHostListener
| Modifier and Type | Method and 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
|
void onVHostClientConnect(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params)
vhost - inClient - client object of the connectionfunction - functionparams - parametersvoid onVHostCreate(IVHost vhost)
vhost - void onVHostInit(IVHost vhost)
vhost - vhostvoid onVHostShutdownComplete(IVHost vhost)
vhost - vhostvoid onVHostShutdownStart(IVHost vhost)
vhost - vhost