com.aliyun.mns.common.comm
类 RepeatableInputStreamEntity

java.lang.Object
  继承者 org.apache.http.entity.AbstractHttpEntity
      继承者 org.apache.http.entity.BasicHttpEntity
          继承者 com.aliyun.mns.common.comm.RepeatableInputStreamEntity
所有已实现的接口:
org.apache.http.HttpEntity

public class RepeatableInputStreamEntity
extends org.apache.http.entity.BasicHttpEntity


嵌套类摘要
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
 

构造方法详细信息

RepeatableInputStreamEntity

public RepeatableInputStreamEntity(ServiceClient.Request request)
方法详细信息

isChunked

public boolean isChunked()
指定者:
接口 org.apache.http.HttpEntity 中的 isChunked
覆盖:
org.apache.http.entity.AbstractHttpEntity 中的 isChunked

isRepeatable

public boolean isRepeatable()
指定者:
接口 org.apache.http.HttpEntity 中的 isRepeatable
覆盖:
org.apache.http.entity.BasicHttpEntity 中的 isRepeatable

writeTo

public void writeTo(OutputStream output)
             throws IOException
指定者:
接口 org.apache.http.HttpEntity 中的 writeTo
覆盖:
org.apache.http.entity.BasicHttpEntity 中的 writeTo
抛出:
IOException


Copyright © 2016. All Rights Reserved.