|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.nio.channels | |
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. |
java.nio.channels.spi | Service-provider classes for the java.nio.channels package. |
Classes in java.nio.channels used by java.nio.channelsAsynchronousCloseException
|
Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation. ByteChannel
|
A channel that can read and write bytes. Channel
|
A nexus for I/O operations. ClosedChannelException
|
Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation. GatheringByteChannel
|
A channel that can write bytes from a sequence of buffers. InterruptibleChannel
|
A channel that can be asynchronously closed and interrupted. ReadableByteChannel
|
A channel that can read bytes. ScatteringByteChannel
|
A channel that can read bytes into a sequence of buffers. SelectableChannel
|
A channel that can be multiplexed via a Selector .WritableByteChannel
|
A channel that can write bytes. |
Classes in java.nio.channels used by java.nio.channels.spiAsynchronousCloseException
|
Checked exception received by a thread when another thread closes the channel or the part of the channel upon which it is blocked in an I/O operation. Channel
|
A nexus for I/O operations. ClosedChannelException
|
Checked exception thrown when an attempt is made to invoke or complete an I/O operation upon channel that is closed, or at least closed to that operation. InterruptibleChannel
|
A channel that can be asynchronously closed and interrupted. SelectableChannel
|
A channel that can be multiplexed via a Selector .SelectionKey
|
A token representing the registration of a SelectableChannel with a
Selector .Selector
|
A multiplexor of SelectableChannel objects. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.