Uses of Interface
dev.langchain4j.http.client.HttpClient
Packages that use HttpClient
Package
Description
-
Uses of HttpClient in dev.langchain4j.code.azure.acads
Constructors in dev.langchain4j.code.azure.acads with parameters of type HttpClientModifierConstructorDescriptionprotectedSessionsREPLTool(String poolManagementEndpoint, String sessionId, boolean sanitizeInput, HttpClient httpClient, com.azure.identity.DefaultAzureCredential credential) Protected constructor for testing purposes that allows injecting dependencies. -
Uses of HttpClient in dev.langchain4j.http.client
Methods in dev.langchain4j.http.client that return HttpClient -
Uses of HttpClient in dev.langchain4j.http.client.jdk
Classes in dev.langchain4j.http.client.jdk that implement HttpClient -
Uses of HttpClient in dev.langchain4j.http.client.log
Classes in dev.langchain4j.http.client.log that implement HttpClientConstructors in dev.langchain4j.http.client.log with parameters of type HttpClientModifierConstructorDescriptionLoggingHttpClient(HttpClient delegateHttpClient, Boolean logRequests, Boolean logResponses) LoggingHttpClient(HttpClient delegateHttpClient, Boolean logRequests, Boolean logResponses, org.slf4j.Logger logger) -
Uses of HttpClient in dev.langchain4j.mcp.registryclient
Methods in dev.langchain4j.mcp.registryclient with parameters of type HttpClientModifier and TypeMethodDescriptionDefaultMcpRegistryClient.Builder.httpClient(HttpClient httpClient)