Package com.flipkart.phantom.thrift.impl.proxy

Examples of com.flipkart.phantom.thrift.impl.proxy.SocketObjectFactory


            throw new Exception("'thriftTimeoutMillis' must be set to a non-negative value!");
        }

        //Create pool
        this.socketPool = new GenericObjectPool<Socket>(
                new SocketObjectFactory(this),
                this.poolSize,
                GenericObjectPool.WHEN_EXHAUSTED_GROW,
                this.maxWait ,
                this.maxIdle ,
                this.minIdle , false, false,
View Full Code Here

TOP

Related Classes of com.flipkart.phantom.thrift.impl.proxy.SocketObjectFactory

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.