jboss-xnio 3.3.2-1 source package in Ubuntu

Changelog

jboss-xnio (3.3.2-1) unstable; urgency=medium

  * Initial release (Closes: #799106)

 -- Markus Koschany <email address hidden>  Wed, 28 Oct 2015 19:49:36 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jboss-xnio_3.3.2-1.dsc 2.3 KiB 4e881c4531a0af31b930ba3f7c163302c298dd70b8ec066fdb9f35adb89ebfc4
jboss-xnio_3.3.2.orig.tar.gz 377.5 KiB 4eaa61d33aec252d9965d060affa322578dd6e1c71502f3baf955b3286d8084a
jboss-xnio_3.3.2-1.debian.tar.xz 3.6 KiB cdd90ede8be6c1deceb739c8dee48d2c8ac277b57f2d80f70d6b3141cb7cd059

No changes file available.

Binary packages built by this source

libjboss-xnio-java: simplified low-level I/O layer for NIO

 XNIO is a simplified low-level I/O layer which can be used anywhere you are
 using non-blocking I/O today. It frees you from the hassle of dealing with
 Selectors and the lack of NIO support for multicast sockets and non-socket
 I/O, while still maintaining all the capabilities present in NIO, and it opens
 the door to non-obvious optimizations.
 .
 XNIO provides a unique API for combining blocking and non-blocking operations,
 even on the same channel, allowing you to take advantage of the simplicity and
 low latency of blocking I/O while still gaining the thread-conservative and
 throughput benefits of non-blocking I/O.

libjboss-xnio-java-doc: Documentation for jboss-xnio

 XNIO is a simplified low-level I/O layer which can be used anywhere you are
 using non-blocking I/O today. It frees you from the hassle of dealing with
 Selectors and the lack of NIO support for multicast sockets and non-socket
 I/O, while still maintaining all the capabilities present in NIO, and it opens
 the door to non-obvious optimizations.
 .
 This package contains the API documentation of libjboss-xnio-java.