舉報

會員
Boost.Asio C++ Network Programming Cookbook
最新章節(jié):
Index
IfyouwanttoenhanceyourC++networkprogrammingskillsusingtheBoost.Asiolibraryandunderstandthetheorybehinddevelopmentofdistributedapplications,thisbookisjustwhatyouneed.TheprerequisiteforthisbookisexperiencewithgeneralC++11.Togetthemostfromthebookandcomprehendadvancedtopics,youwillneedsomebackgroundexperienceinmultithreading.
目錄(57章)
倒序
- 封面
- 版權(quán)頁
- Credits
- About the Author
- About the Reviewer
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Sections
- Conventions
- Reader feedback
- Customer support
- Chapter 1. The Basics
- Introduction
- Creating an endpoint
- Creating an active socket
- Creating a passive socket
- Resolving a DNS name
- Binding a socket to an endpoint
- Connecting a socket
- Accepting connections
- Chapter 2. I/O Operations
- Introduction
- Using fixed length I/O buffers
- Using extensible stream-oriented I/O buffers
- Writing to a TCP socket synchronously
- Reading from a TCP socket synchronously
- Writing to a TCP socket asynchronously
- Reading from a TCP socket asynchronously
- Canceling asynchronous operations
- Shutting down and closing a socket
- Chapter 3. Implementing Client Applications
- Introduction
- Implementing a synchronous TCP client
- Implementing a synchronous UDP client
- Implementing an asynchronous TCP client
- Chapter 4. Implementing Server Applications
- Introduction
- Implementing a synchronous iterative TCP server
- Implementing a synchronous parallel TCP server
- Implementing an asynchronous TCP server
- Chapter 5. HTTP and SSL/TLS
- Introduction
- Implementing the HTTP client application
- Implementing the HTTP server application
- Adding SSL/TLS support to client applications
- Adding SSL/TLS support to server applications
- Chapter 6. Other Topics
- Introduction
- Using composite buffers for scatter/gather operations
- Using timers
- Getting and setting socket options
- Performing a stream-based I/O
- Index 更新時間:2021-07-23 14:44:36
推薦閱讀
- iOS Game Programming Cookbook
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Advanced Quantitative Finance with C++
- VMware View Security Essentials
- Monkey Game Development:Beginner's Guide
- 機器學習系統(tǒng):設(shè)計和實現(xiàn)
- PostgreSQL技術(shù)內(nèi)幕:事務處理深度探索
- 從0到1:HTML+CSS快速上手
- 營銷數(shù)據(jù)科學:用R和Python進行預測分析的建模技術(shù)
- Practical DevOps
- 表哥的Access入門:以Excel視角快速學習數(shù)據(jù)庫開發(fā)(第2版)
- 網(wǎng)站構(gòu)建技術(shù)
- Learning Raspbian
- Test-Driven Development with Django
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計
- Python第三方庫開發(fā)應用實戰(zhàn)
- Instant Pygame for Python Game Development How-to
- 趣學數(shù)據(jù)結(jié)構(gòu)
- TensorFlow.NET實戰(zhàn)
- Responsive Web Design with HTML5 and CSS3 Essentials
- Node Web Development(Second Edition)
- 輕松玩轉(zhuǎn)Scratch 3.0編程(第2版)
- OCA Oracle Database 11g:SQL Fundamentals I:A Real World Certification Guide
- Introduction to JVM Languages
- RESTful Java Patterns and Best Practices
- Python機器學習與可視化分析實戰(zhàn)
- Apache Spark 2:Data Processing and Real-Time Analytics
- Learning VMware NSX(Second Edition)
- Learning Ceph(Second Edition)
- 大道PHP