org.red5.io
Class StreamableFileFactory
java.lang.Object
org.red5.io.StreamableFileFactory
- All Implemented Interfaces:
- IStreamableFileFactory, IScopeService
public class StreamableFileFactory
- extends Object
- implements IStreamableFileFactory
Creates streamable file services
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static Logger logger
StreamableFileFactory
public StreamableFileFactory()
setServices
public void setServices(Set<IStreamableFileService> services)
- Setter for services
- Parameters:
services
- Set of streamable file services
getService
public IStreamableFileService getService(File fp)
-
- Specified by:
getService
in interface IStreamableFileFactory
getServices
public Set<IStreamableFileService> getServices()
- Getter for services
- Specified by:
getServices
in interface IStreamableFileFactory
- Returns:
- Set of streamable file services
Copyright © 2006-2012 The Red5 Project