网站开发基础知识

时间:2020-10-11 14:29:16
【文件属性】:

文件名称:网站开发基础知识

文件大小:261KB

文件格式:DOCX

更新时间:2020-10-11 14:29:16

http ,socket,B/S

NioSocket中服务端的处理过程可以分为5部: 1) 创建ServerSocketChannel,并设置相应参数 2) 创建Selector并注册到ServerSocketChannel上 3) 调用Selector的select方法等待请求 4) Selector接收到请求后使用selectedKeys返回SelectionKey集合 5) 使用SelectionKey 获取Channel、Selector 和操作类型并进行操作。


网友评论