class org.eclipse.jetty.io.SocketChannelEndPoint$3 extends org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.io.SocketChannelEndPoint$3
super_class: org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable
{
final org.eclipse.jetty.io.SocketChannelEndPoint this$0;
descriptor: Lorg/eclipse/jetty/io/SocketChannelEndPoint;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.jetty.io.SocketChannelEndPoint, org.eclipse.jetty.io.SocketChannelEndPoint, java.lang.String);
descriptor: (Lorg/eclipse/jetty/io/SocketChannelEndPoint;Lorg/eclipse/jetty/io/SocketChannelEndPoint;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$3 this
start local 3 // java.lang.String $anonymous0
0: .line 131
aload 0 /* this */
aload 2
putfield org.eclipse.jetty.io.SocketChannelEndPoint$3.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
aload 0 /* this */
aload 1
aload 3 /* $anonymous0 */
invokespecial org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable.<init>:(Lorg/eclipse/jetty/io/SocketChannelEndPoint;Ljava/lang/String;)V
return
end local 3 // java.lang.String $anonymous0
end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$3 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/io/SocketChannelEndPoint$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=2, locals=3, args_size=1
start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$3 this
0: .line 136
aload 0 /* this */
getfield org.eclipse.jetty.io.SocketChannelEndPoint$3.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
invokevirtual org.eclipse.jetty.io.SocketChannelEndPoint.getFillInterest:()Lorg/eclipse/jetty/io/FillInterest;
invokevirtual org.eclipse.jetty.io.FillInterest.getCallbackInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
astore 1 /* fillT */
start local 1 // org.eclipse.jetty.util.thread.Invocable$InvocationType fillT
1: .line 137
aload 0 /* this */
getfield org.eclipse.jetty.io.SocketChannelEndPoint$3.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
invokevirtual org.eclipse.jetty.io.SocketChannelEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
invokevirtual org.eclipse.jetty.io.WriteFlusher.getCallbackInvocationType:()Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
astore 2 /* flushT */
start local 2 // org.eclipse.jetty.util.thread.Invocable$InvocationType flushT
2: .line 138
aload 1 /* fillT */
aload 2 /* flushT */
if_acmpne 4
3: .line 139
aload 1 /* fillT */
areturn
4: .line 141
StackMap locals: org.eclipse.jetty.util.thread.Invocable$InvocationType org.eclipse.jetty.util.thread.Invocable$InvocationType
StackMap stack:
aload 1 /* fillT */
getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.EITHER:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
if_acmpne 6
aload 2 /* flushT */
getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.NON_BLOCKING:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
if_acmpne 6
5: .line 142
getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.EITHER:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
areturn
6: .line 144
StackMap locals:
StackMap stack:
aload 1 /* fillT */
getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.NON_BLOCKING:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
if_acmpne 8
aload 2 /* flushT */
getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.EITHER:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
if_acmpne 8
7: .line 145
getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.EITHER:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
areturn
8: .line 147
StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.util.thread.Invocable$InvocationType.BLOCKING:Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
areturn
end local 2 // org.eclipse.jetty.util.thread.Invocable$InvocationType flushT
end local 1 // org.eclipse.jetty.util.thread.Invocable$InvocationType fillT
end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$3 this
LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/jetty/io/SocketChannelEndPoint$3;
1 9 1 fillT Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
2 9 2 flushT Lorg/eclipse/jetty/util/thread/Invocable$InvocationType;
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$3 this
0: .line 153
aload 0 /* this */
getfield org.eclipse.jetty.io.SocketChannelEndPoint$3.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
invokevirtual org.eclipse.jetty.io.SocketChannelEndPoint.getWriteFlusher:()Lorg/eclipse/jetty/io/WriteFlusher;
invokevirtual org.eclipse.jetty.io.WriteFlusher.completeWrite:()V
1: .line 154
aload 0 /* this */
getfield org.eclipse.jetty.io.SocketChannelEndPoint$3.this$0:Lorg/eclipse/jetty/io/SocketChannelEndPoint;
invokevirtual org.eclipse.jetty.io.SocketChannelEndPoint.getFillInterest:()Lorg/eclipse/jetty/io/FillInterest;
invokevirtual org.eclipse.jetty.io.FillInterest.fillable:()Z
pop
2: .line 155
return
end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint$3 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/io/SocketChannelEndPoint$3;
}
SourceFile: "SocketChannelEndPoint.java"
EnclosingMethod: org.eclipse.jetty.io.SocketChannelEndPoint
NestHost: org.eclipse.jetty.io.SocketChannelEndPoint
InnerClasses:
org.eclipse.jetty.io.SocketChannelEndPoint$3
private abstract RunnableCloseable = org.eclipse.jetty.io.SocketChannelEndPoint$RunnableCloseable of org.eclipse.jetty.io.SocketChannelEndPoint
public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable