Package naga: Information

    Source package: naga
    Version: 3.0-alt1_6.82svnjpp8
    Build time:  Feb 2, 2016, 11:32 PM in the task #157393
    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

      1. jpackage-generic-compat
      2. jpackage-utils
      3. /proc
      4. ant
      5. rpm-build-java

    Last changed


    Feb. 2, 2016 Igor Vlasenko 3.0-alt1_6.82svnjpp8
    - new version
    Sept. 8, 2014 Igor Vlasenko 3.0-alt1_2.82svnjpp7
    - new release
    July 19, 2014 Igor Vlasenko 3.0-alt1_1.82svnjpp7
    - new version