More story in ChannelPipelineFactory

This commit is contained in:
Trustin Lee 2008-09-03 03:58:20 +00:00
parent 76c9d8eb3c
commit c2f38fb6d3

View File

@ -24,6 +24,10 @@ package org.jboss.netty.channel;
/**
* Creates a new {@link ChannelPipeline} for a new {@link Channel}.
* <p>
* This interface was introduced to initialize the {@link ChannelPipeline} of
* the child channel accepted by a server-side, but it's safe to use it for
* any other purposes.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)