public interface IHttpResponse extends Closeable
Modifier and Type | Method and Description |
---|---|
String |
getContent()
获取响应内容
|
String |
getContentEncoding()
获取内容编码字符集
|
long |
getContentLength()
获取内容长度
|
String |
getContentType()
获取内容类型
|
IFileWrapper |
getFileWrapper()
获取文件包装器
|
Map<String,String> |
getHeaders()
获取响应头集合
|
Locale |
getLocale()
获取Locale对象
|
String |
getReasonPhrase()
获取原因说明
|
int |
getStatusCode()
获取HTTP状态码
|
int getStatusCode()
String getReasonPhrase()
Locale getLocale()
String getContent() throws IOException
IOException
- 可能产生的IO异常IFileWrapper getFileWrapper()
String getContentType()
long getContentLength()
String getContentEncoding()
Copyright © 2022. All rights reserved.