Interface GrouperHttpResponseBodyCallback


public interface GrouperHttpResponseBodyCallback
Receive the stream of an http response body.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    readBody(InputStream bodyInputStream)
    Receiev the stream.
  • Method Details

    • readBody

      void readBody(InputStream bodyInputStream)
      Receiev the stream.
      Parameters:
      bodyInputStream - is the body stream.