class org.eclipse.jetty.io.WriteFlusher$PendingState extends org.eclipse.jetty.io.WriteFlusher$State
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.io.WriteFlusher$PendingState
super_class: org.eclipse.jetty.io.WriteFlusher$State
{
private final org.eclipse.jetty.util.Callback _callback;
descriptor: Lorg/eclipse/jetty/util/Callback;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.nio.ByteBuffer[] _buffers;
descriptor: [Ljava/nio/ByteBuffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final org.eclipse.jetty.io.WriteFlusher this$0;
descriptor: Lorg/eclipse/jetty/io/WriteFlusher;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.jetty.io.WriteFlusher, java.nio.ByteBuffer[], org.eclipse.jetty.util.Callback);
descriptor: (Lorg/eclipse/jetty/io/WriteFlusher;[Ljava/nio/ByteBuffer;Lorg/eclipse/jetty/util/Callback;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield org.eclipse.jetty.io.WriteFlusher$PendingState.this$0:Lorg/eclipse/jetty/io/WriteFlusher;
1: aload 0
getstatic org.eclipse.jetty.io.WriteFlusher$StateType.PENDING:Lorg/eclipse/jetty/io/WriteFlusher$StateType;
invokespecial org.eclipse.jetty.io.WriteFlusher$State.<init>:(Lorg/eclipse/jetty/io/WriteFlusher$StateType;)V
2: aload 0
aload 2
putfield org.eclipse.jetty.io.WriteFlusher$PendingState._buffers:[Ljava/nio/ByteBuffer;
3: aload 0
aload 3
putfield org.eclipse.jetty.io.WriteFlusher$PendingState._callback:Lorg/eclipse/jetty/util/Callback;
4: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/jetty/io/WriteFlusher$PendingState;
0 5 2 buffers [Ljava/nio/ByteBuffer;
0 5 3 callback Lorg/eclipse/jetty/util/Callback;
MethodParameters:
Name Flags
this$0 final
buffers
callback
public java.nio.ByteBuffer[] getBuffers();
descriptor: ()[Ljava/nio/ByteBuffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.io.WriteFlusher$PendingState._buffers:[Ljava/nio/ByteBuffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/io/WriteFlusher$PendingState;
org.eclipse.jetty.util.thread.Invocable$InvocationType getCallbackInvocationType();
descriptor: ()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.io.WriteFlusher$PendingState._callback:Lorg/eclipse/jetty/util/Callback;
invokestatic org.eclipse.jetty.util.thread.Invocable.getInvocationType:(Ljava/lang/Object;)Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/io/WriteFlusher$PendingState;
}
SourceFile: "WriteFlusher.java"
NestHost: org.eclipse.jetty.io.WriteFlusher
InnerClasses:
private PendingState = org.eclipse.jetty.io.WriteFlusher$PendingState of org.eclipse.jetty.io.WriteFlusher
private State = org.eclipse.jetty.io.WriteFlusher$State of org.eclipse.jetty.io.WriteFlusher
private final StateType = org.eclipse.jetty.io.WriteFlusher$StateType of org.eclipse.jetty.io.WriteFlusher
public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable