NIO网络模型

  1. 阻塞IO(Blocking I/O)

NIO网络模型 - 图1

  1. 非阻塞IO(Non blocking I/O)

NIO网络模型 - 图2

  1. IO多路复用(Mulitplexing I/O)

NIO网络模型 - 图3

  1. 代码实现