Esempio n. 1
0
 public SocketConnection(ICoreCommunicationManager communicationManager, IConnectionStateListener stateListener)
 {
     this._communicationManager = communicationManager;
     this._messageClassManager  = new MessageClassManager();
     ///this._wireFormat = new EvaWireFormat();
     this.createSocket();
     ///this._timeOutTimer = new Timer(DEFAULT_SOCKET_TIMEOUT, 1);
     /// this._timeOutTimer.addEventListener(TimerEvent.TIMER, this.onTimeOutTimer);
     this._stateListener = stateListener;
 }
Esempio n. 2
0
 public SocketConnection(ICoreCommunicationManager communicationManager, IConnectionStateListener stateListener)
 {
 }