现在的位置: 首页 > SPDY
0℃
2013年08月22日 移动开发 ⁄ 被围观 4,672+
Android的网络编程大家基本都熟悉,Http的Get,Post请求与其他语言的开发大同小异,可以采用Android自带的网络开发包,也可以采用Apache的开源网络编程包。本文介绍一个支持SPDY的开发包OkHttp,关于SPDY的知识,大家可以从维基百科和百度百科上面找到,基本就是增强版的Http。 OkHttp is an HTTP client that’s efficient by default: SPDY support allows all requests to the same host to share a socket. Connection pooling reduces request latency (if SPDY isn’t available). Transparent GZIP shrinks ...
阅读全文
×
腾讯微博