Interface BodyInterceptor

  • All Implemented Interfaces:

    
    public interface BodyInterceptor
    
                        

    An interceptor to inspect or modify the HTTP response body after it's been fully received.

    The onBody method will only be called once for each response.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ByteArray onBody(ByteArray body)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait