Package org.a2aproject.sdk.transport.rest.handler
@NullMarked
package org.a2aproject.sdk.transport.rest.handler
REST transport handler implementations for the A2A protocol.
This package contains the core REST handler that processes HTTP requests and translates them to A2A protocol operations. It includes support for:
- Message sending (blocking and streaming)
- Task management and querying
- Push notification configurations
- Agent card retrieval
-
ClassesClassDescriptionREST transport handler for processing A2A protocol requests over HTTP.Represents an HTTP REST response with status code, content type, and body.Represents an HTTP streaming response with Server-Sent Events.