摘要: java.nio.channels.SelectorA multiplexor of SelectableChannelobjects.A selector may be created by invoking the open method of this class, which will use the system's default selector provider to create a new selector. A selector may also be created by invoking the openSelector method of a custom 阅读全文
posted @ 2012-11-17 13:41 Onakaumi 阅读(276) 评论(0) 推荐(0) 编辑