Uses of Class
com.agentforge4j.util.net.HttpEgressGuard
Packages that use HttpEgressGuard
Package
Description
Public bootstrap entry point — framework-agnostic defaults for AgentForge4j.
-
Uses of HttpEgressGuard in com.agentforge4j.bootstrap
Methods in com.agentforge4j.bootstrap with parameters of type HttpEgressGuardModifier and TypeMethodDescriptionServiceLoaderToolProviderFactory.discover(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SecretResolver secretResolver, HttpEgressGuard egressGuard) DiscoversIntegrationToolProviderFactorycontributions on the classpath.Constructors in com.agentforge4j.bootstrap with parameters of type HttpEgressGuardModifierConstructorDescriptionServiceLoaderToolProviderFactory(Collection<IntegrationToolProviderFactory> contributions, com.fasterxml.jackson.databind.ObjectMapper objectMapper, SecretResolver secretResolver, HttpEgressGuard egressGuard) Creates an aggregator over explicit contributions (typically used in tests).