Class VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile

java.lang.Object
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile
All Implemented Interfaces:
VirtualMachine.ForHotSpot.Connection.Factory
Direct Known Subclasses:
VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory, VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.Factory
Enclosing interface:
VirtualMachine.ForHotSpot.Connection.Factory

public abstract static class VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile extends Object implements VirtualMachine.ForHotSpot.Connection.Factory
A factory for attaching via a socket file.
  • Constructor Details

    • ForSocketFile

      protected ForSocketFile(String temporaryDirectory, int attempts, long pause, TimeUnit timeUnit)
      Creates a connection factory for creating a socket connection via a file.
      Parameters:
      temporaryDirectory - The temporary directory to use.
      attempts - The maximum amount of attempts for checking the establishment of a socket connection.
      pause - The pause between two checks for an established socket connection.
      timeUnit - The time unit of the pause time.
  • Method Details