Packagecom.electrotank.electroserver4.rtmpconnection
Classpublic class RtmpConnection



Public Methods
 MethodDefined by
  
RtmpConnection
  
close():void
RtmpConnection
  
connect(connectionString:String):void
RtmpConnection
  
disposeOfNetStream(ns:NetStream):void
RtmpConnection
  
getIsConnected():Boolean
RtmpConnection
  
getNetConnection():NetConnection
RtmpConnection
  
getNetStreams():Array
RtmpConnection
  
getNewNetStream():NetStream
RtmpConnection
  
onStatus(info:Object):void
RtmpConnection
Constructor detail
RtmpConnection()constructor
public function RtmpConnection(es:ElectroServer)Parameters
es:ElectroServer
Method detail
close()method
public function close():void
connect()method 
public function connect(connectionString:String):voidParameters
connectionString:String
disposeOfNetStream()method 
public function disposeOfNetStream(ns:NetStream):voidParameters
ns:NetStream
getIsConnected()method 
public function getIsConnected():Boolean

Returns
Boolean
getNetConnection()method 
public function getNetConnection():NetConnection

Returns
NetConnection
getNetStreams()method 
public function getNetStreams():Array

Returns
Array
getNewNetStream()method 
public function getNewNetStream():NetStream

Returns
NetStream
onStatus()method 
public function onStatus(info:Object):voidParameters
info:Object