jboss-xnio 3.6.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.6.2.

 -- Markus Koschany <email address hidden>  Fri, 16 Feb 2018 21:14:43 +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.2-1.dsc 2.4 KiB 3c88a16e795727f93831134f5775786dd83e47057b94ee734b6f5c2aef17ee47
jboss-xnio_3.6.2.orig.tar.gz 403.6 KiB 72e17d360425d99696a88f9a84e7a8cc0787cdcf7d89031b76d662074e41743e
jboss-xnio_3.6.2-1.debian.tar.xz 3.9 KiB 11e049f63969ec9bd7e76a0acf1dea49f9eebd87462aa7952f4bbc3e65fcf8a0

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.