com.smaxe.app.uv.agent
Interface IRtmpClientScriptFactory
public interface IRtmpClientScriptFactory
IRtmpClientScriptFactory
- responsible for RtmpClientScript
instantiation.
- Author:
- Andrei Sochirca
Method Summary |
RtmpClientScript |
create(java.lang.String name)
Creates and returns user script defined by name . |
create
RtmpClientScript create(java.lang.String name)
throws java.lang.Exception
- Creates and returns user script defined by
name
.
- Parameters:
name
- script name
- Returns:
- user script
- Throws:
java.lang.Exception
- if an exception occurred