Package com.wowza.wms.module

Interface Summary
IModuleCallResult IModuleCallResult: callback interface used by IClient call.
IModuleNotify IModuleNotify: listener interface for listening to module loading and unloading.
IModuleOnApp IModuleCallResult: method interface examples for application level methods in a module.
IModuleOnCall IModuleOnCall: method interface example for the catch-all method handler onCall.
IModuleOnConnect IModuleOnConnect: method interface examples for client level methods in a module.
IModuleOnHTTPCupertinoEncryption IModuleOnHTTPCupertinoEncryption: listener interface for listening to AES-128 encryption events.
IModuleOnHTTPCupertinoStreamingSession IModuleOnHTTPSession: method interface for HTTP Cupertino Streaming session create/destroy.
IModuleOnHTTPSanJoseStreamingSession IModuleOnHTTPSanJoseStreamingSession: method interface for HTTP SanJose Streaming session create/destroy.
IModuleOnHTTPSession IModuleOnHTTPSession: method interface for HTTP Streaming session create/destroy.
IModuleOnHTTPSmoothStreamingPlayReady IModuleOnHTTPSmoothStreamingPlayReady: Still working on this...
IModuleOnHTTPSmoothStreamingSession IModuleOnHTTPSession: method interface for HTTP Smooth Streaming session create/destroy.
IModuleOnRTPSession IModuleOnRTPSession: method interface for RTP session create/destroy.
IModuleOnStream IModuleOnStream: method interface examples for stream level methods in a module.
IModulePingResult IModulePingResult: callback interface used by IClient ping.
 

Class Summary
ModuleBase ModuleBase: Base class that all server side modules should extends.
ModuleClientLogging  
ModuleCore ModuleCore includes all the basic commands support by the NetStream and NetConnection client side objects.
ModuleFastPlay  
ModuleMediaCasterStreamMonitorAdvanced ModuleMediaCasterStreamMonitorAdvanced: Advanced stream monitoring module.
ModuleProperties