-
- All Implemented Interfaces:
public final class AgentConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAgentConfig.Companion
-
Field Summary
Fields Modifier and Type Field Description private final DurationconsentFreshnessIntervalprivate final DurationconsentFreshnessOriginalWaitIntervalprivate final DurationconsentFreshnessMaxWaitIntervalprivate final IntegermaxConsentFreshnessRetransmissionsprivate final DurationterminationDelayprivate final IntegermaxCheckListSizeprivate final Stringsoftwareprivate final BooleanuseComponentSocket
-
Constructor Summary
Constructors Constructor Description AgentConfig()
-
Method Summary
Modifier and Type Method Description final DurationgetConsentFreshnessInterval()final DurationgetConsentFreshnessOriginalWaitInterval()final DurationgetConsentFreshnessMaxWaitInterval()final IntegergetMaxConsentFreshnessRetransmissions()final DurationgetTerminationDelay()final IntegergetMaxCheckListSize()final StringgetSoftware()The value of the SOFTWARE attribute that ice4j should include in all outgoing messages. final BooleangetUseComponentSocket()Whether the per-component merging socket should be enabled by default (the default value can be overridden with the Agent API). -
-
Method Detail
-
getConsentFreshnessInterval
final Duration getConsentFreshnessInterval()
-
getConsentFreshnessOriginalWaitInterval
final Duration getConsentFreshnessOriginalWaitInterval()
-
getConsentFreshnessMaxWaitInterval
final Duration getConsentFreshnessMaxWaitInterval()
-
getMaxConsentFreshnessRetransmissions
final Integer getMaxConsentFreshnessRetransmissions()
-
getTerminationDelay
final Duration getTerminationDelay()
-
getMaxCheckListSize
final Integer getMaxCheckListSize()
-
getSoftware
final String getSoftware()
The value of the SOFTWARE attribute that ice4j should include in all outgoing messages.
-
getUseComponentSocket
final Boolean getUseComponentSocket()
Whether the per-component merging socket should be enabled by default (the default value can be overridden with the Agent API). If enabled, the user of the library must use the socket instance provided by Component.getSocket. Otherwise, the socket instance from the desired CandidatePair must be used.
-
-
-
-