Uses of Interface
io.a2a.http.A2AHttpClient
Packages that use A2AHttpClient
-
Uses of A2AHttpClient in io.a2a
Methods in io.a2a with parameters of type A2AHttpClientModifier and TypeMethodDescriptionstatic AgentCardA2A.getAgentCard(A2AHttpClient httpClient, String agentUrl) Get the agent card for an A2A agent.static AgentCardA2A.getAgentCard(A2AHttpClient httpClient, String agentUrl, String relativeCardPath, Map<String, String> authHeaders) Get the agent card for an A2A agent. -
Uses of A2AHttpClient in io.a2a.client
Methods in io.a2a.client with parameters of type A2AHttpClientModifier and TypeMethodDescriptionstatic A2AClientA2AClient.getClientFromAgentCardUrl(A2AHttpClient httpClient, String baseUrl, String agentCardPath) Fetches the agent card and initialises an A2A client.Constructors in io.a2a.client with parameters of type A2AHttpClientModifierConstructorDescriptionA2ACardResolver(A2AHttpClient httpClient, String baseUrl) A2ACardResolver(A2AHttpClient httpClient, String baseUrl, String agentCardPath) A2ACardResolver(A2AHttpClient httpClient, String baseUrl, String agentCardPath, Map<String, String> authHeaders) -
Uses of A2AHttpClient in io.a2a.http
Classes in io.a2a.http that implement A2AHttpClient