Grammar
This commit is contained in:
parent
7a503f1519
commit
e11e0f7ed5
@ -38,7 +38,7 @@ import org.jboss.netty.util.MapUtil;
|
||||
|
||||
/**
|
||||
* Helper class which helps a user initialize a {@link Channel}. This class
|
||||
* provides the common data structure for its subclasses which implements an
|
||||
* provides the common data structure for its subclasses which implement an
|
||||
* actual channel initialization from the common data structure. Please refer
|
||||
* to {@link ClientBootstrap} and {@link ServerBootstrap} for client side and
|
||||
* server-side channel initialization respectively.
|
||||
|
@ -57,7 +57,7 @@ import org.jboss.netty.channel.SimpleChannelHandler;
|
||||
* {@link #bind()} and {@link #bind(SocketAddress)}.
|
||||
* <p>
|
||||
* 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 become the children of the
|
||||
* parent channel.
|
||||
*
|
||||
* <h3>Configuring channels</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user