
nio源码翻译
jdbcaaa
If you are going to try , go all the way
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2018-12-01 6:40-8:00 NIO 源码阅读
阅读内容: interface chanel A nexus for I/O operations. I/O操作的连接。 A channel represents an open connection to an entity such as a hardware device, a file, a network socket, or a program comp...翻译 2018-12-01 08:24:57 · 203 阅读 · 0 评论 -
SocketAddress,Socket,SocketOptions,SockertImpl,2018-12-02 7:00-8:00 NIO源码阅读
阅读内容 abstract SocketAddress This class represents a Socket Address with no protocol attachment. As an abstract class, it is meant to be subclassed with a specific, protocol dependent, implem...翻译 2018-12-04 08:22:37 · 211 阅读 · 0 评论 -
ServerSocket 2018-12-04 NIO 源码阅读
阅读内容 public class ServerSocket implements This class implements server sockets. A server socket waits for requests to come in over the network. It performs some operation based on that request, and ...翻译 2018-12-04 08:23:22 · 217 阅读 · 0 评论