Uses of Interface
com.wowza.wms.httpstreamer.model.IHTTPStreamerApplicationContext

Packages that use IHTTPStreamerApplicationContext
com.wowza.wms.application   
com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer   
com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer   
com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer   
 

Uses of IHTTPStreamerApplicationContext in com.wowza.wms.application
 

Methods in com.wowza.wms.application that return IHTTPStreamerApplicationContext
 IHTTPStreamerApplicationContext IApplicationInstance.getHTTPStreamerApplicationContext(String httpStreamName, boolean doCreate)
          Get the HTTPStreamer application context for a given HTTPStreamer adapter
 

Uses of IHTTPStreamerApplicationContext in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer
 

Methods in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer with parameters of type IHTTPStreamerApplicationContext
static boolean HTTPStreamerSessionCupertino.doesFileExist(IHTTPStreamerApplicationContext appContext, String rawStreamName, String streamExt, String streamName)
           
 com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex HTTPStreamerSessionCupertino.getIndex(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
           
 void IHTTPStreamerCupertinoVODActionNotify.onCreate(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
          Called when file index created
 void IHTTPStreamerCupertinoVODActionNotify.onIndex(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
          Called after file is indexed
 void IHTTPStreamerCupertinoVODActionNotify.onInit(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
          Called after initialized
 void IHTTPStreamerCupertinoVODActionNotify.onOpen(com.wowza.wms.httpstreamer.cupertinostreaming.file.IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
          Called after open
 

Uses of IHTTPStreamerApplicationContext in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer
 

Methods in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer with parameters of type IHTTPStreamerApplicationContext
static com.wowza.wms.httpstreamer.sanjosestreaming.file.IHTTPStreamerSanJoseIndex HTTPStreamerSessionSanJose.createIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
           
 com.wowza.wms.httpstreamer.sanjosestreaming.file.IHTTPStreamerSanJoseIndex HTTPStreamerSessionSanJose.getIndex(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
           
 com.wowza.wms.httpstreamer.sanjosestreaming.file.IHTTPStreamerSanJoseIndex HTTPStreamerSessionSanJose.getIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)
           
 

Uses of IHTTPStreamerApplicationContext in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer
 

Methods in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer with parameters of type IHTTPStreamerApplicationContext
 com.wowza.wms.httpstreamer.smoothstreaming.file.IHTTPStreamerSmoothStreamerIndex HTTPStreamerSessionSmoothStreamer.getIndex(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerApplicationContext appContext, String streamExt, String streamName)