NIO2 API

Uses of Class
org.classpath.icedtea.java.nio.channels.AsynchronousDatagramChannel

Packages that use AsynchronousDatagramChannel
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. 
org.classpath.icedtea.java.nio.channels.spi Service-provider classes for the org.classpath.icedtea.java.nio.channels package. 
 

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

Methods in org.classpath.icedtea.java.nio.channels that return AsynchronousDatagramChannel
abstract  AsynchronousDatagramChannel AsynchronousDatagramChannel.bind(java.net.SocketAddress local)
           
abstract  AsynchronousDatagramChannel AsynchronousDatagramChannel.connect(java.net.SocketAddress remote)
          Connects this channel's socket.
abstract  AsynchronousDatagramChannel AsynchronousDatagramChannel.disconnect()
          Disconnects this channel's socket.
static AsynchronousDatagramChannel AsynchronousDatagramChannel.open()
          Opens an asynchronous datagram channel.
static AsynchronousDatagramChannel AsynchronousDatagramChannel.open(ProtocolFamily family, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
abstract
<T> AsynchronousDatagramChannel
AsynchronousDatagramChannel.setOption(SocketOption<T> name, T value)
           
 

Uses of AsynchronousDatagramChannel in org.classpath.icedtea.java.nio.channels.spi
 

Methods in org.classpath.icedtea.java.nio.channels.spi that return AsynchronousDatagramChannel
abstract  AsynchronousDatagramChannel AsynchronousChannelProvider.openAsynchronousDatagramChannel(ProtocolFamily family, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
 


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.