net.sf.jbaobab.io
Interface SocketPool

All Superinterfaces:
Manager<ServerSocketChannel,SocketHandlerFactory>, Preparer<SocketAddress,SocketHandlerFactory>, SocketPreparer
All Known Implementing Classes:
ThreadedSocketPool

public interface SocketPool
extends Manager<ServerSocketChannel,SocketHandlerFactory>, SocketPreparer

An Manager that accepts incoming connections and provides SocketPreparer interface.

Author:
Oakyoon Cha

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jbaobab.io.SocketPreparer
SocketPreparer.NullSocketPreparer
 
Field Summary
 
Fields inherited from interface net.sf.jbaobab.io.SocketPreparer
NULL
 
Method Summary
 
Methods inherited from interface net.sf.jbaobab.io.Manager
cancel, hold, register, release, shutdown, start
 
Methods inherited from interface net.sf.jbaobab.io.Preparer
prepare, shutdown, start