Package com.openai.core.http
Interface HttpResponse.Handler
-
- All Implemented Interfaces:
public interface HttpResponse.Handler<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract T
handle(HttpResponse response)
-
-
Method Detail
-
handle
abstract T handle(HttpResponse response)
-
-
-
-