NIO2 API

Uses of Class
org.classpath.icedtea.java.nio.channels.spi.AsynchronousChannelProvider.ThreadPoolType

Packages that use AsynchronousChannelProvider.ThreadPoolType
org.classpath.icedtea.java.nio.channels.spi Service-provider classes for the org.classpath.icedtea.java.nio.channels package. 
 

Uses of AsynchronousChannelProvider.ThreadPoolType in org.classpath.icedtea.java.nio.channels.spi
 

Methods in org.classpath.icedtea.java.nio.channels.spi that return AsynchronousChannelProvider.ThreadPoolType
static AsynchronousChannelProvider.ThreadPoolType AsynchronousChannelProvider.ThreadPoolType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AsynchronousChannelProvider.ThreadPoolType[] AsynchronousChannelProvider.ThreadPoolType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.classpath.icedtea.java.nio.channels.spi with parameters of type AsynchronousChannelProvider.ThreadPoolType
 AsynchronousChannelGroup AsynchronousChannelProvider.openAsynchronousChannelGroup(AsynchronousChannelProvider.ThreadPoolType poolType, ExecutorService executor, int nThreads)
          Constructs a new asynchronous channel group.
 


NIO2 API

Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.