com.wowza.wms.httpstreamer.webmstreaming.httpstreamer
Class HTTPStreamerSessionWebM

Object
  extended by com.wowza.wms.httpstreamer.model.HTTPStreamerSessionBase
      extended by com.wowza.wms.httpstreamer.webmstreaming.httpstreamer.HTTPStreamerSessionWebM
All Implemented Interfaces:
IHTTPStreamerSession

public class HTTPStreamerSessionWebM
extends com.wowza.wms.httpstreamer.model.HTTPStreamerSessionBase


Field Summary
 
Fields inherited from class com.wowza.wms.httpstreamer.model.HTTPStreamerSessionBase
acceptSession, appInstance, connectionHolder, cookieStr, elapsedTime, fileInfoMap, firstCheck, httpStreamerAdapter, ioPerformanceCounter, ipAddress, isActive, isPlayLogged, lastRequest, liveStreamingPacketizer, lock, mediaCasterStreamLock, properties, queryStr, referrer, serverIp, serverPort, sessionId, sessionProtocol, sessionTimeout, sessionType, stream, streamDomainStrSet, streamExt, streamName, streamNamePartMap, streamPosition, timeoutSession, totalIOPerformance2Last, totalIOPerformanceLast, uri, userAgent, vhost
 
Fields inherited from interface com.wowza.wms.httpstreamer.model.IHTTPStreamerSession
SESSIONPROTOCOL_COUNT, SESSIONPROTOCOL_CUPERTINOSTREAMING, SESSIONPROTOCOL_SANJOSESTREAMING, SESSIONPROTOCOL_SMOOTHSTREAMING, SESSIONPROTOCOL_UNKNOWN, SESSIONPROTOCOL_WEBMSTREAMING, SESSIONTYPE_LIVE, SESSIONTYPE_UNKNOWN, SESSIONTYPE_VOD
 
Constructor Summary
HTTPStreamerSessionWebM()
           
 
Method Summary
 com.wowza.wms.httpstreamer.webmstreaming.livestreampacketizer.WebMPacketizerSessionTracker getSessionTracker()
           
 void setSessionTracker(com.wowza.wms.httpstreamer.webmstreaming.livestreampacketizer.WebMPacketizerSessionTracker sessionTracker)
           
 void shutdown()
          Called then the HTTP session is shutting down
 
Methods inherited from class com.wowza.wms.httpstreamer.model.HTTPStreamerSessionBase
acceptSession, addIOPerformance, addIOPerformance2, addStreamDomainStr, addStreamDomainStrs, checkAndSetPlayLogged, clearLoggingValues, containsStreamDomainStr, containsStreamNameParts, getAppInstance, getConnectionHolder, getCookieStr, getElapsedTime, getFileInfo, getHTTPStreamerAdapter, getIOPerformanceCounter, getIpAddress, getLiveStreamingPacketizer, getLock, getProperties, getQueryStr, getReferrer, getServerIp, getServerPort, getSessionId, getSessionProtocol, getSessionTimeout, getSessionType, getStream, getStreamDomainStr, getStreamExt, getStreamName, getStreamNameParts, getStreamPosition, getTimeRunning, getTimeRunningSeconds, getUri, getUserAgent, getVHost, isAcceptSession, isActive, isFileInfo, isPlayLogged, isTimeout, isTimeoutSession, isValidated, isValidStreamDomainStr, lockRepeaterStreams, putFileInfo, putStreamNameParts, rejectSession, removeStreamDomainStr, setAcceptSession, setActive, setAppInstance, setCookieStr, setHTTPStreamerAdapter, setIpAddress, setLiveStreamingPacketizer, setPlayLogged, setQueryStr, setReferrer, setServerIp, setServerPort, setSessionId, setSessionProtocol, setSessionTimeout, setSessionType, setStream, setStreamExt, setStreamName, setStreamPosition, setTimeoutSession, setUri, setUserAgent, setValidated, setVHost, touch, updateLoggingValues
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPStreamerSessionWebM

public HTTPStreamerSessionWebM()
Method Detail

getSessionTracker

public com.wowza.wms.httpstreamer.webmstreaming.livestreampacketizer.WebMPacketizerSessionTracker getSessionTracker()

setSessionTracker

public void setSessionTracker(com.wowza.wms.httpstreamer.webmstreaming.livestreampacketizer.WebMPacketizerSessionTracker sessionTracker)

shutdown

public void shutdown()
Description copied from interface: IHTTPStreamerSession
Called then the HTTP session is shutting down

Specified by:
shutdown in interface IHTTPStreamerSession
Overrides:
shutdown in class com.wowza.wms.httpstreamer.model.HTTPStreamerSessionBase