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 protected static classVirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor.ResponseA response from a VM using a Solaris door.protected static classVirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe.NamedPipeResponseA response that is sent via a named pipe.private classVirtualMachine.ForHotSpot.Connection.OnPersistentByteChannel.ResponseA 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.ResponseVirtualMachine.ForHotSpot.Connection. execute(java.lang.String protocol, java.lang.String... argument)Executes a command on the current connection.VirtualMachine.ForHotSpot.Connection.ResponseVirtualMachine.ForHotSpot.Connection.ForJnaSolarisDoor. execute(java.lang.String protocol, java.lang.String... argument)Executes a command on the current connection.VirtualMachine.ForHotSpot.Connection.ResponseVirtualMachine.ForHotSpot.Connection.ForJnaWindowsNamedPipe. execute(java.lang.String protocol, java.lang.String... argument)Executes a command on the current connection.VirtualMachine.ForHotSpot.Connection.ResponseVirtualMachine.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 voidVirtualMachine.ForHotSpot. checkHeader(VirtualMachine.ForHotSpot.Connection.Response response)Checks the header of a response.
-