We currently have no Android compatible Jetty 9 WebSocket client. There are plans to attempt to backport the Jetty WebSocket Client from JDK 7 to JDK 5/6 for android use, but its a lower priority than finishing our implementation of JSR-356 Java WebSocket API (javax.websocket). But that backport might hit some insurmountable (or undesirable) roadblocks as Android is still JDK 5/6.
Note, you can use the websocket-client from Jetty 7 on android now, however you will see some harmless VFY warnings/errors<https://bugs.eclipse.org/bugs/show_bug.cgi?id=365973> during compilation. Also note, the WebSocket API for Jetty 7 is fairly different than Jetty 9. -- Joakim Erdfelt <[email protected]> webtide.com <http://www.webtide.com/> Developer advice, services and support from the Jetty & CometD experts eclipse.org/jetty - cometd.org On Mon, May 6, 2013 at 12:57 PM, William Ferguson < [email protected]> wrote: > I'm using Jetty-9 to service a collection of devices using WebSockets to > communicate. Most of the clients are Android but at least one will be web. > > I'm using Autobahn as the Android WebSocket client library at the moment > but am finding that the connection on the client is not robust. > > I realise this is not an Android mailing list, but I was wondering whether > anyone here might have some suggestions re Java clients that are hopefully > Android compatible. > > William > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
