Package com.taobao.tdhs.client.net.netty

Examples of com.taobao.tdhs.client.net.netty.TDHSNetForNetty


        if (connectionNumber <= 0) {
            throw new IllegalArgumentException("connectionNumber must be positive!");
        }
        this.timeOut = timeOut;
        this.version = version;
        this.tdhsNet = new TDHSNetForNetty();
        this.charsetName = charsetName;
        this.lowerCaseTableNames = lowerCaseTableNames;
        NetParameters parameters = new NetParameters();
        parameters.setAddress(address);
        parameters.setConnectionNumber(connectionNumber);
View Full Code Here

TOP

Related Classes of com.taobao.tdhs.client.net.netty.TDHSNetForNetty

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.