Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.nio.channels.SelectableChannel

Uses of SelectableChannel in java.nio.channels
 

Subclasses of SelectableChannel in java.nio.channels
 class DatagramChannel
           
static class Pipe.SinkChannel
           
static class Pipe.SourceChannel
           
 class ServerSocketChannel
           
 class SocketChannel
           
 

Methods in java.nio.channels that return SelectableChannel
abstract  SelectableChannel SelectableChannel.configureBlocking(boolean block)
          Adjusts this channel's blocking mode.
abstract  SelectableChannel SelectionKey.channel()
          return the channel attached to the key.
 

Uses of SelectableChannel in java.nio.channels.spi
 

Subclasses of SelectableChannel in java.nio.channels.spi
 class java.nio.channels.spi.AbstractSelectableChannel