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

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • onError

      void onError(Throwable t)
    • onAllDataRead

      void onAllDataRead()