Fixed wrong explanation in ServerBootstrap
This commit is contained in:
parent
e5def24c8b
commit
27827068cd
@ -53,10 +53,8 @@ import org.jboss.netty.channel.SimpleChannelHandler;
|
|||||||
* <h3>Parent channel and its children</h3>
|
* <h3>Parent channel and its children</h3>
|
||||||
*
|
*
|
||||||
* A parent channel is a channel which is supposed to accept incoming
|
* A parent channel is a channel which is supposed to accept incoming
|
||||||
* connections. It is created by this bootstrap's
|
* connections. It is created by this bootstrap's {@link ChannelFactory} via
|
||||||
* {@link #setPipelineFactory(ChannelPipelineFactory) pipelineFactory} or
|
* {@link #bind()} and {@link #bind(SocketAddress)}.
|
||||||
* {@link #setPipeline(ChannelPipeline) pipeline} property via {@link #bind()}
|
|
||||||
* and {@link #bind(SocketAddress)}.
|
|
||||||
* <p>
|
* <p>
|
||||||
* Once successfully bound, the parent channel starts to accept incoming
|
* Once successfully bound, the parent channel starts to accept incoming
|
||||||
* connections, and the accepted connections becomes the children of the
|
* connections, and the accepted connections becomes the children of the
|
||||||
|
Loading…
Reference in New Issue
Block a user