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

Quick Search    Search Deep

Uses of Interface
java.nio.channels.Channel

Uses of Channel in java.nio.channels
 

Subinterfaces of Channel in java.nio.channels
 interface ByteChannel
           
 interface GatheringByteChannel
           
 interface InterruptibleChannel
           
 interface ReadableByteChannel
           
 interface ScatteringByteChannel
           
 interface WritableByteChannel
           
 

Classes in java.nio.channels that implement Channel
 class DatagramChannel
           
 class FileChannel
           
static class Pipe.SinkChannel
           
static class Pipe.SourceChannel
           
 class SelectableChannel
           
 class ServerSocketChannel
           
 class SocketChannel
           
 

Methods in java.nio.channels with parameters of type Channel
private static java.lang.Object VMChannels.createStream(java.lang.Class streamClass, Channel ch)
           
 

Uses of Channel in java.nio.channels.spi
 

Classes in java.nio.channels.spi that implement Channel
 class java.nio.channels.spi.AbstractInterruptibleChannel
           
 class java.nio.channels.spi.AbstractSelectableChannel