Package com.wowza.wms.vhost
Class VHostNotifyBase
- Object
- 
- com.wowza.wms.vhost.VHostNotifyBase
 
- 
- All Implemented Interfaces:
- IVHostNotify
 
 public class VHostNotifyBase extends Object implements IVHostNotify 
- 
- 
Constructor SummaryConstructors Constructor Description VHostNotifyBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonVHostClientConnect(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params)Triggered before a client connects to this virtual host.voidonVHostCreate(IVHost vhost)Triggered when vHost createdvoidonVHostInit(IVHost vhost)Triggered when vHost initializedvoidonVHostShutdownComplete(IVHost vhost)Triggered at the end of vhost shutdownvoidonVHostShutdownStart(IVHost vhost)Triggered at the beginning of vhost shutdown
 
- 
- 
- 
Method Detail- 
onVHostCreatepublic void onVHostCreate(IVHost vhost) Description copied from interface:IVHostNotifyTriggered when vHost created- Specified by:
- onVHostCreatein interface- IVHostNotify
 
 - 
onVHostInitpublic void onVHostInit(IVHost vhost) Description copied from interface:IVHostNotifyTriggered when vHost initialized- Specified by:
- onVHostInitin interface- IVHostNotify
- Parameters:
- vhost- vhost
 
 - 
onVHostShutdownStartpublic void onVHostShutdownStart(IVHost vhost) Description copied from interface:IVHostNotifyTriggered at the beginning of vhost shutdown- Specified by:
- onVHostShutdownStartin interface- IVHostNotify
- Parameters:
- vhost- vhost
 
 - 
onVHostShutdownCompletepublic void onVHostShutdownComplete(IVHost vhost) Description copied from interface:IVHostNotifyTriggered at the end of vhost shutdown- Specified by:
- onVHostShutdownCompletein interface- IVHostNotify
- Parameters:
- vhost- vhost
 
 - 
onVHostClientConnectpublic void onVHostClientConnect(IVHost vhost, IClient inClient, com.wowza.wms.request.RequestFunction function, AMFDataList params) Description copied from interface:IVHostNotifyTriggered before a client connects to this virtual host. Provides an opportunity to rewrite the information that is being used to connect.- Specified by:
- onVHostClientConnectin interface- IVHostNotify
- inClient- client object of the connection
- function- function
- params- parameters
 
 
- 
 
-