Uses of Class
com.mulesoft.connectors.a2a.internal.protocol.JsonRpcSerializer
Packages that use JsonRpcSerializer
Package
Description
-
Uses of JsonRpcSerializer in com.mulesoft.connectors.a2a.internal.client.connection
Constructors in com.mulesoft.connectors.a2a.internal.client.connection with parameters of type JsonRpcSerializerModifierConstructorDescriptionA2AClient(String baseUrl, int responseTimeout, org.mule.runtime.http.api.client.HttpClient httpClient, org.mule.extension.http.api.request.authentication.HttpRequestAuthentication authentication, org.mule.runtime.api.util.MultiMap<String, String> defaultHeaders, JsonRpcSerializer serializer, A2AProtocolSerializer a2aSerializer) -
Uses of JsonRpcSerializer in com.mulesoft.connectors.a2a.internal.server.agent
Methods in com.mulesoft.connectors.a2a.internal.server.agent that return JsonRpcSerializerModifier and TypeMethodDescriptionRequestHandlerContext.getRpcSerializer()ServerAgent.getSerializer()Methods in com.mulesoft.connectors.a2a.internal.server.agent with parameters of type JsonRpcSerializerModifier and TypeMethodDescriptionRequestHandlerContext.Builder.serializer(JsonRpcSerializer serializer) Constructors in com.mulesoft.connectors.a2a.internal.server.agent with parameters of type JsonRpcSerializerModifierConstructorDescriptionServerAgent(org.mule.runtime.http.api.server.HttpServer httpServer, String path, JsonRpcSerializer serializer, A2AProtocolSerializer messageSerializer, org.mule.runtime.api.lock.LockFactory lockFactory, org.mule.runtime.api.store.ObjectStoreManager objectStoreManager, org.mule.runtime.http.api.client.HttpClient client) -
Uses of JsonRpcSerializer in com.mulesoft.connectors.a2a.internal.server.agent.utils
Methods in com.mulesoft.connectors.a2a.internal.server.agent.utils with parameters of type JsonRpcSerializerModifier and TypeMethodDescriptionstatic StringServerAgentUtils.createResponseBody(JsonRpcRequest request, RpcRequestContext.Response response, JsonRpcSerializer serializer) static StringServerAgentUtils.getExceptionalResponse(JsonRpcRequest request, Throwable t, JsonRpcSerializer serializer) static voidServerAgentUtils.sendExceptionalHttpResponse(JsonRpcRequest request, Throwable t, org.mule.runtime.http.api.server.async.HttpResponseReadyCallback callback, JsonRpcSerializer serializer) static voidServerAgentUtils.sendFailureHttpResponse(Integer httpStatusCode, A2AErrorTypes errorType, String message, JsonRpcRequest request, org.mule.runtime.http.api.server.async.HttpResponseReadyCallback callback, JsonRpcSerializer serializer) static voidServerAgentUtils.sendSubmittedAcceptedResponse(JsonRpcRequest request, org.mule.runtime.http.api.server.async.HttpResponseReadyCallback callback, JsonRpcSerializer serializer, String taskId)