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

Packages that use IHTTPStreamerSession
com.wowza.wms.application   
com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer   
com.wowza.wms.httpstreamer.model   
com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer   
com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer   
com.wowza.wms.httpstreamer.webmstreaming.httpstreamer   
com.wowza.wms.module   
com.wowza.wms.stream   
 

Uses of IHTTPStreamerSession in com.wowza.wms.application
 

Methods in com.wowza.wms.application that return types with arguments of type IHTTPStreamerSession
 java.util.List<IHTTPStreamerSession> IApplicationInstance.getHTTPStreamerSessions()
          Get the HTTPStreamerSessions associated with this application instance
 java.util.List<IHTTPStreamerSession> IApplicationInstance.getHTTPStreamerSessions(int protocol)
          Get the HTTPStreamerSessions associated with this application instance by protocol.
 java.util.List<IHTTPStreamerSession> IApplicationInstance.getHTTPStreamerSessions(int protocol, String streamName)
          Get the HTTPStreamerSessions associated with this application instance for a stream name by protocol.
 java.util.List<IHTTPStreamerSession> IApplicationInstance.getHTTPStreamerSessions(String streamName)
          Get the HTTPStreamerSessions associated with this application instance for a stream name
 

Methods in com.wowza.wms.application with parameters of type IHTTPStreamerSession
 void IApplicationInstance.addHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)
          Add a HTTPStreamerSession to this application instance
 void IApplicationInstance.removeHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)
          Remove a HTTPStreamerSession from this application instance
 

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

Classes in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer that implement IHTTPStreamerSession
 class HTTPStreamerSessionCupertino
           
 

Methods in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer with parameters of type IHTTPStreamerSession
 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 IHTTPStreamerSession in com.wowza.wms.httpstreamer.model
 

Classes in com.wowza.wms.httpstreamer.model that implement IHTTPStreamerSession
 class com.wowza.wms.httpstreamer.model.HTTPStreamerSessionBase
           
 

Methods in com.wowza.wms.httpstreamer.model with parameters of type IHTTPStreamerSession
 void IHTTPStreamerSessionNotify.onHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession)
          Called when an HTTP streaming session is created
 void IHTTPStreamerSessionNotify.onHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession)
          Called when an HTTP streaming session is destroyed
 void IHTTPStreamerAdapter.shutdownSession(IHTTPStreamerSession session)
          Called when an HTTP streaming session is shutdown
 

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

Classes in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer that implement IHTTPStreamerSession
 class HTTPStreamerSessionSanJose
           
 

Methods in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer with parameters of type IHTTPStreamerSession
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 IHTTPStreamerSession in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer
 

Classes in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer that implement IHTTPStreamerSession
 class HTTPStreamerSessionSmoothStreamer
           
 

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

Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.webmstreaming.httpstreamer
 

Classes in com.wowza.wms.httpstreamer.webmstreaming.httpstreamer that implement IHTTPStreamerSession
 class HTTPStreamerSessionWebM
           
 

Uses of IHTTPStreamerSession in com.wowza.wms.module
 

Methods in com.wowza.wms.module with parameters of type IHTTPStreamerSession
 void IModuleOnHTTPSession.onHTTPSessionCreate(IHTTPStreamerSession httpSession)
          Invoked when an HTTP Session is created (both Smooth and Cupertino sessions).
 void IModuleOnHTTPSession.onHTTPSessionDestroy(IHTTPStreamerSession httpSession)
          Invoked when an HTTP Session is destroyed (both Smooth and Cupertino sessions).
 

Uses of IHTTPStreamerSession in com.wowza.wms.stream
 

Methods in com.wowza.wms.stream that return IHTTPStreamerSession
 IHTTPStreamerSession IMediaStream.getHTTPStreamerSession()
          Get the HTTPStreamer session associated with this stream
 

Methods in com.wowza.wms.stream with parameters of type IHTTPStreamerSession
 String IMediaStreamNameAliasProvider2.resolvePlayAlias(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession)
          Resolve play alias for HTTP streaming
 void IMediaStream.setHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)
          Set the HTTPStreamer session associated with this stream