|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVHostNotify
IVHostNotify: listener interface used by VHostSingleton addVHostListener
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||