Class VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.Factory

java.lang.Object
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.Factory
All Implemented Interfaces:
VirtualMachine.ForHotSpot.Connection.Factory
Enclosing class:
VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe

public static class VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.Factory extends Object implements VirtualMachine.ForHotSpot.Connection.Factory
A factory for establishing a connection to a JVM using a named pipe in JNA.
  • Field Details

    • LIBRARY_NAME

      public static final String LIBRARY_NAME
      The name of the native code library that is included in this artifact to support Windows attachment. This property can be set by other libraries that shade Byte Buddy agent and relocates the library.
      See Also:
  • Constructor Details

    • Factory

      public Factory()
      Creates a new connection factory for Windows using JNA.
  • Method Details