C H N P R T

C

com.netflix.hystrix.contrib.networkauditor - package com.netflix.hystrix.contrib.networkauditor
 

H

handleNetworkEvent() - Method in interface com.netflix.hystrix.contrib.networkauditor.HystrixNetworkAuditorEventListener
Invoked by the HystrixNetworkAuditorAgent when network events occur.
HystrixNetworkAuditorAgent - Class in com.netflix.hystrix.contrib.networkauditor
Java Agent to instrument network code in the java.* libraries and use Hystrix state to determine if calls are Hystrix-isolated or not.
HystrixNetworkAuditorAgent() - Constructor for class com.netflix.hystrix.contrib.networkauditor.HystrixNetworkAuditorAgent
 
HystrixNetworkAuditorEventListener - Interface in com.netflix.hystrix.contrib.networkauditor
Event listener that gets implemented and registered with HystrixNetworkAuditorAgent.registerEventListener(HystrixNetworkAuditorEventListener) by the application running Hystrix in the application classloader into this JavaAgent running in the boot classloader so events can be invoked on code inside the application classloader.

N

NetworkClassTransform - Class in com.netflix.hystrix.contrib.networkauditor
Bytecode ClassFileTransformer used by the Java Agent to instrument network code in the java.* libraries and use Hystrix state to determine if calls are Hystrix-isolated or not.
NetworkClassTransform() - Constructor for class com.netflix.hystrix.contrib.networkauditor.NetworkClassTransform
 
notifyOfNetworkEvent() - Static method in class com.netflix.hystrix.contrib.networkauditor.HystrixNetworkAuditorAgent
Invoked by instrumented code when network access occurs.

P

premain(String, Instrumentation) - Static method in class com.netflix.hystrix.contrib.networkauditor.HystrixNetworkAuditorAgent
 

R

registerEventListener(HystrixNetworkAuditorEventListener) - Static method in class com.netflix.hystrix.contrib.networkauditor.HystrixNetworkAuditorAgent
Register the implementation of the HystrixNetworkAuditorEventListener that will receive the events.

T

transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class com.netflix.hystrix.contrib.networkauditor.NetworkClassTransform
 

C H N P R T