kwik icon indicating copy to clipboard operation
kwik copied to clipboard

A QUIC client, client library and server implementation in Java. Supports HTTP3 with "Flupke" add-on.

Results 19 kwik issues
Sort by recently updated
recently updated
newest added

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 ![1](https://user-images.githubusercontent.com/64344368/108515111-ae370380-72ff-11eb-8bc9-d566ec1af7d7.PNG) ![2](https://user-images.githubusercontent.com/64344368/108515172-bc851f80-72ff-11eb-816e-545dd9d85769.PNG) 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.

enhancement

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?

enhancement

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...

enhancement

After a ServerConnector instance is started, how to shut down the instance?

enhancement