Uses of Interface
net.bytebuddy.agent.VirtualMachine.ForHotSpot.Connection.Response
Packages that use VirtualMachine.ForHotSpot.Connection.Response
Package
Description
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.ResponseModifier and TypeClassDescriptionprivate class
A response of a persistent byte channel.Methods in net.bytebuddy.agent that return VirtualMachine.ForHotSpot.Connection.ResponseModifier and TypeMethodDescriptionExecutes a command on the current connection.VirtualMachine.ForHotSpot.Connection.OnPersistentByteChannel.execute
(String protocol, String... argument) Executes a command on the current connection.Methods in net.bytebuddy.agent with parameters of type VirtualMachine.ForHotSpot.Connection.ResponseModifier and TypeMethodDescriptionprivate static void
VirtualMachine.ForHotSpot.checkHeader
(VirtualMachine.ForHotSpot.Connection.Response response) Checks the header of a response.