Uses of Class
org.a2aproject.sdk.spec.A2AClientJSONError
Packages that use A2AClientJSONError
Package
Description
HTTP client utilities for A2A protocol communication.
-
Uses of A2AClientJSONError in org.a2aproject.sdk
Methods in org.a2aproject.sdk that throw A2AClientJSONErrorModifier and TypeMethodDescriptionstatic AgentCardA2A.getAgentCard(String agentUrl) Retrieve the agent card for an A2A agent.static AgentCardRetrieve the agent card with custom path and authentication.static AgentCardA2A.getAgentCard(A2AHttpClient httpClient, String agentUrl) Retrieve the agent card using a custom HTTP client.static AgentCardA2A.getAgentCard(A2AHttpClient httpClient, String agentUrl, String relativeCardPath, Map<String, String> authHeaders) Retrieve the agent card with full customization options. -
Uses of A2AClientJSONError in org.a2aproject.sdk.client.http
Methods in org.a2aproject.sdk.client.http that throw A2AClientJSONErrorModifier and TypeMethodDescriptionA2ACardResolver.getAgentCard()Fetches the agent card for this resolver's configured agent.