Package org.eclipse.ecf.internal.provider.rss.http

Examples of org.eclipse.ecf.internal.provider.rss.http.HttpClient


  }

  protected ISynchAsynchConnection createConnection(ID remoteSpace, Object data) throws ConnectionCreateException {
    trace("createConnection:" + remoteSpace + ":" + data);
    // Object[] args = { new Integer(keepAlive) };
    final ISynchAsynchConnection conn = new HttpClient(receiver);
    return conn;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.internal.provider.rss.http.HttpClient

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.