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

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

Uses of SocketPreparer in net.sf.jbaobab.io
 

Subinterfaces of SocketPreparer in net.sf.jbaobab.io
 interface SocketPool
           An Manager that accepts incoming connections and provides SocketPreparer interface.
 

Classes in net.sf.jbaobab.io that implement SocketPreparer
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()).
 

Fields in net.sf.jbaobab.io declared as SocketPreparer
static SocketPreparer SocketPreparer.NULL
           
protected  SocketPreparer ThreadedSocketPool.preparer
           
 

Constructors in net.sf.jbaobab.io with parameters of type SocketPreparer
ThreadedSocketPool(ChannelManager<SocketChannel> receiver, ChannelManager<SocketChannel> sender, SocketPreparer preparer)
           
ThreadedSocketPool(SocketPreparer preparer)