DefaultClient cl = new
org.restlet.connector.DefaultClient(Protocols.HTTP);
           // set timeout to 1000mSec
            cl.setTimeout(1000);
           // handle the call
            System.out.println("Starting the PUT! with " + targetFile);
           cl.handle(call);


compiling gives

location: class org.restlet.connector.DefaultClient
     client.setTimout(1000); // 1second timeout
           ^
myDel.java:140: cannot find symbol

the method is in the documentation.

Am I doing something silly | wrong please?

regards

--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

Reply via email to