Uses of Interface
com.wowza.wms.httpstreamer.model.IHTTPStreamerSession
- 
- 
Uses of IHTTPStreamerSession in com.wowza.wms.applicationMethods in com.wowza.wms.application that return types with arguments of type IHTTPStreamerSession Modifier and Type Method Description java.util.List<IHTTPStreamerSession>IApplicationInstance. getHTTPStreamerSessions()Get the HTTPStreamerSessions associated with this application instancejava.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 nameMethods in com.wowza.wms.application with parameters of type IHTTPStreamerSession Modifier and Type Method Description voidIApplicationInstance. addHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)Add a HTTPStreamerSession to this application instancevoidIApplicationInstance. notifyHTTPSessionCreate(IHTTPStreamerSession httpSession)Notify HTTP session createvoidIApplicationInstance. notifyHTTPSessionDestroy(IHTTPStreamerSession httpSession)Notify HTTP session destroyvoidIApplicationInstance. removeHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)Remove a HTTPStreamerSession from this application instanceStringIApplicationInstance. resolvePlayAlias(String name, IHTTPStreamerSession httpSession)Resolve the play alias with this application's stream name alias provider
- 
Uses of IHTTPStreamerSession in com.wowza.wms.dvrMethods in com.wowza.wms.dvr with parameters of type IHTTPStreamerSession Modifier and Type Method Description com.wowza.wms.dvr.mbr.IDvrMbrPlaylistAlignmentIDvrPlayerAdapter. getPlaylistAlignment(IHTTPStreamerSession httpStreamerSession)
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.cupertinostreaming.fileMethods in com.wowza.wms.httpstreamer.cupertinostreaming.file that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSessionIHTTPStreamerCupertinoIndex. getHttpStreamerSession()Methods in com.wowza.wms.httpstreamer.cupertinostreaming.file with parameters of type IHTTPStreamerSession Modifier and Type Method Description voidIHTTPStreamerCupertinoIndex. indexFile(IHTTPStreamerSession httpStreamerSession)voidIHTTPStreamerCupertinoIndex. init(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName, long playStart, long playDuration, long playSeek, com.wowza.wms.timedtext.model.TimedTextRequest timedTextRequest, String vodTranscodeNGRP)
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamerClasses in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer that implement IHTTPStreamerSession Modifier and Type Class Description classHTTPStreamerSessionCupertinoMethods in com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer with parameters of type IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerCupertinoIndexHTTPStreamerSessionCupertino. getIndex(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName, long playStart, long playDuration, long playSeek, com.wowza.wms.timedtext.model.TimedTextRequest captionRequest, String vodTranscodeNGRP)voidHTTPStreamerSessionCupertino. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)voidHTTPStreamerSessionCupertino. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)voidIHTTPStreamerCupertinoVODActionNotify. onCreate(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)Called when file index createdvoidIHTTPStreamerCupertinoVODActionNotify. onIndex(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)Called after file is indexedvoidIHTTPStreamerCupertinoVODActionNotify. onInit(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)Called after initializedvoidIHTTPStreamerCupertinoVODActionNotify. onOpen(IHTTPStreamerCupertinoIndex fileIndex, IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)Called after open
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.directstreaming.httpstreamerClasses in com.wowza.wms.httpstreamer.directstreaming.httpstreamer that implement IHTTPStreamerSession Modifier and Type Class Description classHTTPStreamerSessionDirect
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.modelClasses in com.wowza.wms.httpstreamer.model that implement IHTTPStreamerSession Modifier and Type Class Description classcom.wowza.wms.httpstreamer.model.HTTPStreamerSessionBaseMethods in com.wowza.wms.httpstreamer.model that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSessionIHTTPSessionFactory. createHTTPSessionInstance(IHTTPRequest req)Methods in com.wowza.wms.httpstreamer.model with parameters of type IHTTPStreamerSession Modifier and Type Method Description voidIHTTPSessionNotify. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)voidIHTTPSessionNotify. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)voidIHTTPStreamerRequestNotify. onHTTPStreamerRequest(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerRequestContext requestContext)Called during an HTTP streaming request after the session has been createdvoidIHTTPStreamerSessionNotify. onHTTPStreamerSessionCreate(IHTTPStreamerSession httpStreamerSession)Called when an HTTP streaming session is createdvoidIHTTPStreamerSessionNotify. onHTTPStreamerSessionDestroy(IHTTPStreamerSession httpStreamerSession)Called when an HTTP streaming session is destroyedvoidIHTTPStreamerAdapter. shutdownSession(IApplicationInstance appInstance, IHTTPStreamerSession session)Called when an HTTP streaming session is shutdown
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.mpegdashstreaming.fileMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.file that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSessionIHTTPStreamerMPEGDashIndex. getHttpStreamerSession()Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.file with parameters of type IHTTPStreamerSession Modifier and Type Method Description booleanIHTTPStreamerMPEGDashIndex. indexFile(IHTTPStreamerSession httpStreamerSession, String rawStreamName)voidIHTTPStreamerMPEGDashIndex. init(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName, long playStart, long playDuration, long playSeek, com.wowza.wms.timedtext.model.TimedTextRequest captionRequest, String vodTranscodeNGRP)
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamerClasses in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer that implement IHTTPStreamerSession Modifier and Type Class Description classHTTPStreamerSessionMPEGDashMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.httpstreamer with parameters of type IHTTPStreamerSession Modifier and Type Method Description static IHTTPStreamerMPEGDashIndexHTTPStreamerSessionMPEGDash. createIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)IHTTPStreamerMPEGDashIndexHTTPStreamerSessionMPEGDash. getIndex(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName, long playStart, long playDuration, long playSeek, com.wowza.wms.timedtext.model.TimedTextRequest captionRequest, String vodTranscodeNGRP)IHTTPStreamerMPEGDashIndexHTTPStreamerSessionMPEGDash. getIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)voidHTTPStreamerSessionMPEGDash. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)voidHTTPStreamerSessionMPEGDash. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.mpegdashstreaming.utilMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type IHTTPStreamerSession Modifier and Type Method Description static CencInfoMPEGDashUtils. getCencInfo(IApplicationInstance appInstance, String streamName, IHTTPStreamerSession httpStreamerSession, IHTTPStreamerMPEGDashIndex index, long segmentId, CencInfo cencInfo)
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.sanjosestreaming.fileMethods in com.wowza.wms.httpstreamer.sanjosestreaming.file that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSessionIHTTPStreamerSanJoseIndex. getHttpStreamerSession()Deprecated.Methods in com.wowza.wms.httpstreamer.sanjosestreaming.file with parameters of type IHTTPStreamerSession Modifier and Type Method Description voidIHTTPStreamerSanJoseIndex. indexFile(IHTTPStreamerSession httpStreamerSession)Deprecated.voidIHTTPStreamerSanJoseIndex. init(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName, long playStart, long playDuration, long playSeek, com.wowza.wms.timedtext.model.TimedTextRequest captionRequest, String vodTranscodeNGRP)Deprecated.
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamerMethods in com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer with parameters of type IHTTPStreamerSession Modifier and Type Method Description static com.wowza.wms.httpstreamer.sanjosestreaming.file.IHTTPStreamerSanJoseIndexHTTPStreamerSessionSanJose. createIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)Deprecated.com.wowza.wms.httpstreamer.sanjosestreaming.file.IHTTPStreamerSanJoseIndexHTTPStreamerSessionSanJose. getIndex(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName, long playStart, long playDuration, long playSeek, com.wowza.wms.timedtext.model.TimedTextRequest captionRequest, String vodTranscodeNGRP, boolean saveIndex)Deprecated.com.wowza.wms.httpstreamer.sanjosestreaming.file.IHTTPStreamerSanJoseIndexHTTPStreamerSessionSanJose. getIndexLive(IHTTPStreamerApplicationContext appContext, IHTTPStreamerSession httpStreamerSession, String rawStreamName, String streamExt, String streamName)Deprecated.voidHTTPStreamerSessionSanJose. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)Deprecated.voidHTTPStreamerSessionSanJose. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)Deprecated.
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.smoothstreaming.fileMethods in com.wowza.wms.httpstreamer.smoothstreaming.file that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSessionIHTTPStreamerSmoothStreamerIndex. getHttpStreamerSession()Deprecated.IHTTPStreamerSessionIMediaReaderSmoothStreamer. getHttpStreamerSession()Deprecated.Methods in com.wowza.wms.httpstreamer.smoothstreaming.file with parameters of type IHTTPStreamerSession Modifier and Type Method Description voidIHTTPStreamerSmoothStreamerIndex. init(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerApplicationContext appContext, String streamExt, String streamName, long playStart, long playDuration, long playSeek, String vodTranscodeNGRP)Deprecated.voidIMediaReaderSmoothStreamer. setHttpStreamerSession(IHTTPStreamerSession httpStreamerSession)Deprecated.
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamerMethods in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer with parameters of type IHTTPStreamerSession Modifier and Type Method Description com.wowza.wms.httpstreamer.smoothstreaming.file.IHTTPStreamerSmoothStreamerIndexHTTPStreamerSessionSmoothStreamer. getIndex(IHTTPStreamerSession httpStreamerSession, IHTTPStreamerApplicationContext appContext, String streamExt, String streamName, long playStart, long playDuration, long playSeek, String vodTranscodeNGRP)Deprecated.voidHTTPStreamerSessionSmoothStreamer. notifyHTTPSessionCreate(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)Deprecated.voidHTTPStreamerSessionSmoothStreamer. notifyHTTPSessionDestroy(IApplicationInstance appInstance, IHTTPStreamerSession httpStreamerSession)Deprecated.
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.smoothstreaming.utilMethods in com.wowza.wms.httpstreamer.smoothstreaming.util with parameters of type IHTTPStreamerSession Modifier and Type Method Description static com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer.SmoothStreamingLivePlaylistLiveStreamPacketizerSmoothStreamerUtils. parseLivePlaylist(IHTTPStreamerApplicationContext appContext, String streamName, String streamExt, IHTTPStreamerSession httpStreamerSession)Deprecated.
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.tsstreaming.httpstreamerClasses in com.wowza.wms.httpstreamer.tsstreaming.httpstreamer that implement IHTTPStreamerSession Modifier and Type Class Description classHTTPStreamerSessionTS
- 
Uses of IHTTPStreamerSession in com.wowza.wms.httpstreamer.webmstreaming.httpstreamerClasses in com.wowza.wms.httpstreamer.webmstreaming.httpstreamer that implement IHTTPStreamerSession Modifier and Type Class Description classHTTPStreamerSessionWebM
- 
Uses of IHTTPStreamerSession in com.wowza.wms.manifest.builderMethods in com.wowza.wms.manifest.builder with parameters of type IHTTPStreamerSession Modifier and Type Method Description static StringManifestService. getManifest(java.util.Map<String,Object> params, IHTTPStreamerSession httpStreamerSession, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo)static ManifestModelManifestService. getManifestModel(java.util.Map<String,Object> params, IHTTPStreamerSession httpStreamerSession, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo)
- 
Uses of IHTTPStreamerSession in com.wowza.wms.manifest.modelMethods in com.wowza.wms.manifest.model with parameters of type IHTTPStreamerSession Modifier and Type Method Description voidManifestModel. doSubs(java.util.Map<String,Object> params, IHTTPStreamerSession httpStreamerSession, IHTTPRequest req, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo)Does variable replacement within the manifest model based on http request coming in
- 
Uses of IHTTPStreamerSession in com.wowza.wms.manifest.model.m3u8Methods in com.wowza.wms.manifest.model.m3u8 with parameters of type IHTTPStreamerSession Modifier and Type Method Description voidMediaPlaylist. doSubs(java.util.Map<String,Object> params, IHTTPStreamerSession httpStreamerSession, IHTTPRequest req, com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.HTTPStreamerAdapterCupertinoStreamer.RequestInfo requestInfo)
- 
Uses of IHTTPStreamerSession in com.wowza.wms.moduleMethods in com.wowza.wms.module with parameters of type IHTTPStreamerSession Modifier and Type Method Description voidIModuleOnHTTPCmafEncryption. onHTTPCmafEncryptionKeyVODSegment(IHTTPStreamerSession httpSession, CencInfo cencInfo, long segmentId, int contentType)Called when video on demand key is requested (per-session).voidIModuleOnHTTPSession. onHTTPSessionCreate(IHTTPStreamerSession httpSession)Invoked when an HTTP Session is created (both Smooth and Cupertino sessions).voidIModuleOnHTTPSession. onHTTPSessionDestroy(IHTTPStreamerSession httpSession)Invoked when an HTTP Session is destroyed (both Smooth and Cupertino sessions).
- 
Uses of IHTTPStreamerSession in com.wowza.wms.streamMethods in com.wowza.wms.stream that return IHTTPStreamerSession Modifier and Type Method Description IHTTPStreamerSessionIMediaListReader. getHTTPStreamerSession()Get the HTTPStreamerSession associated with this media list readerIHTTPStreamerSessionIMediaStream. getHTTPStreamerSession()Get the HTTPStreamer session associated with this streamMethods in com.wowza.wms.stream with parameters of type IHTTPStreamerSession Modifier and Type Method Description voidIMediaListReader. init(IApplicationInstance appInstance, IMediaStream stream, String mediaReadType, String basePath, String mediaName, IHTTPStreamerSession httpStreamerSession)Initialize mediaReaderStringIMediaStreamNameAliasProvider2. resolvePlayAlias(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession)Resolve play alias for HTTP streaming.StringMediaStreamNameAliasProviderBase. resolvePlayAlias(IApplicationInstance appInstance, String name, IHTTPStreamerSession httpSession)voidIMediaListReader. setHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)Set the HTTPStreamerSession associated with this media list readervoidIMediaStream. setHTTPStreamerSession(IHTTPStreamerSession httpStreamerSession)Set the HTTPStreamer session associated with this stream
 
-