- 授权协议: Apache
- 开发语言: Java
- 操作系统: Android
- 软件首页: http://koush.com/AndroidAsync
- 软件文档: https://github.com/koush/AndroidAsync
软件介绍
AndroidAsync 是一个底层网络协议库。
如果你正在寻找一个用于Android的Raw Socket、HTTP Client / Server, WebSocket, Socket.IO的网络库,那么AndroidAsync再适合不过。
特性:
基于NIO,一个线程、Callback驱动、高性能。
所有操作都返回一个Future对象,用于撤销。
Socket client + Socket Server
HTTP Client + Server
WebSocket client + server
Socket.IO Client
Java Concurrency in Practice
Brian Goetz、Tim Peierls、Joshua Bloch、Joseph Bowbeer、David Holmes、Doug Lea / Addison-Wesley Professional / 2006-5-19 / USD 59.99
This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Pe......一起来看看 《Java Concurrency in Practice》 这本书的介绍吧!
