Package net.bytebuddy.agent
Interface VirtualMachine.ForHotSpot.Connection.Response
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Implementing Classes:
VirtualMachine.ForHotSpot.Connection.OnPersistentByteChannel.Response
- Enclosing interface:
- VirtualMachine.ForHotSpot.Connection
public static interface VirtualMachine.ForHotSpot.Connection.Response extends java.io.Closeable
A response to an execution command to a VM.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
read(byte[] buffer)
Reads a buffer from the target VM.
-