Package naga: Information

    Source package: naga
    Version: 3.0-alt1_21jpp11
    Latest version according to Repology
    Build time:  Mar 21, 2023, 04:40 AM in the task #317071
    Category: System/Base
    Report package bug
    License: MIT
    Summary: Simplified Java NIO asynchronous sockets
    Description: 
    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.

    List of rpms provided by this srpm:
    naga (noarch)
    naga-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. ant
      2. /proc
      3. rpm-build-java
      4. rpm-macros-java
      5. javapackages-tools
      6. jpackage-default

    Last changed


    March 20, 2023 Igor Vlasenko 3.0-alt1_21jpp11
    - update
    July 1, 2022 Igor Vlasenko 3.0-alt1_19jpp11
    - update
    June 10, 2022 Igor Vlasenko 3.0-alt1_17jpp11
    - update