responseCode


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

你可能感兴趣的:(response)