Uses of Class
org.apache.sling.cta.impl.AgentInfo
-
-
Uses of AgentInfo in org.apache.sling.cta.impl
Constructors in org.apache.sling.cta.impl with parameters of type AgentInfo Constructor Description HttpClient3TimeoutTransformer(long connectTimeoutMillis, long readTimeoutMillis, AgentInfo agentInfoMBean)
HttpClient4TimeoutTransformer(long connectTimeoutMillis, long readTimeoutMillis, AgentInfo agentInfoMBean)
MBeanAwareTimeoutTransformer(AgentInfo agent, java.util.Set<java.lang.String> classesToTransform)
OkHttpTimeoutTransformer(long connectTimeoutMillis, long readTimeoutMillis, AgentInfo agentInfoMBean)
UpdateFieldsInConstructorTimeoutTransformer(java.lang.String className, java.lang.String connectTimeoutFieldName, java.lang.String readTimeoutFieldName, long connectTimeoutMillis, long readTimeoutMillis, AgentInfo agentInfo)
-