ptrd / kwik

A QUIC client, client library and server implementation in Java. Supports HTTP3 with "Flupke" add-on.
GNU General Public License v3.0
390 stars 57 forks source link

OnConnected/OnDisconnected listener #48

Open glush opened 2 months ago

glush commented 2 months ago

Is it possible to add onConnected/OnDisconnected listener for this events to implement more connection control inside app?

ptrd commented 2 months ago

Yeah, sounds like a good idea.