Uses of Record Class
dev.tachyonmcp.core.server.config.NetworkConfig
Packages that use NetworkConfig
Package
Description
Server, capability, network, session, and task configuration types.
-
Uses of NetworkConfig in dev.tachyonmcp.core.server.config
Methods in dev.tachyonmcp.core.server.config that return NetworkConfigModifier and TypeMethodDescriptionNetworkConfig.Builder.build()Builds theNetworkConfig.ServerConfig.network()Returns the value of thenetworkrecord component.Constructors in dev.tachyonmcp.core.server.config with parameters of type NetworkConfigModifierConstructorDescriptionServerConfig(ServerIdentity identity, CapabilitiesConfig capabilities, SessionConfig session, NetworkConfig network, RuntimeConfig runtime, MonitoringConfig monitoring) Creates an instance of aServerConfigrecord class.