net.sf.jbaobab.io
Interface SocketPreparer

All Superinterfaces:
Preparer<SocketAddress,SocketHandlerFactory>
All Known Subinterfaces:
SocketPool
All Known Implementing Classes:
SocketPreparer.NullSocketPreparer, ThreadedSocketPool, ThreadedSocketPreparer

public interface SocketPreparer
extends Preparer<SocketAddress,SocketHandlerFactory>

A SocketPreparer.NullSocketPreparer interface that connects to SocketAddress and registers connected SocketChannel to adequate ChannelManager.

Author:
Oakyoon Cha

Nested Class Summary
static class SocketPreparer.NullSocketPreparer
           A dummny implementation of SocketPreparer.
 
Field Summary
static SocketPreparer NULL
           
 
Method Summary
 
Methods inherited from interface net.sf.jbaobab.io.Preparer
prepare, shutdown, start
 

Field Detail

NULL

static final SocketPreparer NULL