java.nio.channels packages |
|
spi | | | |
java.nio.channels classes |
|
AlreadyConnectedException | AsynchronousCloseException |
ByteChannel | CancelledKeyException |
Channel | Channels |
ClosedByInterruptException | ClosedChannelException |
ClosedSelectorException | ConnectionPendingException |
DatagramChannel | FileChannel (2) |
FileChannel.MapMode (1) | FileLock |
FileLockInterruptionException | GatheringByteChannel |
IllegalBlockingModeException | IllegalSelectorException |
InterruptibleChannel | NoConnectionPendingException |
NonReadableChannelException | NonWritableChannelException |
NotYetBoundException | NotYetConnectedException |
OverlappingFileLockException | Pipe |
Pipe.SinkChannel | Pipe.SourceChannel |
ReadableByteChannel | ScatteringByteChannel |
SelectableChannel | SelectionKey (1) |
Selector (3) | ServerSocketChannel |
SocketChannel (2) | UnresolvedAddressException |
UnsupportedAddressTypeException | WritableByteChannel (1) |
java.nio.channels examples |
|
Acquire a FileChannel FileLock 2005-02-02 | How to write to a channel with a ByteBuffer 2005-12-06 |
Map a file to memory 2005-06-06 | Non-blocking I/O 2004-12-17 |
non-blocking IO 2003-12-19 | Struts File Upload using FileChannel 2005-01-07 |
The Selector on which the SocketChannel has been registered is exhausted, 2006-05-31 | Use a temporary Selector 2006-05-31 |
Use of OP_WRITE 2006-05-31 | Write to a SocketChannel 2006-05-31 |