Uses of Interface
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.Response
-
Packages that use VirtualMachine.ForHotSpot.Connection.Response Package Description net.bytebuddy.agent The Byte Buddy agent allows the redefinition of classes at runtime. -
-
Uses of VirtualMachine.ForHotSpot.Connection.Response in net.bytebuddy.agent
Classes in net.bytebuddy.agent that implement VirtualMachine.ForHotSpot.Connection.Response Modifier and Type Class Description private class
VirtualMachine.ForHotSpot.Connection.OnPersistentByteChannel.Response
A response of a persistent byte channel.Methods in net.bytebuddy.agent that return VirtualMachine.ForHotSpot.Connection.Response Modifier and Type Method Description VirtualMachine.ForHotSpot.Connection.Response
VirtualMachine.ForHotSpot.Connection. execute(java.lang.String protocol, java.lang.String... argument)
Executes a command on the current connection.VirtualMachine.ForHotSpot.Connection.Response
VirtualMachine.ForHotSpot.Connection.OnPersistentByteChannel. execute(java.lang.String protocol, java.lang.String... argument)
Executes a command on the current connection.Methods in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.Connection.Response Modifier and Type Method Description private static void
VirtualMachine.ForHotSpot. checkHeader(VirtualMachine.ForHotSpot.Connection.Response response)
Checks the header of a response.
-