Interface ChunkedBodyOutputStream.Listener
-
- Enclosing class:
- ChunkedBodyOutputStream
static interface ChunkedBodyOutputStream.Listener
Set a close listener which will be called when the user closes the stream. This is used to indicate that the body has been completely written.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClosed()
-