Package com.wowza.wms.httpstreamer.model
Interface IHTTPStreamerRequestNotify
- 
 public interface IHTTPStreamerRequestNotifyIHTTPStreamerRequestNotify: HTTP streamer request interface 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonHTTPStreamerRequest(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerRequestContext requestContext)Called during an HTTP streaming request after the session has been created
 
- 
- 
- 
Method Detail- 
onHTTPStreamerRequestvoid onHTTPStreamerRequest(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerRequestContext requestContext) Called during an HTTP streaming request after the session has been created- Parameters:
- httpStreamerSession- HTTP streaming session
 
 
- 
 
-