My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 71: Connector class don't exists
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Sep 2010


 
Reported by THIAGOTU...@gmail.com, Sep 24, 2010
What steps will reproduce the problem?
1.When i try to use Connctor from javax.microedition.io package, i need this to use the open method
2.
3.

What is the expected output? What do you see instead?
Request to one URL

What version of the product are you using? On what operating system?
2.4, Windows

Please provide any additional information below.

Java:
con = (HttpConnection) Connector.open(url);


Android:
URL u = new URL(url);
con = (HttpURLConnection) u.openConnection();

Sep 24, 2010
#1 THIAGOTU...@gmail.com
Oh, I'm sorry.... I found the class...
Sep 27, 2010
Project Member #2 bar...@gmail.com
(No comment was entered for this change.)
Status: Invalid

Powered by Google Project Hosting