I'm wondering how to turn on/off Nagel's algo for my simple app that basically 
sends a request to a server. Here's the skeleton of my app:

ClientResource cr = new ClientResource(hosturi);
MyClass m = cr.wrap(MyClass.class);
m.create();

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2959222
  • Turning Nagel's algo on/off for ClientResource Vishal Verma

Reply via email to