responseCode


 
responseCode
protected int responseCode表示三位字数的 HTTP 状态码 (Status-Code) 的 int。
1xx:Informational
2xx:Success
3xx:Redirection
4xx:Client Error
5xx:Server Error

原文地址:https://www.cnblogs.com/lexus/p/2397162.html