Package com.predic8.membrane.core.http
Class AbstractBodyTransferrer
java.lang.Object
com.predic8.membrane.core.http.AbstractBodyTransferrer
- Direct Known Subclasses:
ChunkedBodyTransferrer,PlainBodyTransferrer
Used to send a message body.
An implementation might realize "chunking", for example.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractBodyTransferrer
public AbstractBodyTransferrer()
-
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
finish
- Throws:
IOException
-