Uses of Interface
net.sf.jbaobab.io.ChannelHandler

Packages that use ChannelHandler
net.sf.jbaobab.io Contains core interfaces and implementations of JBaobab framework. 
 

Uses of ChannelHandler in net.sf.jbaobab.io
 

Classes in net.sf.jbaobab.io that implement ChannelHandler
 class SocketHandler<P>
           A ChannelHandler that handles SocketCore.
 

Methods in net.sf.jbaobab.io that return ChannelHandler
 ChannelHandler<SocketChannel> SocketHandlerFactory.newSocketHandler()
           
 

Methods in net.sf.jbaobab.io with parameters of type ChannelHandler
protected  void ChannelSender.manage(SelectionKey key, ChannelHandler<C> handler)
           
protected  void ChannelReceiver.manage(SelectionKey key, ChannelHandler<C> handler)
           
 SelectionKey ChannelSender.register(C channel, ChannelHandler<C> handler)
           
 SelectionKey ChannelReceiver.register(C channel, ChannelHandler<C> handler)