XNIO: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


* http://xnio.jboss.org
* http://xnio.jboss.org
* Developer's Guide https://docs.jboss.org/author/display/XNIO/Developer%27s+Guide


=Internal=
=Internal=
Line 10: Line 11:
=Overview=
=Overview=


XNIO is a simplified low-level I/O layer, built in top of Java NIO.
XNIO is a simplified low-level I/O layer, built in top of Java NIO. It has an API for combining blocking and non-blocking operations, even on the same channel.


=Subjects=
=Subjects=


* [[XNIO Concepts|Concepts]]
* [[XNIO Concepts|Concepts]]

Revision as of 02:31, 19 January 2016

External

Internal

Overview

XNIO is a simplified low-level I/O layer, built in top of Java NIO. It has an API for combining blocking and non-blocking operations, even on the same channel.

Subjects