Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] spdy client

Ryan,

On Mon, Jul 22, 2013 at 11:25 AM, Ryan Young <ryanyoung.soloy@xxxxxxxxx> wrote:
> WOW great job! So it is also supposed to be workable on android platform
> right?

You're a path opener here.

SPDY requires NPN to work. Right now NPN in Java is implemented as a
hack of OpenJDK code (we modify OpenJDK classes) that must be put in
the bootclasspath.

If Android happen to use the same OpenJDK classes, and if Dalvik has a
way to specify our modified ones in preference to the default ones,
then you may be good.

I did not try, so I don't know whether this is possible at all.
Do you know ?

--
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top