<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Hello!</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
(Alan Bateman told me to post here instead)</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
I recently heard that Java is getting HTTP/3 support in Java 26 through JEP 517. That's really cool! However, I saw in the non goals that this won't include the QUIC API itself. Is that going to be in a follow up JEP?</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
I'm interested in QUIC for multimedia and gaming related applications.</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
See: <a data-auth="NotApplicable" class="x_OWAAutoLink x_moz-txt-link-freetext" id="OWA29ba6b94-3a00-eb65-34d9-d44bf6dd8daf" href="https://moq.dev/">
https://moq.dev/</a></div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<a data-auth="NotApplicable" class="x_moz-txt-link-freetext OWAAutoLink" id="OWA2818367e-479d-ef02-aa76-b2b9cecf82ab" href="https://developer.mozilla.org/en-US/docs/Web/API/WebTransport">https://developer.mozilla.org/en-US/docs/Web/API/WebTransport</a></div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<a data-auth="NotApplicable" class="x_moz-txt-link-freetext OWAAutoLink" id="OWA23dcc36e-8585-4dda-1112-b045453a22e4" href="https://github.com/MOZGIII/xwt">https://github.com/MOZGIII/xwt</a></div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<a class="OWAAutoLink" id="OWA8bde76a5-7a64-f18d-16c7-6c9bf340be0c" href="https://daposto.medium.com/quic-for-gamenetworking-46cf23936228">https://daposto.medium.com/quic-for-gamenetworking-46cf23936228</a></div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Will QUIC/Webtransport be added to Java as well? It would be nice to be able to have a quinn (<a data-auth="NotApplicable" class="x_moz-txt-link-freetext OWAAutoLink" id="OWA4de9c0ff-ee3e-11d2-5f0b-9d8abc7a8f98" href="https://github.com/quinn-rs/quinn">https://github.com/quinn-rs/quinn</a>)
style API in Java with unreliable datagrams and other additional features that QUIC enables.</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
You could even do an Iroh (<a data-auth="NotApplicable" class="x_moz-txt-link-freetext OWAAutoLink" id="OWA399fba32-1895-7160-435a-f6518d934ad9" href="https://github.com/n0-computer/iroh">https://github.com/n0-computer/iroh</a>) implementation in Java!</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
How would this work? Would QUIC be added as the "third" network transport layer besides TCP and UDP? Or would it require its own separate API in order to use it?<br>
<br>
I really think it's a good idea for future improvements to be added to QUIC support in Java, since I think it will allow unlocking a lot of interesting use cases</div>
<div style="font-family: Aptos, Aptos_EmbeddedFont, Aptos_MSFontService, Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
</body>
</html>