Thanks Joakim, things to keep in mind for Android:
- Devices from Gingerbread to Jellybean only have access to APIs available on Java 6. - The DEX compiler can't (yet) comprehend class files compiled to the Java 7 class file format. So javac needs to have 1.6 as target What can I do to help create an Android client library? William On Wed, Oct 16, 2013 at 11:45 PM, Joakim Erdfelt <[email protected]> wrote: > Jetty 9.0 and Jetty 9.1 are both written against the Servlet API 3.1 spec, > and as such have a minimum Java requirement of 1.7. > > We have not tested Jetty's WebSocket client on Android to know if it works > properly (yet). > It is a future goal of Jetty to have simplified jar files for Jetty's > WebSocket Client and Jetty's Http Client for Android use. > > > -- > Joakim Erdfelt <[email protected]> > webtide.com <http://www.webtide.com/> - intalio.com/jetty > Expert advice, services and support from from the Jetty & CometD experts > eclipse.org/jetty - cometd.org > > > On Tue, Oct 15, 2013 at 7:09 PM, William Ferguson < > [email protected]> wrote: > >> I'm currently using Jetty 9 WebSockets (on the server) and Autobahn as >> the WebSocket client on the Android clients. I was wondering whether the >> Jetty WebSocket client is suitable or safe to use on an Android client? >> What version of the JRE does it require and what Java version has it been >> compiled for? >> >> 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 > >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
