| java.lang.Object java.nio.channels.Pipe sun.nio.ch.SinkChannelImpl
SinkChannelImpl | class SinkChannelImpl extends Pipe.SinkChannel implements SelChImpl(Code) | | Pipe.SinkChannel 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) | | |
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) | | |
write | public long write(ByteBuffer[] srcs, int offset, int length) throws IOException(Code) | | |
|
|