Questions tagged «socketchannel»

3
套接字与套接字通道
我试图理解SocketChannels和NIO。我知道如何使用常规套接字,以及如何制作一个简单的每客户端线程服务器(使用常规阻塞套接字)。 所以我的问题是: 什么是SocketChannel? 使用SocketChannel而不是Socket时,我得到的额外收益是什么。 通道和缓冲区之间是什么关系? 什么是选择器? 文档中的第一句话是A selectable channel for stream-oriented connecting sockets.。这意味着什么? 我也阅读了本文档,但是不知何故……
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.