public abstract class net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel<T> implements net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel
super_class: java.lang.Object
{
private static final byte[] BLANK;
descriptor: [B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: iconst_1
newarray 8
putstatic net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.BLANK:[B
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel<TT;>;
public net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$Response execute(java.lang.String, java.lang.String[]);
descriptor: (Ljava/lang/String;[Ljava/lang/String;)Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$Response;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=4, locals=8, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.connect:()Ljava/lang/Object;
astore 3
start local 3 1: aload 0
aload 3
aload 1
ldc "UTF-8"
invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.write:(Ljava/lang/Object;[B)V
2: aload 0
aload 3
getstatic net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.BLANK:[B
invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.write:(Ljava/lang/Object;[B)V
3: aload 2
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 9
StackMap locals: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel java.lang.String java.lang.String[] java.lang.Object top int int java.lang.String[]
StackMap stack:
4: aload 7
iload 5
aaload
astore 4
start local 4 5: aload 4
ifnull 7
6: aload 0
aload 3
aload 4
ldc "UTF-8"
invokevirtual java.lang.String.getBytes:(Ljava/lang/String;)[B
invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.write:(Ljava/lang/Object;[B)V
7: StackMap locals: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel java.lang.String java.lang.String[] java.lang.Object java.lang.String int int java.lang.String[]
StackMap stack:
aload 0
aload 3
getstatic net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.BLANK:[B
invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.write:(Ljava/lang/Object;[B)V
end local 4 8: iinc 5 1
StackMap locals: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel java.lang.String java.lang.String[] java.lang.Object top int int java.lang.String[]
StackMap stack:
9: iload 5
iload 6
if_icmplt 4
10: new net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response
dup
aload 0
aload 3
invokespecial net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response.<init>:(Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel;Ljava/lang/Object;)V
11: areturn
12: StackMap locals: net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel java.lang.String java.lang.String[] java.lang.Object
StackMap stack: java.lang.Throwable
astore 4
start local 4 13: aload 0
aload 3
invokevirtual net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel.close:(Ljava/lang/Object;)V
14: aload 4
instanceof java.lang.RuntimeException
ifeq 16
15: aload 4
checkcast java.lang.RuntimeException
athrow
16: StackMap locals: java.lang.Throwable
StackMap stack:
aload 4
instanceof java.io.IOException
ifeq 18
17: aload 4
checkcast java.io.IOException
athrow
18: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
aload 4
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel<TT;>;
0 19 1 protocol Ljava/lang/String;
0 19 2 argument [Ljava/lang/String;
1 19 3 connection TT;
5 8 4 anArgument Ljava/lang/String;
13 19 4 throwable Ljava/lang/Throwable;
Exception table:
from to target type
1 11 12 Class java.lang.Throwable
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
protocol
argument
protected abstract T connect();
descriptor: ()Ljava/lang/Object;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
Signature: ()TT;
protected abstract void close();
descriptor: (Ljava/lang/Object;)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
Signature: (TT;)V
MethodParameters:
Name Flags
connection
protected abstract void write(T, );
descriptor: (Ljava/lang/Object;[B)V
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
Signature: (TT;[B)V
MethodParameters:
Name Flags
connection
buffer
protected abstract int read(T, );
descriptor: (Ljava/lang/Object;[B)I
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
Signature: (TT;[B)I
MethodParameters:
Name Flags
connection
buffer
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lnet/bytebuddy/agent/VirtualMachine$ForHotSpot$Connection;
SourceFile: "VirtualMachine.java"
NestHost: net.bytebuddy.agent.VirtualMachine
InnerClasses:
public ForHotSpot = net.bytebuddy.agent.VirtualMachine$ForHotSpot of net.bytebuddy.agent.VirtualMachine
public abstract Connection = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection of net.bytebuddy.agent.VirtualMachine$ForHotSpot
public abstract OnPersistentByteChannel = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel of net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection
private Response = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel$Response of net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$OnPersistentByteChannel
public abstract Response = net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection$Response of net.bytebuddy.agent.VirtualMachine$ForHotSpot$Connection