Uses of Record Class
com.agentforge4j.tools.http.HttpEndpointDefinition
Packages that use HttpEndpointDefinition
-
Uses of HttpEndpointDefinition in com.agentforge4j.tools.http
Methods in com.agentforge4j.tools.http that return HttpEndpointDefinitionModifier and TypeMethodDescriptionHttpEndpointDefinition.Builder.build()Builds the validatedHttpEndpointDefinition.Constructor parameters in com.agentforge4j.tools.http with type arguments of type HttpEndpointDefinitionModifierConstructorDescriptionHttpToolProvider(String configuredName, List<HttpEndpointDefinition> definitions, Function<String, String> secretResolver, HttpClient httpClient, OutboundEgressGuard egressGuard, ToolExecutionOptions defaultOptions, long defaultMaxResponseBytes, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Creates a provider over a fixed set of endpoint definitions, validating them up front.