JavaTM 2 Platform
Std. Ed. v1.4.0

Uses of Package
java.nio.channels

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.channels
AsynchronousCloseException
          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.spi
AsynchronousCloseException
          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

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

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.