org.restlet.engine.io
Interface WritableSelectionChannel

All Superinterfaces:
BlockableChannel, Channel, Closeable, SelectionChannel, WritableByteChannel
All Known Implementing Classes:
WritableBufferedChannel, WritableSocketChannel, WritableTraceChannel

public interface WritableSelectionChannel
extends SelectionChannel, WritableByteChannel

Writable byte channel that is based on a selectable channel.

Author:
Jerome Louvel

Method Summary
 
Methods inherited from interface org.restlet.engine.io.SelectionChannel
getRegistration
 
Methods inherited from interface org.restlet.engine.io.BlockableChannel
isBlocking
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 
Methods inherited from interface java.nio.channels.WritableByteChannel
write
 



Copyright © 2005-2013 Restlet.