Uses of Interface
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.Factory
Packages that use VirtualMachine.ForHotSpot.Connection.Factory
Package
Description
The Byte Buddy agent allows the redefinition of classes at runtime.
-
Uses of VirtualMachine.ForHotSpot.Connection.Factory in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement VirtualMachine.ForHotSpot.Connection.FactoryModifier and TypeClassDescriptionstatic class
A factory for attaching via a socket file.Methods in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.Connection.FactoryModifier and TypeMethodDescriptionstatic VirtualMachine
VirtualMachine.ForHotSpot.attach
(String processId, VirtualMachine.ForHotSpot.Connection.Factory connectionFactory) Attaches to the supplied process id using the supplied connection factory.