}
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;
}