Packageorg.samchon.protocol.socket
Classpublic class KRServerConnector
InheritanceKRServerConnector Inheritance ServerConnector Inheritance flash.net.Socket



Public Methods
 MethodDefined By
  
KRServerConnector
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
[override]
ServerConnector
 Inherited
replyData(invoke:Invoke):void
ServerConnector
 Inherited
sendData(invoke:Invoke):void
Send Invoke message to the Server
ServerConnector
Protected Methods
 MethodDefined By
  
readString(byteArray:ByteArray):String
[override]
KRServerConnector
  
writeString(str:String):void
[override]
KRServerConnector
Protected Constants
 ConstantDefined By
 InheritedCLOSED_PARENTHESIS_SIZE : int
[static]
ServerConnector
Constructor Detail
KRServerConnector()Constructor
public function KRServerConnector(parent:IProtocol)



Parameters
parent:IProtocol
Method Detail
readString()method
override protected function readString(byteArray:ByteArray):String

Parameters

byteArray:ByteArray

Returns
String
writeString()method 
override protected function writeString(str:String):void

Parameters

str:String