| java.lang.Object java.nio.channels.Pipe sun.nio.ch.SourceChannelImpl
SourceChannelImpl | class SourceChannelImpl extends Pipe.SourceChannel implements SelChImpl(Code) | | Pipe.SourceChannel implementation based on socket connection.
|
getFDVal | public int getFDVal()(Code) | | |
implCloseSelectableChannel | protected void implCloseSelectableChannel() throws IOException(Code) | | |
implConfigureBlocking | protected void implConfigureBlocking(boolean block) throws IOException(Code) | | |
read | public long read(ByteBuffer[] dsts, int offset, int length) throws IOException(Code) | | |
translateAndSetInterestOps | public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk)(Code) | | |
translateAndSetReadyOps | public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk)(Code) | | |
translateAndUpdateReadyOps | public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk)(Code) | | |
translateReadyOps | public boolean translateReadyOps(int ops, int initialOps, SelectionKeyImpl sk)(Code) | | |
|
|