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

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

Uses of Preparer in net.sf.jbaobab.io
 

Subinterfaces of Preparer in net.sf.jbaobab.io
 interface SocketPool
           An Manager that accepts incoming connections and provides SocketPreparer interface.
 interface SocketPreparer
           A SocketPreparer.NullSocketPreparer interface that connects to SocketAddress and registers connected SocketChannel to adequate ChannelManager.
 

Classes in net.sf.jbaobab.io that implement Preparer
static class SocketPreparer.NullSocketPreparer
           A dummny implementation of SocketPreparer.
 class ThreadedSocketPool
           A SocketPool that creates SocketHandler instance on root executor (obtained with ExecutorPool.getRootExecutor()).
 class ThreadedSocketPreparer
           A SocketPreparer that creates SocketHandler instance on root executor (obtained with ExecutorPool.getRootExecutor()).