|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsynchronousChannelProvider | |
---|---|
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 AsynchronousChannelProvider in org.classpath.icedtea.java.nio.channels |
---|
Methods in org.classpath.icedtea.java.nio.channels that return AsynchronousChannelProvider | |
---|---|
AsynchronousChannelProvider |
AsynchronousSocketChannel.provider()
Returns the provider that created this channel. |
AsynchronousChannelProvider |
AsynchronousServerSocketChannel.provider()
Returns the provider that created this channel. |
AsynchronousChannelProvider |
AsynchronousDatagramChannel.provider()
Returns the provider that created this channel. |
AsynchronousChannelProvider |
AsynchronousChannelGroup.provider()
Returns the provider that created this channel group. |
Constructors in org.classpath.icedtea.java.nio.channels with parameters of type AsynchronousChannelProvider | |
---|---|
AsynchronousChannelGroup(AsynchronousChannelProvider provider)
Initialize a new instance of this class. |
|
AsynchronousDatagramChannel(AsynchronousChannelProvider provider)
Initializes a new instance of this class. |
|
AsynchronousServerSocketChannel(AsynchronousChannelProvider provider)
Initializes a new instance of this class. |
|
AsynchronousSocketChannel(AsynchronousChannelProvider provider)
Initializes a new instance of this class. |
Uses of AsynchronousChannelProvider in org.classpath.icedtea.java.nio.channels.spi |
---|
Methods in org.classpath.icedtea.java.nio.channels.spi that return AsynchronousChannelProvider | |
---|---|
static AsynchronousChannelProvider |
AsynchronousChannelProvider.provider()
Returns the system-wide default asynchronous channel 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.