Introduction to CFNetwork Progra

2017-01-09  本文已影响100人  醉卧栏杆听雨声

CFNetwork编程指南介绍

@官方文档翻译-李冰

@译文

CFNetwork提供了网络协议抽象库的最为核心的服务框架。这些抽象使得它更容易执行各种网络任务,比如:

这本书为想要在自己的应用程序中使用网络协议的开发者准备的。为了更全面的了解这本书,读者需要对网络编程概念有一个很好的理解比如BSD套接字,流和HTTP协议。此外,读者需要熟悉OS X编程概念包括run loops。更多关于OS X的信息请阅读Mac Technology Overview。

文档结构

这本书包括以下章节:

参见

更多的关于OS X的网络APIs,可阅读:

CFNetwork参阅下面的参考文档:

除了苹果提供的文档外,下面是socket级别编程的参考书:


官方文档

CFNetwork is a framework in the Core Services framework that provides a library of abstractions for network protocols. These abstractions make it easy to perform a variety of network tasks, such as:

This book is intended for developers who want to use network protocols in their applications. In order to fully understand this book, the reader should have a good understanding of network programming concepts such as BSD sockets, streams and HTTP protocols. Additionally, the reader should be familiar OS X programming concepts including run loops. For more information about OS X please read Mac Technology Overview.

Organization of This Document

This book contains the following chapters:

See Also

For more information about the networking APIs in OS X, read:

Refer to the following reference documents for CFNetwork:

In addition to the documentation provided by Apple, the following is the reference book for socket-level programming:

上一篇 下一篇

猜你喜欢

热点阅读