public interface HttpEntity
Description:
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getContent() |
long |
getContentLength() |
ContentType |
getContentType() |
void |
writeTo(OutputStream outstream) |
ContentType getContentType()
long getContentLength()
InputStream getContent() throws IOException
IOExceptionvoid writeTo(OutputStream outstream) throws IOException
IOExceptionCopyright © 2019. All rights reserved.