|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.apache.http.entity.AbstractHttpEntity
org.apache.http.entity.BasicHttpEntity
com.aliyun.mns.common.comm.RepeatableInputStreamEntity
public class RepeatableInputStreamEntity
| 嵌套类摘要 | |
|---|---|
static class |
RepeatableInputStreamEntity.NoAutoClosedInputStreamEntity
The default entity org.apache.http.entity.InputStreamEntity will close input stream after wirteTo was called. |
| 字段摘要 |
|---|
| 从类 org.apache.http.entity.AbstractHttpEntity 继承的字段 |
|---|
chunked, contentEncoding, contentType, OUTPUT_BUFFER_SIZE |
| 构造方法摘要 | |
|---|---|
RepeatableInputStreamEntity(ServiceClient.Request request)
|
|
| 方法摘要 | |
|---|---|
boolean |
isChunked()
|
boolean |
isRepeatable()
|
void |
writeTo(OutputStream output)
|
| 从类 org.apache.http.entity.BasicHttpEntity 继承的方法 |
|---|
getContent, getContentLength, isStreaming, setContent, setContentLength |
| 从类 org.apache.http.entity.AbstractHttpEntity 继承的方法 |
|---|
consumeContent, getContentEncoding, getContentType, setChunked, setContentEncoding, setContentEncoding, setContentType, setContentType, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public RepeatableInputStreamEntity(ServiceClient.Request request)
| 方法详细信息 |
|---|
public boolean isChunked()
org.apache.http.HttpEntity 中的 isChunkedorg.apache.http.entity.AbstractHttpEntity 中的 isChunkedpublic boolean isRepeatable()
org.apache.http.HttpEntity 中的 isRepeatableorg.apache.http.entity.BasicHttpEntity 中的 isRepeatable
public void writeTo(OutputStream output)
throws IOException
org.apache.http.HttpEntity 中的 writeToorg.apache.http.entity.BasicHttpEntity 中的 writeToIOException
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||