У нас вы можете посмотреть бесплатно HTTP/3 in Java 26 - Inside Java Podcast 48 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
HTTP/3 is the next version of the internet's most important application layer protocol. But, somewhat surprisingly, it uses UDP (via the new QUIC protocol) instead of TCP/IP, which has implications for the number of initial round trips, HTTP version selection, and time to first byte, but also adoption and evolution. Java 26 supports HTTP/3 out of the box. Nicolai Parlog talks to Daniel Fuchs and Daniel Jelinski, both Consulting Members of Technical Staff at Oracle and OpenJDK committers, about Java's HTTP client. They start by briefly retracing its introduction in Java 11 and its support for HTTP/2 before diving deeper into HTTP/3 to learn about the motivation, technical underpinnings like the QUIC protocol, and challenges for its adoption before discussing its integration into Java 26 (We apologize for the minor audio issues and appreciate your understanding.) Inside Java Podcast ➤ https://inside.java/podcast JEP 517: HTTP/3 for the HTTP Client API ➤ https://openjdk.org/jeps/517 Article "HTTP/3 Support in JDK 26" ➤ https://inside.java/2025/10/22/http3-... ⎯⎯⎯⎯ Chapters ⎯⎯⎯⎯ 0:00 Intro 1:10 Who's George Saab? 3:16 Tackling the Right Problems 10:49 Current and Future Challenges 12:33 Learning Java 19:17 Benefits of a Predictable Java Tags: #Java #Podcast #InsideJava #Web #Coding #HTTP