NIO2 API

Uses of Interface
org.classpath.icedtea.java.nio.channels.AsynchronousChannel

Packages that use AsynchronousChannel
org.classpath.icedtea.java.nio.channels Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations. 
 

Uses of AsynchronousChannel in org.classpath.icedtea.java.nio.channels
 

Subinterfaces of AsynchronousChannel in org.classpath.icedtea.java.nio.channels
 interface AsynchronousByteChannel
          An asynchronous channel that can read and write bytes.
 

Classes in org.classpath.icedtea.java.nio.channels that implement AsynchronousChannel
 class AsynchronousDatagramChannel
          An asynchronous channel for datagram-oriented sockets.
 class AsynchronousFileChannel
          An asynchronous channel for reading, writing, and manipulating a file.
 class AsynchronousServerSocketChannel
          An asynchronous channel for stream-oriented listening sockets.
 class AsynchronousSocketChannel
          An asynchronous channel for stream-oriented connecting sockets.
 


NIO2 API

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.