文件名称:SimpleServer
- 所属分类:
- TCP/IP协议栈
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-12-12
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- jiech*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
从Java 1.7 以后NIO可以采用系统底层的Socket来实现了,大大提高了吞吐量。
相比Reactor方式,Nio2可以称为Proactor方式的实现。具体是程序避免等待而采用回调函数类。-From Java 1.7 after NIO Socket can be used to achieve the underlying system, and greatly improving the throughput. Compared to Reactor way, Nio2 may be referred to achieve Proactor mode. Specifically procedures to avoid waiting while using a callback function class.
相比Reactor方式,Nio2可以称为Proactor方式的实现。具体是程序避免等待而采用回调函数类。-From Java 1.7 after NIO Socket can be used to achieve the underlying system, and greatly improving the throughput. Compared to Reactor way, Nio2 may be referred to achieve Proactor mode. Specifically procedures to avoid waiting while using a callback function class.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SimpleServer.java