Package net.bytebuddy.agent
@ByDefault
package net.bytebuddy.agent
The Byte Buddy agent allows the redefinition of classes at runtime.
-
ClassDescriptionA Java program that attaches a Java agent to an external process.The Byte Buddy agent provides a JVM
Instrumentation
in order to allow Byte Buddy the redefinition of already loaded classes.An agent provider is responsible for handling and providing the jar file of an agent that is being attached.An agent provider for a temporary Byte Buddy agent.An agent provider that supplies an existing agent that is not deleted after attachment.An attachment provider is responsible for making the Java attachment API available.An accessor for a JVM's attachment API.Describes an external attachment to a Java virtual machine.A simple implementation of an accessible accessor.A simple implementation of an accessible accessor that attaches using a virtual machine emulation that does not require external attachment.A simple implementation of an accessible accessor that allows for external attachment.A canonical implementation of an unavailable accessor.A compound attachment provider that attempts the attachment by delegation to other providers.An attachment provider that uses Byte Buddy's attachment API emulation.An attachment provider that locates the attach API directly from the system class loader expecting an IBM J9 VM.An attachment provider that locates the attach API directly from the system class loader, as possible since introducing the Java module system via thejdk.attach
module.An attachment provider that is dependant on the existence of a tools.jar file on the local file system.An attachment provider that attempts to locate atools.jar
from a custom location set via a system property.An attachment evaluator is responsible for deciding if an agent can be attached from the current process.An attachment type evaluator that never requires external attachment.An attachment type evaluator that checks a process id against the current process id.An installation action for creating an attachment type evaluator.A process provider is responsible for providing the process id of the current VM.Supplies the current VM's process id.A process provider for a Java 9 capable VM with access to the introduced process API.A process provider for a legacy VM that reads the process id from its JMX properties.An installer class which defined the hook-in methods that are required by the Java agent specification.An implementation for attachment on a virtual machine.An abstract base implementation for a virtual machine.A virtual machine attachment implementation for a HotSpot VM or any compatible JVM.Represents a connection to a virtual machine.A factory for creating connections to virtual machines.A factory for attaching via a socket file.A connection that is represented by a byte channel that is persistent during communication.A response to an execution command to a VM.A resolver for the current VM's virtual machine attachment emulation.