public class HttpResponse extends BaseEntity
| 限定符和类型 | 字段和说明 |
|---|---|
static HttpResponse |
EMPTY |
String |
entity |
String |
reasonPhrase |
int |
statusCode |
| 构造器和说明 |
|---|
HttpResponse(int statusCode,
String reasonPhrase,
String entity) |
| 限定符和类型 | 方法和说明 |
|---|---|
static HttpResponse |
create(int statusCode,
String reasonPhrase,
String entity) |
attributeNames, attributeValue, attributeValue, beanToMap, clone, mapToBean, mapToBeans, setAttributeValue, setAttributeValue, toStringpublic static final HttpResponse EMPTY
public final int statusCode
public final String reasonPhrase
public final String entity
public static final HttpResponse create(int statusCode, String reasonPhrase, String entity)
Copyright © 2015–2016. All rights reserved.