class org.eclipse.jetty.io.ChannelEndPoint$2 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$2
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 // org.eclipse.jetty.io.ChannelEndPoint$2 this
start local 3 // java.lang.String $anonymous0
0: .line 106
aload 0 /* this */
aload 2
putfield org.eclipse.jetty.io.ChannelEndPoint$2.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
aload 0 /* this */
aload 1
aload 3 /* $anonymous0 */
invokespecial org.eclipse.jetty.io.ChannelEndPoint$RunnableCloseable.<init>:(Lorg/eclipse/jetty/io/ChannelEndPoint;Ljava/lang/String;)V
return
end local 3 // java.lang.String $anonymous0
end local 0 // org.eclipse.jetty.io.ChannelEndPoint$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/io/ChannelEndPoint$2;
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 // org.eclipse.jetty.io.ChannelEndPoint$2 this
0: .line 111
aload 0 /* this */
getfield org.eclipse.jetty.io.ChannelEndPoint$2.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
invokevirtual org.eclipse.jetty.io.ChannelEndPoint.getFillInterest:()Lorg/eclipse/jetty/io/FillInterest;
invokevirtual org.eclipse.jetty.io.FillInterest.getCallbackInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
areturn
end local 0 // org.eclipse.jetty.io.ChannelEndPoint$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/io/ChannelEndPoint$2;
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.eclipse.jetty.io.ChannelEndPoint$2 this
0: .line 117
aload 0 /* this */
getfield org.eclipse.jetty.io.ChannelEndPoint$2.this$0:Lorg/eclipse/jetty/io/ChannelEndPoint;
invokevirtual org.eclipse.jetty.io.ChannelEndPoint.getFillInterest:()Lorg/eclipse/jetty/io/FillInterest;
invokevirtual org.eclipse.jetty.io.FillInterest.fillable:()Z
pop
1: .line 118
return
end local 0 // org.eclipse.jetty.io.ChannelEndPoint$2 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/io/ChannelEndPoint$2;
}
SourceFile: "ChannelEndPoint.java"
EnclosingMethod: org.eclipse.jetty.io.ChannelEndPoint
NestHost: org.eclipse.jetty.io.ChannelEndPoint
InnerClasses:
org.eclipse.jetty.io.ChannelEndPoint$2
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