public class AsynchronousChannelProvider extends AsynchronousChannelProvider
| Constructor and Description |
|---|
AsynchronousChannelProvider() |
| Modifier and Type | Method and Description |
|---|---|
AsynchronousChannelGroup |
openAsynchronousChannelGroup(ExecutorService executor,
int initialSize) |
AsynchronousChannelGroup |
openAsynchronousChannelGroup(int nThreads,
ThreadFactory threadFactory) |
AsynchronousServerSocketChannel |
openAsynchronousServerSocketChannel(AsynchronousChannelGroup group) |
AsynchronousSocketChannel |
openAsynchronousSocketChannel(AsynchronousChannelGroup group) |
providerpublic AsynchronousChannelGroup openAsynchronousChannelGroup(int nThreads, ThreadFactory threadFactory) throws IOException
openAsynchronousChannelGroup in class AsynchronousChannelProviderIOExceptionpublic AsynchronousChannelGroup openAsynchronousChannelGroup(ExecutorService executor, int initialSize) throws IOException
openAsynchronousChannelGroup in class AsynchronousChannelProviderIOExceptionpublic AsynchronousServerSocketChannel openAsynchronousServerSocketChannel(AsynchronousChannelGroup group) throws IOException
openAsynchronousServerSocketChannel in class AsynchronousChannelProviderIOExceptionpublic AsynchronousSocketChannel openAsynchronousSocketChannel(AsynchronousChannelGroup group) throws IOException
openAsynchronousSocketChannel in class AsynchronousChannelProviderIOExceptionCopyright © 2021. All rights reserved.