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

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

Uses of SocketCore in net.sf.jbaobab.io
 

Classes in net.sf.jbaobab.io that implement SocketCore
 class ExpirableSocketCore<P>
           A SocketCore that decorates enclosing SocketCore with expiration.
 class SimpleSocketCore<P>
           A SocketCore that shares same thread with ChannelManager.
 class ThreadedSocketCore<P>
           A SocketCore that runs Protocol jobs on root executor (obtained with ExecutorPool.getRootExecutor()) and runs on PacketHandler jobs given ExecutorService.
 

Constructors in net.sf.jbaobab.io with parameters of type SocketCore
ExpirableSocketCore(SocketCore<P> core, long timeout)
           
SocketHandler(SocketCore<P> core, PacketHandler<P> handler)