Fixed errors in JavaDoc about OIO-based transport shutdown
This commit is contained in:
parent
8fb2f7c789
commit
d7c53437e9
@ -62,8 +62,8 @@ import org.jboss.netty.channel.socket.SocketChannel;
|
||||
*
|
||||
* <ol>
|
||||
* <li>close all channels created by the factory,</li>
|
||||
* <li>call {@link ExecutorService#shutdownNow()} or {@link ExecutorService#shutdown()}
|
||||
* for the {@code workerExecutor} which was specified to create the factory, and</li>
|
||||
* <li>call {@link ExecutorService#shutdownNow()} for the executor which was
|
||||
* specified to create the factory, and</li>
|
||||
* <li>call {@link ExecutorService#awaitTermination(long, TimeUnit)}
|
||||
* until it returns {@code true}.</li>
|
||||
* </ol>
|
||||
|
@ -74,8 +74,8 @@ import org.jboss.netty.channel.socket.ServerSocketChannelFactory;
|
||||
* <ol>
|
||||
* <li>unbind all channels created by the factory,
|
||||
* <li>close all child channels accepted by the unbound channels,</li>
|
||||
* <li>call {@link ExecutorService#shutdownNow()} or {@link ExecutorService#shutdown()}
|
||||
* for all executors which were specified to create the factory, and</li>
|
||||
* <li>call {@link ExecutorService#shutdownNow()} for all executors which were
|
||||
* specified to create the factory, and</li>
|
||||
* <li>call {@link ExecutorService#awaitTermination(long, TimeUnit)}
|
||||
* until it returns {@code true}.</li>
|
||||
* </ol>
|
||||
|
Loading…
Reference in New Issue
Block a user