org.red5.io
public class StreamableFileFactory extends Object implements IStreamableFileFactory
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
logger |
BEAN_NAME
Constructor and Description |
---|
StreamableFileFactory() |
Modifier and Type | Method and Description |
---|---|
IStreamableFileService |
getService(File fp) |
Set<IStreamableFileService> |
getServices()
Getter for services
|
void |
setServices(Set<IStreamableFileService> services)
Setter for services
|
public void setServices(Set<IStreamableFileService> services)
services
- Set of streamable file servicespublic IStreamableFileService getService(File fp)
getService
in interface IStreamableFileFactory
public Set<IStreamableFileService> getServices()
getServices
in interface IStreamableFileFactory
Copyright © 2006-2012 The Red5 Project