jboss-xnio 3.6.1-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.6.1.

 -- Markus Koschany <email address hidden>  Thu, 08 Feb 2018 17:40:56 +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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jboss-xnio_3.6.1-1.dsc 2.4 KiB d000500935ae5e5ed9ccb72a4cf7e97c4c0b63ee9f6ce3ec497fe5f1bac6bca9
jboss-xnio_3.6.1.orig.tar.gz 403.5 KiB 9ddafcbe8a3fbd33d2d48ccc86f1465cc276709dbccc5cd4f96093d61b18f175
jboss-xnio_3.6.1-1.debian.tar.xz 3.9 KiB 8675e4006286ff4a680d374646477c0380074d71b0f6972d672d5cde8818fe16

Available diffs

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.