Package net.sf.asyncobjects.net.nio

This package contains implementation of network interfaces that is based on non-blocking NIO socket API.

See:
          Description

Class Summary
NIOSelectorRunner A selector runner, there could be only one vat per selector and only one selector in runner.
NIOSelectorVat This is a vat that uses NIO services provided by NIOSelectorRunner.
NIOServerSocket Implementation of server sockets based on nio.
NIOSocket NIO-based implementation of socket
NIOSocketFactory NIO socket factory, this factory could be created only in context of NIO selector vat.
NIOSocketInputStream implementation of stream for sockets
NIOSocketOutputStream Output stream based on SocketChannel.
NIOStream<T extends ACloseable> Base class for NIO Streams.
 

Package net.sf.asyncobjects.net.nio Description

This package contains implementation of network interfaces that is based on non-blocking NIO socket API.



Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.