net.sf.jbaobab.io
Interface SocketHandlerFactory


public interface SocketHandlerFactory

A factory interface that generates ChannelHandler instances.

Author:
Oakyoon Cha
See Also:
Protocol

Method Summary
 ChannelHandler<SocketChannel> newSocketHandler()
           
 

Method Detail

newSocketHandler

ChannelHandler<SocketChannel> newSocketHandler()