Interface AsynchronousBodyInputStream.StateChangeLister
-
- Enclosing class:
- AsynchronousBodyInputStream
static interface AsynchronousBodyInputStream.StateChangeLister
Internal listener, so that the connection pool knows when the body has been read, so it can reuse/close the connection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAllDataRead()
void
onError(java.lang.Throwable t)
-