A D G H M O P R T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- Agent - Class in org.apache.sling.cta.impl
- AgentInfo - Class in org.apache.sling.cta.impl
- AgentInfo(long, long) - Constructor for class org.apache.sling.cta.impl.AgentInfo
- AgentInfoMBean - Interface in org.apache.sling.cta.impl
-
Exposes runtime information about the agent using JMX.
D
- doTransformClass(CtClass) - Method in class org.apache.sling.cta.impl.HttpClient3TimeoutTransformer
- doTransformClass(CtClass) - Method in class org.apache.sling.cta.impl.MBeanAwareTimeoutTransformer
-
Transform a class that is guaranteed to exist and in scope of this agent instance
- doTransformClass(CtClass) - Method in class org.apache.sling.cta.impl.UpdateFieldsInConstructorTimeoutTransformer
G
- getConnectTimeoutMillis() - Method in class org.apache.sling.cta.impl.AgentInfo
- getConnectTimeoutMillis() - Method in interface org.apache.sling.cta.impl.AgentInfoMBean
-
Returns the connect timeout
- getReadTimeoutMillis() - Method in class org.apache.sling.cta.impl.AgentInfo
- getReadTimeoutMillis() - Method in interface org.apache.sling.cta.impl.AgentInfoMBean
-
Returns the read timeout
- getTransformedClasses() - Method in class org.apache.sling.cta.impl.AgentInfo
- getTransformedClasses() - Method in interface org.apache.sling.cta.impl.AgentInfoMBean
-
Returns the classes that were transformed to enforce global timeout defaults
- getTransformers() - Method in class org.apache.sling.cta.impl.AgentInfo
- getTransformers() - Method in interface org.apache.sling.cta.impl.AgentInfoMBean
-
Returns the active transformers
H
- HttpClient3TimeoutTransformer - Class in org.apache.sling.cta.impl
-
Sets timeouts for HTTP calls done using Apache Commons HttpClient 3.x
- HttpClient3TimeoutTransformer(long, long, AgentInfo) - Constructor for class org.apache.sling.cta.impl.HttpClient3TimeoutTransformer
- HttpClient4TimeoutTransformer - Class in org.apache.sling.cta.impl
-
Sets timeouts for HTTP calls done using Apache HttpComponents Client 4.x
- HttpClient4TimeoutTransformer(long, long, AgentInfo) - Constructor for class org.apache.sling.cta.impl.HttpClient4TimeoutTransformer
M
- MBeanAwareTimeoutTransformer - Class in org.apache.sling.cta.impl
-
Support class for transformers that expose runtime information through JMX
- MBeanAwareTimeoutTransformer(AgentInfo, Set<String>) - Constructor for class org.apache.sling.cta.impl.MBeanAwareTimeoutTransformer
O
- OkHttpTimeoutTransformer - Class in org.apache.sling.cta.impl
-
Sets timeouts for HTTP calls done using OkHttp 3.x
- OkHttpTimeoutTransformer(long, long, AgentInfo) - Constructor for class org.apache.sling.cta.impl.OkHttpTimeoutTransformer
- org.apache.sling.cta.impl - package org.apache.sling.cta.impl
P
- premain(String, Instrumentation) - Static method in class org.apache.sling.cta.impl.Agent
R
- registerTransformedClass(String) - Method in class org.apache.sling.cta.impl.AgentInfo
- registerTransformer(Class<? extends ClassFileTransformer>) - Method in class org.apache.sling.cta.impl.AgentInfo
T
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.apache.sling.cta.impl.MBeanAwareTimeoutTransformer
U
- UpdateFieldsInConstructorTimeoutTransformer - Class in org.apache.sling.cta.impl
-
Support class for transformers that update the timeout fields in the default constructor
- UpdateFieldsInConstructorTimeoutTransformer(String, String, String, long, long, AgentInfo) - Constructor for class org.apache.sling.cta.impl.UpdateFieldsInConstructorTimeoutTransformer
All Classes All Packages