ElectroServer supports several different protocols. Normal ElectroServer communication can occur with text or binary protocols. ElectroServer also supports RTMP for streaming audio and video. When setting the protocol to use with ElectroServer this class is used. RTMP is not handled through this class, that is a special case and is built-in to the Flash player.
public static var BINARY:String = "binary"
public static var TEXT:String = "text"
public function Protocol()
public function getProtocolId():Number
Returns
public function setProtocolId(protocolId:Number):voidParameters