Hi,

is it possible to create socket like connections vie URLFetch service.

I need a similar implantation to the following code:

Socket s=new Socket();

s.connect(new InetSocketAddress("somehost.com",
                                            3000));
i=s.getInputStream();
o=s.getOutputStream();

Does anybody know how to implement this via the URLFetchService

Thanks,
Sandro

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to