[appengine-java] HttpClient is not supported?

2010-06-22 Thread Lu
Hi, I am trying to use HttpClient to extract the urls. It works in normal java application but not under the context of web application. HttpClient client = new HttpClient(); GetMethod method = new GetMethod(url); I will get error says 'java.lang.NoClassDefFoundError: java.net.Socket is a

Re: [appengine-java] HttpClient is not supported?

2010-06-22 Thread Ikai L (Google)
Take a look at URLFetch: http://code.google.com/appengine/docs/java/urlfetch/overview.html On Tue, Jun 22, 2010 at 9:36 AM, Lu chenglu.annal...@gmail.com wrote: Hi, I am trying to use HttpClient to extract the urls. It works in normal java application but not under the context of web