Class ResponseEntityCollectorOutputStream

    • Constructor Detail

      • ResponseEntityCollectorOutputStream

        public ResponseEntityCollectorOutputStream​(OutputStream originalResponseStream,
                                                   int logCollectLimit)
        Constructor
        Parameters:
        originalResponseStream - the original intercepted output stream
        logCollectLimit - collect limit
    • Method Detail

      • getEntity

        public byte[] getEntity()
        Returns the entity as byte array
        Returns:
        Entity byte array