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 classA factory for attaching via a socket file.static classA factory for a POSIX socket connection to a JVM using JNA.static classA factory for establishing a connection to a JVM using a Solaris door in JNA.static classA factory for establishing a connection to a JVM using a named pipe in JNA.Methods in net.bytebuddy.agent that return VirtualMachine.ForHotSpot.Connection.FactoryModifier and TypeMethodDescriptionVirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory.withDefaultTemporaryFolder(int attempts, long pause, TimeUnit timeUnit) Creates a connection factory for a POSIX socket using JNA while locating the default temporary directory used on the current platform.Methods in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.Connection.FactoryModifier and TypeMethodDescriptionstatic VirtualMachineVirtualMachine.ForHotSpot.attach(String processId, VirtualMachine.ForHotSpot.Connection.Factory connectionFactory) Attaches to the supplied process id using the supplied connection factory.