Class BigSizeStreamBody
- java.lang.Object
-
- org.apache.http.entity.mime.content.AbstractContentBody
-
- org.apache.http.entity.mime.content.InputStreamBody
-
- io.vertx.up.uca.micro.discovery.multipart.BigSizeStreamBody
-
- All Implemented Interfaces:
org.apache.http.entity.mime.content.ContentBody,org.apache.http.entity.mime.content.ContentDescriptor
public class BigSizeStreamBody extends org.apache.http.entity.mime.content.InputStreamBody
-
-
Constructor Summary
Constructors Constructor Description BigSizeStreamBody(InputStream in, long contentLength, org.apache.http.entity.ContentType contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetContentLength()-
Methods inherited from class org.apache.http.entity.mime.content.InputStreamBody
getFilename, getInputStream, getTransferEncoding, writeTo
-
-
-
-
Constructor Detail
-
BigSizeStreamBody
public BigSizeStreamBody(InputStream in, long contentLength, org.apache.http.entity.ContentType contentType)
-
-