this.ISOCKET.SendCount(ID);
this.ISOCKET.setReceiveTimeout(2000);
this.ISOCKET.setReceiveBufferSize(CONST.BUFFER_SIZE * 8);
this.ISOCKET.setSendBufferSize(CONST.BUFFER_SIZE * 8);
this.TCM_BUFFER = new BufferInfo();
this.TCM_BUFFER.addBufferListener(this);
this._SEND_QUEUE = new ArrayBlockingQueue<TcmByteData>(2048);
this.THREAD_POOL = Executors.newFixedThreadPool(16);