Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: naga | Distribution: Fedora Project |
Version: 3.0 | Vendor: Fedora Project |
Release: 23.20200930git6f1e95d.fc39 | Build date: Thu Jul 20 18:23:51 2023 |
Group: Unspecified | Build host: buildvm-x86-06.iad2.fedoraproject.org |
Size: 65109 | Source RPM: naga-3.0-23.20200930git6f1e95d.fc39.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/lerno/naga | |
Summary: Simplified Java NIO asynchronous sockets |
Naga aims to be a very small NIO library that provides a handful of java classes to wrap the usual Socket and ServerSocket with asynchronous NIO counterparts (similar to NIO2 planned for Java 1.7). All of this is driven from a single thread, making it useful for both client (e.g. allowing I/O to be done in the AWT-thread without any need for threads) and server programming (1 thread for all connections instead of 2 threads/connection). Internally Naga is a straightforward NIO implementation without any threads or event-queues thrown in, it is "just the NIO-stuff", to let you build things on top of it. Naga contains the code needed to get NIO up and running without having to code partially read buffers and setting various selection key flags.
MIT
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 3.0-20 - Rebuilt for Drop i686 JDKs * Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.0-19 - Rebuilt for java-17-openjdk as system jdk * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
/usr/share/doc/naga /usr/share/doc/naga/Echoserver.md /usr/share/doc/naga/Eventmachine.md /usr/share/doc/naga/Gotchas.md /usr/share/doc/naga/PacketReader.md /usr/share/doc/naga/README.md /usr/share/java/naga-3_0.jar /usr/share/java/naga.jar /usr/share/licenses/naga /usr/share/licenses/naga/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 22:15:25 2024