|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsynchronousChannel | |
---|---|
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. |
Uses of AsynchronousChannel in org.classpath.icedtea.java.nio.channels |
---|
Subinterfaces of AsynchronousChannel in org.classpath.icedtea.java.nio.channels | |
---|---|
interface |
AsynchronousByteChannel
An asynchronous channel that can read and write bytes. |
Classes in org.classpath.icedtea.java.nio.channels that implement AsynchronousChannel | |
---|---|
class |
AsynchronousDatagramChannel
An asynchronous channel for datagram-oriented sockets. |
class |
AsynchronousFileChannel
An asynchronous channel for reading, writing, and manipulating a file. |
class |
AsynchronousServerSocketChannel
An asynchronous channel for stream-oriented listening sockets. |
class |
AsynchronousSocketChannel
An asynchronous channel for stream-oriented connecting sockets. |
|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.