httpconnection
Send file from Android to Servlet via HttpConnection POST
I have this code on my android: try { http = (HttpConnection) Connector.open(\"http://35.9.22.102:8080/Services/SubmitMedia/\");[详细]
2023-01-23 08:26 分类:问答Find a blackberries user agent on 4.5
I\'m trying to find the user agent of a blackberry so I can set it when I make a http connection. On blackberries that are version 4.开发者_如何学编程7+ I call System.getProperty(\"browser.useragent\"[详细]
2023-01-12 15:36 分类:问答How to set a timeout on a soap call using ksoap2-android?
I\'m using ksoap2 for my android project and it works great. I\'ve succeeded in connecting to distant server but I currently have a problem when I want to set a timeout to my androidhttptransport.[详细]
2023-01-09 18:47 分类:问答Multiple Requests with httpClient (appcelerator)
With appcelerator, I am attempting to send a picture with the twitp开发者_JAVA百科ic demo, I have created 2 text fields and when they are filled in I want to upload the image and those fields to twitp[详细]
2023-01-06 09:59 分类:问答python httplib: getting the outgoing request headers
I do: con = HTTPConnection(SERVER_NAME) con.request(\'GET\', PATH, HEADERS) resp = con.getresponse() For debugging reasons, I want to see the request I used (it\'s fields, path, method,..). I开发者[详细]
2023-01-04 19:11 分类:问答Blackberry application works in simulator but not device
I read some of the similar posts on this site that deal with what seems to be the same issue and the responses didn\'t really seem to clarify things for me.[详细]
2023-01-02 14:52 分类:问答Sending POST data in Android
I\'m experienced with PHP, JavaScript and a lot of other scripting languages, but I don\'t have a lot of experience with Java or Android.[详细]
2023-01-01 19:28 分类:问答HTTPConnection for blackberries experiencing intermittent connection
I\'m connecting to an ASP.NET webservice using the HTTPConnection class in Blackberry, but when the blackberry is experiencing low signal strength, the connection just keeps waiting for a response fro[详细]
2022-12-26 01:42 分类:问答Blackberry HTTPConnection best practices
I am developing a project for BB. The application works with the network and sends / receives data via HTTP. Now I use the queue and queue manager. Manager starts with a background thread and works in[详细]
2022-12-21 20:47 分类:问答Looking for proven libraries for Blackberry or J2ME (HttpConnection)
I have an application that makes many subsequent calls to a REST service for batching data to a database on the BlackBerry devices. I have tried several methods of using HttpConnection with various st[详细]
2022-12-18 17:31 分类:问答