kwik
kwik copied to clipboard
A QUIC client, client library and server implementation in Java. Supports HTTP3 with "Flupke" add-on.
Could you publish flupke to a maven repository? I'd like to use it in a gradle project but there are no repositories listed and Jitpack fails to build flupke.
Hi,when I wang to build the lib,some errors occured.My gradle version is 5.3.1 with JDK 11   So,how can I solve the problems above? Or could you please release...
Hi, just wondering why am I getting this issue. Using Ubuntu 20.04 https://gradle.com/s/otinrcfbjbr6o
When I run kwik in an Android project, kwik report "Missing RSASSA-PSS support".
Hi, I want to make server using kwik, but I cant find information about any support for "async" data processing. Something like calling "read" method with lambda argument, and executing...
[RFC9221](https://datatracker.ietf.org/doc/html/rfc9221) (An Unreliable Datagram Extension to QUIC) > These features can be useful for optimizing audio/video streaming applications, gaming applications, and other real-time network applications.
On a single IP running h3 server instance, there can be served WebApps of many different domains. The requested by client, e.g. browser, domain is identified in TLS SNI extension...
Is it possible to add onConnected/OnDisconnected listener for this events to implement more connection control inside app?
I'm trying to connect to a QUIC server that doesn't have a domain name and whose IP isn't constant due to tunnelling/proxying. My server has a private key + self-signed...
After a ServerConnector instance is started, how to shut down the instance?