Package TCM_MPI.Buffer

Examples of TCM_MPI.Buffer.BufferInfo


        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);
View Full Code Here

TOP

Related Classes of TCM_MPI.Buffer.BufferInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.