Registry / networking / xnio-api

xnio-api

JSON →
library3.8.17.Finaljavamavenunverified

The API JAR of the XNIO project, providing low-level I/O abstractions for Java NIO-based applications.

<dependency> <groupId>org.jboss.xnio</groupId> <artifactId>xnio-api</artifactId> <version>3.8.17.Final</version> </dependency>
INSTALL
IMPORT
SIG · XNIO-API
X
xnio-api
networkingjavav3.8.17.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Xnio
org.jboss.xnio.Xnio

Minimal example showing how to obtain an XNIO instance.

import org.jboss.xnio.Xnio; public class Example { public static void main(String[] args) throws Exception { Xnio xnio = Xnio.getInstance(); System.out.println("XNIO instance: " + xnio); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.8.17.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
xnio-api — mvn dependency:get xnio-api · libregistry