6566676869707172737475
this.handlerMap.put(protocol, pool); } public XcpHandler getXcpHandler(String protocol) { XcpHandler ret = null; InstancePool pool = (InstancePool)this.handlerMap.get(protocol); if(pool != null) { ret = (XcpHandler)pool.getObject(); } return ret;