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