Class ApacheHttpClient
java.lang.Object
dev.langchain4j.http.client.apache.ApacheHttpClient
- All Implemented Interfaces:
HttpClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApacheHttpClientBuilderbuilder()execute(HttpRequest request) voidexecute(HttpRequest request, ServerSentEventParser parser, ServerSentEventListener listener) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface HttpClient
execute
-
Constructor Details
-
ApacheHttpClient
-
-
Method Details
-
builder
-
execute
- Specified by:
executein interfaceHttpClient- Throws:
HttpException
-
execute
public void execute(HttpRequest request, ServerSentEventParser parser, ServerSentEventListener listener) - Specified by:
executein interfaceHttpClient
-