I just noticed a strange thing in the MIDP 2.0 API: the apidocs of the HttpConnection class make explicit references to the GET, POST and HEAD methods, but no other methods. Does this mean that they are not supported?
http://java.sun.com/javame/reference/apis/jsr118/javax/microedition/io/HttpConnection.html
I also tried checking the MIDP 2.0 specification, but could not find any serious facts about it.
I can try some phones, but I can not try all of them. Does anyone know what HTTP methods are needed to support phones that implement the MIDP 2.0 specification? Or any experience finding phones that support / do not support, for example. HTTP PUT?
If PUT is not supported, are there any (portable) workarounds to implement it? Embed HTTP over SocketConnection?
source share