Package | Description |
---|---|
net.bytebuddy.agent |
The Byte Buddy agent allows the redefinition of classes at runtime.
|
Modifier and Type | Class and Description |
---|---|
static class |
VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket
Implements a connection for a Posix socket in JNA.
|
static class |
VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor
A connection to a VM using a Solaris door.
|
static class |
VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe
Implements a connection for a Windows named pipe in JNA.
|
static class |
VirtualMachine.ForHotSpot.Connection.OnPersistentByteChannel<T>
A connection that is represented by a byte channel that is persistent during communication.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.ForHotSpot.Connection |
VirtualMachine.ForHotSpot.Connection.Factory.connect(String processId)
Connects to the supplied process.
|
VirtualMachine.ForHotSpot.Connection |
VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile.connect(String processId)
Connects to the supplied process.
|
VirtualMachine.ForHotSpot.Connection |
VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.Factory.connect(String processId)
Connects to the supplied process.
|
protected abstract VirtualMachine.ForHotSpot.Connection |
VirtualMachine.ForHotSpot.Connection.Factory.ForSocketFile.doConnect(File socket)
Connects to the supplied POSIX socket.
|
VirtualMachine.ForHotSpot.Connection |
VirtualMachine.ForHotSpot.Connection.ForJnaPosixSocket.Factory.doConnect(File socket) |
protected VirtualMachine.ForHotSpot.Connection |
VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.Factory.doConnect(File socket)
Connects to the supplied POSIX socket.
|
Constructor and Description |
---|
ForHotSpot(VirtualMachine.ForHotSpot.Connection connection)
Creates a new virtual machine connection for HotSpot.
|
Copyright © 2014–2024. All rights reserved.