use of org.eclipse.ecf.internal.provider.rss.http.HttpClient in project ecf by eclipse.
the class RssClientSOContainer method createConnection.
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;
}
Aggregations