5 messages in com.googlegroups.bloggerdevHow can I use Proxy?
FromSent OnAttachments
deni...@gmail.com23 Nov 2006 05:36 
Frank Mantek28 Nov 2006 05:36 
Frank Mantek28 Nov 2006 06:40 
redbrad029 Nov 2006 12:42 
Frank Mantek30 Nov 2006 02:45 
Subject:How can I use Proxy?
From:deni...@gmail.com (deni@gmail.com)
Date:11/23/2006 05:36:20 AM
List:com.googlegroups.bloggerdev

I have an issue: I should use proxy to get connection with google service, but have no idea where to add it in the code :

URL feedUrl = new URL(somequery);

GoogleService myService = new GoogleService("blogger", "D&A-program-1"); myService.setUserCredentials("user", "password");

Feed myFeed = myService.getFeed(feedUrl, Feed.class);

ussually i used something like this: ....... URL newUrl = new URL(somequery); newUrl.openConnection(proxy); ....... anyway I can try to refactor the API library, but it's the worse case. What can you advice?

Thanks.