NIO2 API

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

Packages that use NetworkChannel
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 NetworkChannel in org.classpath.icedtea.java.nio.channels
 

Subinterfaces of NetworkChannel in org.classpath.icedtea.java.nio.channels
 interface MulticastChannel
          A network channel that supports Internet Protocol (IP) multicasting.
 

Classes in org.classpath.icedtea.java.nio.channels that implement NetworkChannel
 class AsynchronousDatagramChannel
          An asynchronous channel for datagram-oriented sockets.
 class AsynchronousServerSocketChannel
          An asynchronous channel for stream-oriented listening sockets.
 class AsynchronousSocketChannel
          An asynchronous channel for stream-oriented connecting sockets.
 class DatagramChannel
          A selectable channel for datagram-oriented sockets.
 

Methods in org.classpath.icedtea.java.nio.channels that return NetworkChannel
 NetworkChannel NetworkChannel.bind(java.net.SocketAddress local)
          Binds the channel's socket to a local address.
<T> NetworkChannel
NetworkChannel.setOption(SocketOption<T> name, T value)
          Sets the value of a socket option.
 


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.