KNet icon indicating copy to clipboard operation
KNet copied to clipboard

Android network library with QUIC protocol supporting.

Results 3 KNet issues
Sort by recently updated
recently updated
newest added

CronetKnetEngine cronetKnetEngine = new CronetKnetEngine.Builder().build$cronet_release();

Hello: Can you update cronet-embedded? I see google upgrade to cronet-embedded: 95.4638.50

How can I properly cancel tasks that being executed or in queue? `shutdown` may not be a proper way? I'm testing okhttp with Knet as a okhttp interceptor. When I...