com.wowza.wms.vhost
Interface IVHostNotify


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

onVHostClientConnect

void onVHostClientConnect(IVHost vhost,
                          IClient inClient,
                          com.wowza.wms.request.RequestFunction function,
                          AMFDataList params)
Triggered before a client connects to this virtual host. Provides an opportunity to rewrite the information that is being used to connect.

Parameters:
vhost -
inClient - client object of the connection
function - function
params - parameters

onVHostCreate

void onVHostCreate(IVHost vhost)
Triggered when vHost created

Parameters:
vhost -

onVHostInit

void onVHostInit(IVHost vhost)
Triggered when vHost initialized

Parameters:
vhost - vhost

onVHostShutdownComplete

void onVHostShutdownComplete(IVHost vhost)
Triggered at the end of vhost shutdown

Parameters:
vhost - vhost

onVHostShutdownStart

void onVHostShutdownStart(IVHost vhost)
Triggered at the beginning of vhost shutdown

Parameters:
vhost - vhost