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.