Do the MIDP APIs support server sockets or HTTP connections?
Location: http://www.jguru.com/faq/view.jsp?EID=535626 Created: Nov 1, 2001 Author: Xavier Palau (http://www.jguru.com/guru/viewbio.jsp?EID=531254) Question originally posed by Andy Ma (http://www.jguru.com/guru/viewbio.jsp?EID=485469 The MIDP 1.0 specification requires all compliant implementations to support the client portion of the HTTP 1.1 protocol. MIDP 1.0 does not require that any other particular protocol(s) be implemented. Some device manufacturers, however, may choose to implement TCP sockets or other protocols. They may also choose (theoretically) to implement the server portions of those protocols. You can check on a given device if it happens to support server sockets via the Generic Connection Framework (specified in CLDC and implemented by MIDP devices).