NIO2 API

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

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

Methods in org.classpath.icedtea.java.nio.channels that return AsynchronousChannelGroup
static AsynchronousChannelGroup AsynchronousChannelGroup.withCachedThreadPool(java.util.concurrent.ExecutorService executor, int initialSize)
          Creates an asynchronous channel group that creates new threads as needed.
static AsynchronousChannelGroup AsynchronousChannelGroup.withFixedThreadPool(java.util.concurrent.ExecutorService executor, int nThreads)
          Creates an asynchronous channel group with a fixed thread pool.
 

Methods in org.classpath.icedtea.java.nio.channels with parameters of type AsynchronousChannelGroup
static AsynchronousSocketChannel AsynchronousSocketChannel.open(AsynchronousChannelGroup group)
          Opens an asynchronous socket channel.
static AsynchronousServerSocketChannel AsynchronousServerSocketChannel.open(AsynchronousChannelGroup group)
          Opens an asynchronous server-socket channel.
static AsynchronousDatagramChannel AsynchronousDatagramChannel.open(ProtocolFamily family, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
 

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

Methods in org.classpath.icedtea.java.nio.channels.spi that return AsynchronousChannelGroup
 AsynchronousChannelGroup AsynchronousChannelProvider.openAsynchronousChannelGroup(AsynchronousChannelProvider.ThreadPoolType poolType, java.util.concurrent.ExecutorService executor, int nThreads)
          Constructs a new asynchronous channel group.
 

Methods in org.classpath.icedtea.java.nio.channels.spi with parameters of type AsynchronousChannelGroup
abstract  AsynchronousDatagramChannel AsynchronousChannelProvider.openAsynchronousDatagramChannel(ProtocolFamily family, AsynchronousChannelGroup group)
          Opens an asynchronous datagram channel.
abstract  AsynchronousServerSocketChannel AsynchronousChannelProvider.openAsynchronousServerSocketChannel(AsynchronousChannelGroup group)
          Opens an asynchronous server-socket channel.
abstract  AsynchronousSocketChannel AsynchronousChannelProvider.openAsynchronousSocketChannel(AsynchronousChannelGroup group)
          Opens an asynchronous socket 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.