| Home >> All >> mobile >> bearer |
| | mobile.bearer.http.* (6) |
Package Samples:
mobile.bearer.http
Classes:
HttpConnectionExample: This file is not used in the project, its only source of good concepts An example MIDlet to fetch a page using an HttpConnection. Refer to the startApp, pauseApp, and destroyApp methods so see how it handles each requested transition. Note: if you run this inside POSE using a multi-homed PC (with more than one network connections), POSE doesn't know how to resolve host names not connected to the first network card. To solve this, add a line like this in your c:/WINNT/system32/drivers/etc/hosts file: 204.71.202.160 www.yahoo.com
Protocol: This is set of constants used to determine kind of message. While message body is "serialized" into bytes stream, there must be a mechanism to determine how to understand what is the message.
NoDataException: Description: Exception thrown by TalkingWithProxy when proxy answers with no data. Copyright: Copyright (c) 2003 Company: jms4j2me
NoConnectionException: This Exception is thrown by HttpConnection when proxy is unrichable Copyright: Copyright (c) 2003 Company: jms4j2me
TalkingWithProxy: The lowest level of communication, Makes connection with proxy using HTTP protocol.
TalkingWithProxyTester: A TalkingWithProxy testing tool. Invokes test cases on kvm.
| Home | Contact Us | Privacy Policy | Terms of Service |