Uses of Interface
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary
-
Packages that use VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary Package Description net.bytebuddy.agent The Byte Buddy agent allows the redefinition of classes at runtime. -
-
Uses of VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary in net.bytebuddy.agent
Constructors in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary Constructor Description ForJnaPosixSocket(VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary library, File socket)
Creates a connection for a virtual posix socket implemented in JNA.
-