Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Looking for a good Android WebSocket client for Jetty-9

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 during compilation.
Also note, the WebSocket API for Jetty 7 is fairly different than Jetty 9.


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Developer advice, services and support
from the Jetty & CometD experts


On Mon, May 6, 2013 at 12:57 PM, William Ferguson <william.ferguson@xxxxxxxxxxxxx> 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
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top