Package org.jvnet.glassfish.comms.clb.proxy.outbound.connectioncache

Examples of org.jvnet.glassfish.comms.clb.proxy.outbound.connectioncache.HttpClbConnectionCache


         * closed after not being used for certain time.
         */
        selectorHandler = new TCPSelectorHandler(true);
        controller.setSelectorHandler(selectorHandler);
  controller.setHandleReadWriteConcurrently(false);
        cacheableHandlerPool = new HttpClbConnectionCache(
                ProxyConfig.getInstance().getKeepAliveMaxConnections(),
                ProxyConfig.getInstance().getKeepAliveIdleTimeout());
        /**
         * Have to move this thread creation part to the
         * ConvergedProxy.
 
View Full Code Here

TOP

Related Classes of org.jvnet.glassfish.comms.clb.proxy.outbound.connectioncache.HttpClbConnectionCache

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.