NIO2 API

Uses of Class
org.classpath.icedtea.java.nio.channels.spi.SelectorProvider

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

Constructors in org.classpath.icedtea.java.nio.channels with parameters of type SelectorProvider
DatagramChannel(SelectorProvider provider)
          Initializes a new instance of this class.
 

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

Methods in org.classpath.icedtea.java.nio.channels.spi that return SelectorProvider
static SelectorProvider SelectorProvider.provider()
          Returns the system-wide default selector provider for this invocation of the Java virtual machine.
 


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.