Package io.odilon.client.http.multipart
Class HttpFileEntity
- java.lang.Object
-
- io.odilon.client.http.multipart.HttpFileEntity
-
- All Implemented Interfaces:
HttpEntity
public class HttpFileEntity extends Object implements HttpEntity
-
-
Constructor Summary
Constructors Constructor Description HttpFileEntity(InputStream stream, String name, long size)
-
-
-
Constructor Detail
-
HttpFileEntity
public HttpFileEntity(InputStream stream, String name, long size)
-
-
Method Detail
-
getStream
public InputStream getStream() throws IOException
- Specified by:
getStream
in interfaceHttpEntity
- Throws:
IOException
-
getSize
public long getSize()
- Specified by:
getSize
in interfaceHttpEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceHttpEntity
-
-