public class OkHttp3ForestResponseFactory extends Object implements ForestResponseFactory<okhttp3.Response>
Constructor and Description |
---|
OkHttp3ForestResponseFactory() |
Modifier and Type | Method and Description |
---|---|
ForestResponse<?> |
createResponse(ForestRequest<?> request,
okhttp3.Response res,
LifeCycleHandler lifeCycleHandler,
Throwable exception,
Date requestTime) |
public ForestResponse<?> createResponse(ForestRequest<?> request, okhttp3.Response res, LifeCycleHandler lifeCycleHandler, Throwable exception, Date requestTime)
createResponse
in interface ForestResponseFactory<okhttp3.Response>
Copyright © 2022. All rights reserved.