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
Fields in net.bytebuddy.agent declared as VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary Modifier and Type Field Description private VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary
VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory. library
The socket library API.private VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary
VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket. library
The JNA library to use.Constructors in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary Constructor Description ForJnaPosixSocket(VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary library, java.io.File socket)
Creates a connection for a virtual posix socket implemented in JNA.
-