Uses of Interface
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection
Packages that use VirtualMachine.ForHotSpot.Connection
Package
Description
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.ConnectionModifier and TypeClassDescriptionstatic class
A connection that is represented by a byte channel that is persistent during communication.Fields in net.bytebuddy.agent declared as VirtualMachine.ForHotSpot.ConnectionModifier and TypeFieldDescriptionprivate final VirtualMachine.ForHotSpot.Connection
VirtualMachine.ForHotSpot.connection
The virtual machine connection.Methods in net.bytebuddy.agent that return VirtualMachine.ForHotSpot.ConnectionModifier and TypeMethodDescriptionConnects to the supplied process.Connects to the supplied process.protected abstract VirtualMachine.ForHotSpot.Connection
Connects to the supplied POSIX socket.Constructors in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.ConnectionModifierConstructorDescriptionprotected
ForHotSpot
(VirtualMachine.ForHotSpot.Connection connection) Creates a new virtual machine connection for HotSpot.