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

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

Uses of ProtocolFactory in net.sf.jbaobab.io
 

Fields in net.sf.jbaobab.io declared as ProtocolFactory
protected  ProtocolFactory<P> ThreadedSocketCore.factory
           
 

Constructors in net.sf.jbaobab.io with parameters of type ProtocolFactory
ThreadedSocketCore(ProtocolFactory<P> factory)
           
ThreadedSocketCore(ProtocolFactory<P> factory, ExecutorService executor)