public abstract class AbstractHttpResponse extends Object implements HttpResponse
Description:
| 限定符和类型 | 字段和说明 |
|---|---|
protected static String |
KEEP_ALIVE |
| 构造器和说明 |
|---|
AbstractHttpResponse(byte[] content) |
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getBody()
响应内容
|
byte[] |
getContent()
响应内容
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getProtocol, getStatusgetHeaderspublic byte[] getContent()
HttpResponsegetContent 在接口中 HttpResponsepublic InputStream getBody()
HttpResponsegetBody 在接口中 HttpResponseCopyright © 2019. All rights reserved.