Uses of Interface
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary
Packages that use VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary
Package
Description
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.PosixLibraryModifier and TypeFieldDescriptionVirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory.library
The socket library API.VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.library
The JNA library to use.Constructors in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibraryModifierConstructorDescriptionprotected
ForJnaPosixSocket
(VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.PosixLibrary library, File socket) Creates a connection for a virtual POSIX socket implemented in JNA.