For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I need build a UDP Multicas Connection, with the next connection string: multicast://224.2.3.4:8888, udpMulticastConnection = (UDPMulticastConnection) Connector.open( "multicast://224.2.3.4:8888");
but I'm getting javax.microedition.io.ConnectionNotFoundException.
I have read into the api doc, that I need establish a UDPDatagramConnection. I have reach do the UDPDatagramConnection but the udpMulticast still failing.
Can any one help me? please
Thanks.
Some helpful links:
https://docs.oracle.com/javame/8.0/api/gcf/api/javax/microedition/io/package-summary.html
UDPDatagramConnection (Java(TM) ME Generic Connection Framework, Version 8 (JSR360 Final Release))
Multicast Protocol BNF
Java(TM) ME Generic Connection Framework, Version 8 (JSR360 Final Release)
http://docs.oracle.com/javame/8.0/api/gcf/api/javax/microedition/io/ConnectionNotFoundException.html