Interface SessionManager
- All Known Implementing Classes:
SessionManagerImpl
public interface SessionManager
Interface of the manager for adaptation sessions.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Clears entire session poolstoreAdaptationSession
(AdaptationSession adaptationSession) storeAdaptationSession.
-
Method Details
-
removeStoredAdaptationSessions
void removeStoredAdaptationSessions()Clears entire session pool -
storeAdaptationSession
storeAdaptationSession.
- Parameters:
adaptationSession
- aAdaptationSession
object- Returns:
- a
AdaptationSession
object
-