tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

how to use it on android ? #50

Closed janrone closed 11 years ago

janrone commented 11 years ago

i want know , thinks .

tatsuhiro-t commented 11 years ago

I have not compiled spdylay library for Android platform recently, but basically it is plain old C so it can be done without big problem. After compilation, you can use it in whatever way Android permits. I'm not expert on this issue, so better take a look at Android SDK/NDK docs.

hrj commented 11 years ago

@janrone you could compile this via the NDK and then write a Java JNI wrapper for it.

tatsuhiro-t commented 11 years ago

Well, I think the question was answered, I close this issue.