org.xsocket
Interface IHandle

Package class diagram package IHandle

public interface IHandle

A handle of a SelectableChannel which will be used by the IDispatcher to reference selectable resource


Method Summary
 java.nio.channels.SelectableChannel getChannel()
          returns the underlying channel
 

Method Detail

getChannel

java.nio.channels.SelectableChannel getChannel()
returns the underlying channel

Returns:
the underlying channel