• XNIO Quick Start

    Quick Start: TCP  Using XNIO with TCP is simply a question of implementing the ChannelListener interface for a TcpChannel (or one of its superclasses).   TCP Server (XNIO 2)  Here's a simple TCP serve...
    Profile Photo
    last modified by dmlloyd
  • XnioFAQ

    Q1: On Java 5, why do I get a warning "The currently defined selector provider class (sun.nio.ch.PollSelectorProvider) is not supported with XNIO" when I create an instance of the XNIO NIO provider? Q2: What happe...
    Profile Photo
    last modified by dmlloyd
  • XNIO

    XNIO is a simplified low-level I/O layer which can be used anywhere you are using NIO 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 ...
    Profile Photo
    last modified by dmlloyd
  • XNIO Deployer

    JBossAS 5.1.0 and later include a deployer for network applications which use XNIO directly.  Here's the steps for using it (this example is a TCP server).   Write a class that implements IoHandlerFactory&l...
    Profile Photo
    last modified by dmlloyd