|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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(ExecutorService executor,
int initialSize)
Creates an asynchronous channel group that creates new threads as needed. |
static AsynchronousChannelGroup |
AsynchronousChannelGroup.withFixedThreadPool(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,
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.