在添加的请求对象里面添加下面一条语句:
public Priority getPriority() { return Priority.LOW; //请求优先级(低) }
网络操作-请求优先级
原文:http://www.cnblogs.com/bpdxqx/p/5895003.html