au.com.terabit.jproactor
Interface AsynchChannelHandlerFactory

All Known Implementing Classes:
SSLAsynchChannelFactory

public interface AsynchChannelHandlerFactory

The AsynchHandlerFactory interface is responsible for creation of a new instance of ProtocolAdaptor class.

Version:
$Revision$ $Date$
Author:
Yevgeny Libman

Method Summary
 AsynchChannelHandler createChannelHandler()
          Creates protocol instance for the given channel.
 

Method Detail

createChannelHandler

AsynchChannelHandler createChannelHandler()
Creates protocol instance for the given channel.

Returns:
a new AsynchHandler instance