Package org.a2aproject.sdk.client.http
Interface A2AHttpClient.DeleteBuilder
- All Superinterfaces:
A2AHttpClient.Builder<A2AHttpClient.DeleteBuilder>
- Enclosing interface:
- A2AHttpClient
public static interface A2AHttpClient.DeleteBuilder
extends A2AHttpClient.Builder<A2AHttpClient.DeleteBuilder>
Builder for HTTP DELETE requests.
-
Method Summary
Methods inherited from interface org.a2aproject.sdk.client.http.A2AHttpClient.Builder
addHeader, addHeaders, url
-
Method Details
-
delete
Executes a synchronous DELETE request.- Returns:
- the HTTP response
- Throws:
IOException- if an I/O error occursInterruptedException- if the operation is interrupted
-