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.Implements a connection for a POSIX socket in JNA.A factory for a POSIX socket connection to a JVM using JNA.A library for reading a Mac user's temporary directory.A JNA library binding for POSIX sockets.Represents an address for a POSIX socket.A connection to a VM using a Solaris door.A factory for establishing a connection to a JVM using a Solaris door in JNA.A response from a VM using a Solaris door.A library for interacting with Solaris.A structure representing the argument to a Solaris door operation.Implements a connection for a Windows named pipe in JNA.A factory for establishing a connection to a JVM using a named pipe in JNA.A response that is sent via a named pipe.A library for interacting with Windows.A library for interacting with Windows.A connection that is represented by a byte channel that is persistent during communication.A response to an execution command to a VM.A virtual machine attachment implementation for OpenJ9 or any compatible JVM.A dispatcher for native operations being used for communication with an OpenJ9 virtual machine.A connector implementation for a POSIX environment using JNA.An API for interaction with POSIX systems.A structure to represent a semaphore operation forsemop
.Represents a system that supports POSIX ownership.An implementation for reading a POSIX owner usingistat
.An implementation of reading POSIX ownership usingstat
.A connector implementation for a Windows environment using JNA.A handle for an attachment which is represented by a pair of handles.A library for interacting with Windows.A structure representing a mutex's security attributes.A resolver for the current VM's virtual machine attachment emulation.