jboss-xnio 3.8.5-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.8.5.

 -- Markus Koschany <email address hidden>  Sun, 28 Nov 2021 17:14:55 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jboss-xnio_3.8.5-1.dsc 2.4 KiB 9949b75fc24a2c7c7fdaa4b0710aec980e755b7a2a5d42548d319b19c89f2261
jboss-xnio_3.8.5.orig.tar.gz 410.4 KiB 64a1dc576609c757c077ecba1e8c5c5c06a66e3f10bd6d442e002b46a6dd8ffa
jboss-xnio_3.8.5-1.debian.tar.xz 4.2 KiB 8029906fa8802ad4230d661650fcabd5c6381894457cb0e2027c351c2037f57e

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.