|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.