public final class HttpResponse extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
byte[] |
body |
Map<String,String> |
headers |
String |
reasonPhrase |
int |
statusCode |
| 构造器和说明 |
|---|
HttpResponse(int statusCode,
String reasonPhrase,
Map<String,String> headers,
byte[] body) |
public final int statusCode
public final String reasonPhrase
public final byte[] body
Copyright © 2016. All rights reserved.