Search in sources :

Example 1 with HttpClient

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;
}
Also used : HttpClient(org.eclipse.ecf.internal.provider.rss.http.HttpClient) ISynchAsynchConnection(org.eclipse.ecf.provider.comm.ISynchAsynchConnection)

Aggregations

HttpClient (org.eclipse.ecf.internal.provider.rss.http.HttpClient)1 ISynchAsynchConnection (org.eclipse.ecf.provider.comm.ISynchAsynchConnection)1