Uses of Package
com.agentforge4j.util.net
Packages that use com.agentforge4j.util.net
Package
Description
Public bootstrap entry point — framework-agnostic defaults for AgentForge4j.
Transport-agnostic SPI contracts for declaring external integrations (MCP servers and HTTP tool
sets) and turning them into governed tool providers.
-
Classes in com.agentforge4j.util.net used by com.agentforge4j.bootstrapClassDescriptionDefault
OutboundEgressGuard: classifies a targetURIas eligible only when its scheme ishttp/httpsand its host resolves entirely to public addresses. -
Classes in com.agentforge4j.util.net used by com.agentforge4j.core.spi.integrationClassDescriptionClassifies whether a target URL is an eligible outbound destination, as a defence against server-side request forgery (SSRF) on tool-driven HTTP.
-
Classes in com.agentforge4j.util.net used by com.agentforge4j.tools.httpClassDescriptionClassifies whether a target URL is an eligible outbound destination, as a defence against server-side request forgery (SSRF) on tool-driven HTTP.
-
Classes in com.agentforge4j.util.net used by com.agentforge4j.util.netClassDescriptionOutcome of an
OutboundEgressGuardclassification of a target URL.Classifies whether a target URL is an eligible outbound destination, as a defence against server-side request forgery (SSRF) on tool-driven HTTP.