Uses of Interface
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection
-
Packages that use VirtualMachine.ForHotSpot.Connection Package Description net.bytebuddy.agent The Byte Buddy agent allows the redefinition of classes at runtime. -
-
Uses of VirtualMachine.ForHotSpot.Connection in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement VirtualMachine.ForHotSpot.Connection Modifier and Type Class Description static class
VirtualMachine.ForHotSpot.Connection.OnPersistentByteChannel<T>
A connection that is represented by a byte channel that is persistent during communication.Fields in net.bytebuddy.agent declared as VirtualMachine.ForHotSpot.Connection Modifier and Type Field Description private VirtualMachine.ForHotSpot.Connection
VirtualMachine.ForHotSpot. connection
The virtual machine connection.Methods in net.bytebuddy.agent that return VirtualMachine.ForHotSpot.Connection Modifier and Type Method Description VirtualMachine.ForHotSpot.Connection
VirtualMachine.ForHotSpot.Connection.Factory. connect(java.lang.String processId)
Connects to the supplied process.VirtualMachine.ForHotSpot.Connection
VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile. connect(java.lang.String processId)
Connects to the supplied process.protected abstract VirtualMachine.ForHotSpot.Connection
VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile. doConnect(java.io.File socket)
Connects to the supplied POSIX socket.Constructors in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.Connection Constructor Description ForHotSpot(VirtualMachine.ForHotSpot.Connection connection)
Creates a new virtual machine connection for HotSpot.
-