Skip to content

Commit 6080dd2

Browse files
authored
fix: update Selector、SelectionKey及Channel组件 (#163)
1 parent 9554849 commit 6080dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Netty/IOTechnologyBase/Selector、SelectionKey及Channel组件.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Selector、SelectionKey 和 Channel 这三个组件构成了 Java nio 包的核
66

77
### Selector
88

9-
其实,不管是 Selector 还是 SelectionKey 的源码,其具体实现类都是依赖于底层操作系统的,这里我们只看一下抽象类 Selector 的源码,日后有事件,再找一些具体的实现类深入分析一下。
9+
其实,不管是 Selector 还是 SelectionKey 的源码,其具体实现类都是依赖于底层操作系统的,这里我们只看一下抽象类 Selector 的源码,日后有时间,再找一些具体的实现类深入分析一下。
1010

1111
```java
1212
public abstract class Selector implements Closeable {

0 commit comments

Comments
 (0)