Package io.odilon.client.http.multipart
Interface HttpEntity
-
- All Known Implementing Classes:
HttpFileEntity
public interface HttpEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
long
getSize()
InputStream
getStream()
-
-
-
Method Detail
-
getStream
InputStream getStream() throws IOException
- Throws:
IOException
-
getSize
long getSize()
-
getName
String getName()
-
-