-
- All Implemented Interfaces:
public interface HttpLoggingInterceptor
-
-
Method Summary
Modifier and Type Method Description abstract Unitintercept(HttpRequest<?> request)abstract Unitintercept(HttpNetworkResponse response)abstract Unitretry(HttpRequest<?> request, Double delay)-
-
Method Detail
-
intercept
abstract Unit intercept(HttpRequest<?> request)
-
intercept
abstract Unit intercept(HttpNetworkResponse response)
-
retry
abstract Unit retry(HttpRequest<?> request, Double delay)
-
-
-
-