Class HttpAsyncListSender
- java.lang.Object
-
- io.github.sashirestela.openai.http.sender.HttpSender
-
- io.github.sashirestela.openai.http.sender.HttpAsyncListSender
-
public class HttpAsyncListSender extends HttpSender
-
-
Field Summary
-
Fields inherited from class io.github.sashirestela.openai.http.sender.HttpSender
LOGGER
-
-
Constructor Summary
Constructors Constructor Description HttpAsyncListSender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Object
sendRequest(HttpClient httpClient, HttpRequest httpRequest, Class<T> responseClass)
-
Methods inherited from class io.github.sashirestela.openai.http.sender.HttpSender
throwExceptionIfErrorIsPresent
-
-
-
-
Method Detail
-
sendRequest
public <T> Object sendRequest(HttpClient httpClient, HttpRequest httpRequest, Class<T> responseClass)
- Specified by:
sendRequest
in classHttpSender
-
-