Explicitly mentioned that the nio worker threads run in a non-blocking mode

This commit is contained in:
Trustin Lee 2008-09-03 07:46:33 +00:00
parent 1ed7741a96
commit 101124f8b8
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ import org.jboss.netty.channel.socket.SocketChannel;
* <p>
* One {@link NioClientSocketChannelFactory} can have one or more worker
* threads. A worker thread performs non-blocking read and write for one or
* more {@link Channel}s on request.
* more {@link Channel}s in a non-blocking mode.
*
* <h3>Life cycle of threads and graceful shutdown</h3>
* <p>

View File

@ -59,7 +59,7 @@ import org.jboss.netty.channel.socket.ServerSocketChannelFactory;
* <p>
* One {@link NioServerSocketChannelFactory} can have one or more worker
* threads. A worker thread performs non-blocking read and write for one or
* more {@link Channel}s on request.
* more {@link Channel}s in a non-blocking mode.
*
* <h3>Life cycle of threads and graceful shutdown</h3>
* <p>