Added documentation to-dos
This commit is contained in:
parent
6df482b074
commit
78f86b2d3a
@ -103,6 +103,8 @@ import org.jboss.netty.channel.SimpleChannelHandler;
|
|||||||
* {@link ClientBootstrap} instances as you want to apply different settings
|
* {@link ClientBootstrap} instances as you want to apply different settings
|
||||||
* for different {@link Channel}s.
|
* for different {@link Channel}s.
|
||||||
*
|
*
|
||||||
|
* TODO: Show how to shut down a service using ChannelFactoryResource.release().
|
||||||
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||||
* @author Trustin Lee (tlee@redhat.com)
|
* @author Trustin Lee (tlee@redhat.com)
|
||||||
*
|
*
|
||||||
|
@ -137,6 +137,8 @@ import org.jboss.netty.channel.SimpleChannelHandler;
|
|||||||
* {@link ServerBootstrap} instances as you want to apply different settings
|
* {@link ServerBootstrap} instances as you want to apply different settings
|
||||||
* for different {@link Channel}s.
|
* for different {@link Channel}s.
|
||||||
*
|
*
|
||||||
|
* TODO: Show how to shut down a service using ChannelFactoryResource.release().
|
||||||
|
*
|
||||||
* @author The Netty Project (netty-dev@lists.jboss.org)
|
* @author The Netty Project (netty-dev@lists.jboss.org)
|
||||||
* @author Trustin Lee (tlee@redhat.com)
|
* @author Trustin Lee (tlee@redhat.com)
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user