Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Support for Jetty HTTP/2 client on Android

Hello Jetty users/devs,

I'm trying to use Jetty HTTP/2 client on Android to talk to a custom HTTP/2 service. I can't see a way to start the android HTTP/2 app using ALPN as boot parameter, so other option is to remove the dependency on ALPN.

Is there a way can I disable ALPN for Jetty client or some workaround to activate ALPN during the boot time on Android?

Thanks,
Abhijeet

Back to the top