class org.eclipse.jetty.io.ssl.SslConnection$2 implements org.eclipse.jetty.util.Callback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.io.ssl.SslConnection$2
  super_class: java.lang.Object
{
  final org.eclipse.jetty.io.ssl.SslConnection this$0;
    descriptor: Lorg/eclipse/jetty/io/ssl/SslConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jetty.io.ssl.SslConnection);
    descriptor: (Lorg/eclipse/jetty/io/ssl/SslConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection$2 this
         0: .line 153
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.io.ssl.SslConnection$2.this$0:Lorg/eclipse/jetty/io/ssl/SslConnection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public void succeeded();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection$2 this
         0: .line 158
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$2.this$0:Lorg/eclipse/jetty/io/ssl/SslConnection;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.onFillable:()V
         1: .line 159
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection$2;

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection$2 this
        start local 1 // java.lang.Throwable x
         0: .line 164
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$2.this$0:Lorg/eclipse/jetty/io/ssl/SslConnection;
            aload 1 /* x */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.onFillInterestedFailed:(Ljava/lang/Throwable;)V
         1: .line 165
            return
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection$2;
            0    2     1     x  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     final

  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.ssl.SslConnection$2 this
         0: .line 170
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$2.this$0:Lorg/eclipse/jetty/io/ssl/SslConnection;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getDecryptedEndPoint:()Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.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.ssl.SslConnection$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection$2;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection$2 this
         0: .line 176
            ldc "SSLC.NBReadCB@%x{%s}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$2.this$0:Lorg/eclipse/jetty/io/ssl/SslConnection;
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection$2.this$0:Lorg/eclipse/jetty/io/ssl/SslConnection;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection$2;
}
SourceFile: "SslConnection.java"
EnclosingMethod: org.eclipse.jetty.io.ssl.SslConnection
NestHost: org.eclipse.jetty.io.ssl.SslConnection
InnerClasses:
  org.eclipse.jetty.io.ssl.SslConnection$2
  public DecryptedEndPoint = org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint of org.eclipse.jetty.io.ssl.SslConnection
  public final InvocationType = org.eclipse.jetty.util.thread.Invocable$InvocationType of org.eclipse.jetty.util.thread.Invocable