Package | Description |
---|---|
net.bytebuddy.agent |
The Byte Buddy agent allows the redefinition of classes at runtime.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.Response
A response from a VM using a Solaris door.
|
protected static class |
VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.NamedPipeResponse
A response that is sent via a named pipe.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine.ForHotSpot.Connection.Response |
VirtualMachine.ForHotSpot.Connection.execute(String protocol,
String... argument)
Executes a command on the current connection.
|
VirtualMachine.ForHotSpot.Connection.Response |
VirtualMachine.ForHotSpot.Connection.OnPersistentByteChannel.execute(String protocol,
String... argument)
Executes a command on the current connection.
|
VirtualMachine.ForHotSpot.Connection.Response |
VirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.execute(String protocol,
String... argument)
Executes a command on the current connection.
|
VirtualMachine.ForHotSpot.Connection.Response |
VirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.execute(String protocol,
String... argument)
Executes a command on the current connection.
|
Copyright © 2014–2023. All rights reserved.