class org.eclipse.jetty.io.ChannelEndPoint$3 extends org.eclipse.jetty.io.ChannelEndPoint$RunnableCloseable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.io.ChannelEndPoint$3
super_class: org.eclipse.jetty.io.ChannelEndPoint$RunnableCloseable
{
final org.eclipse.jetty.io.ChannelEndPoint this$0;
descriptor: Lorg/eclipse/jetty/io/ChannelEndPoint;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.jetty.io.ChannelEndPoint, org.eclipse.jetty.io.ChannelEndPoint, java.lang.String);
descriptor: (Lorg/eclipse/jetty/io/ChannelEndPoint;Lorg/eclipse/jetty/io/ChannelEndPoint;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 0
aload 2
putfield org.eclipse.jetty.io.ChannelEndPoint$3.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
aload 0
aload 1
aload 3
invokespecial org.eclipse.jetty.io.ChannelEndPoint$RunnableCloseable.<init>:(Lorg/eclipse/jetty/io/ChannelEndPoint;Ljava/lang/String;)V
return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/io/ChannelEndPoint$3;
0 1 3 $anonymous0 Ljava/lang/String;
MethodParameters:
Name Flags
this$0 final
this$1 final
$anonymous0
public org.eclipse.jetty.util.thread.Invocable$InvocationType getInvocationType();
descriptor: ()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.io.ChannelEndPoint$3.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
invokevirtual org.eclipse.jetty.io.ChannelEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
invokevirtual org.eclipse.jetty.io.WriteFlusher.getCallbackInvocationType:()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/ChannelEndPoint$3;
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.io.ChannelEndPoint$3.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
invokevirtual org.eclipse.jetty.io.ChannelEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
invokevirtual org.eclipse.jetty.io.WriteFlusher.completeWrite:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/io/ChannelEndPoint$3;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: ldc "CEP:%s:%s:%s->%s"
iconst_4
anewarray java.lang.Object
dup
iconst_0
aload 0
getfield org.eclipse.jetty.io.ChannelEndPoint$3.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
aastore
dup
iconst_1
aload 0
getfield org.eclipse.jetty.io.ChannelEndPoint$3._operation:Ljava/lang/String;
aastore
dup
iconst_2
aload 0
invokevirtual org.eclipse.jetty.io.ChannelEndPoint$3.getInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
aastore
dup
iconst_3
aload 0
getfield org.eclipse.jetty.io.ChannelEndPoint$3.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
invokevirtual org.eclipse.jetty.io.ChannelEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/io/ChannelEndPoint$3;
}
SourceFile: "ChannelEndPoint.java"
EnclosingMethod: org.eclipse.jetty.io.ChannelEndPoint
NestHost: org.eclipse.jetty.io.ChannelEndPoint
InnerClasses:
org.eclipse.jetty.io.ChannelEndPoint$3
private abstract RunnableCloseable = org.eclipse.jetty.io.ChannelEndPoint$RunnableCloseable of org.eclipse.jetty.io.ChannelEndPoint
public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable