Explicitly mentioned that the nio worker threads run in a non-blocking mode
This commit is contained in:
parent
1ed7741a96
commit
101124f8b8
@ -57,7 +57,7 @@ import org.jboss.netty.channel.socket.SocketChannel;
|
|||||||
* <p>
|
* <p>
|
||||||
* One {@link NioClientSocketChannelFactory} can have one or more worker
|
* One {@link NioClientSocketChannelFactory} can have one or more worker
|
||||||
* threads. A worker thread performs non-blocking read and write for one or
|
* 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>
|
* <h3>Life cycle of threads and graceful shutdown</h3>
|
||||||
* <p>
|
* <p>
|
||||||
|
@ -59,7 +59,7 @@ import org.jboss.netty.channel.socket.ServerSocketChannelFactory;
|
|||||||
* <p>
|
* <p>
|
||||||
* One {@link NioServerSocketChannelFactory} can have one or more worker
|
* One {@link NioServerSocketChannelFactory} can have one or more worker
|
||||||
* threads. A worker thread performs non-blocking read and write for one or
|
* 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>
|
* <h3>Life cycle of threads and graceful shutdown</h3>
|
||||||
* <p>
|
* <p>
|
||||||
|
Loading…
Reference in New Issue
Block a user