Uses of Interface
org.a2aproject.sdk.client.http.A2AHttpClient.Builder
Packages that use A2AHttpClient.Builder
Package
Description
HTTP client utilities for A2A protocol communication.
-
Uses of A2AHttpClient.Builder in org.a2aproject.sdk.client.http
Classes in org.a2aproject.sdk.client.http with type parameters of type A2AHttpClient.BuilderModifier and TypeInterfaceDescriptionstatic interfaceA2AHttpClient.Builder<T extends A2AHttpClient.Builder<T>>Base builder interface for HTTP requests.Subinterfaces of A2AHttpClient.Builder in org.a2aproject.sdk.client.httpModifier and TypeInterfaceDescriptionstatic interfaceBuilder for HTTP DELETE requests.static interfaceBuilder for HTTP GET requests.static interfaceBuilder for HTTP POST requests.