public class org.eclipse.jetty.io.ssl.SslConnection extends org.eclipse.jetty.io.AbstractConnection implements org.eclipse.jetty.io.Connection$UpgradeTo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.io.ssl.SslConnection
  super_class: org.eclipse.jetty.io.AbstractConnection
{
  private static final org.slf4j.Logger LOG;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String TLS_1_3;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "TLSv1.3"

  private final org.eclipse.jetty.util.thread.AutoLock _lock;
    descriptor: Lorg/eclipse/jetty/util/thread/AutoLock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.eclipse.jetty.io.ssl.SslHandshakeListener> handshakeListeners;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;>;

  private final org.eclipse.jetty.io.ByteBufferPool _bufferPool;
    descriptor: Lorg/eclipse/jetty/io/ByteBufferPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.net.ssl.SSLEngine _sslEngine;
    descriptor: Ljavax/net/ssl/SSLEngine;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint _decryptedEndPoint;
    descriptor: Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.nio.ByteBuffer _decryptedInput;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  private java.nio.ByteBuffer _encryptedInput;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  private java.nio.ByteBuffer _encryptedOutput;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  private final boolean _encryptedDirectBuffers;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean _decryptedDirectBuffers;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean _renegotiationAllowed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private int _renegotiationLimit;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean _closedOutbound;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean _requireCloseMessage;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.io.ssl.SslConnection$FlushState _flushState;
    descriptor: Lorg/eclipse/jetty/io/ssl/SslConnection$FlushState;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.io.ssl.SslConnection$FillState _fillState;
    descriptor: Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
    flags: (0x0002) ACC_PRIVATE

  private java.util.concurrent.atomic.AtomicReference<org.eclipse.jetty.io.ssl.SslConnection$HandshakeState> _handshake;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/eclipse/jetty/io/ssl/SslConnection$HandshakeState;>;

  private boolean _underflown;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.Runnable _runFillable;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jetty.util.Callback _sslReadCallback;
    descriptor: Lorg/eclipse/jetty/util/Callback;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 83
            ldc Lorg/eclipse/jetty/io/ssl/SslConnection;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putstatic org.eclipse.jetty.io.ssl.SslConnection.LOG:Lorg/slf4j/Logger;
         1: .line 84
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jetty.io.ByteBufferPool, java.util.concurrent.Executor, org.eclipse.jetty.io.EndPoint, javax.net.ssl.SSLEngine);
    descriptor: (Lorg/eclipse/jetty/io/ByteBufferPool;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // org.eclipse.jetty.io.ByteBufferPool byteBufferPool
        start local 2 // java.util.concurrent.Executor executor
        start local 3 // org.eclipse.jetty.io.EndPoint endPoint
        start local 4 // javax.net.ssl.SSLEngine sslEngine
         0: .line 187
            aload 0 /* this */
            aload 1 /* byteBufferPool */
            aload 2 /* executor */
            aload 3 /* endPoint */
            aload 4 /* sslEngine */
            iconst_0
            iconst_0
            invokespecial org.eclipse.jetty.io.ssl.SslConnection.<init>:(Lorg/eclipse/jetty/io/ByteBufferPool;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;ZZ)V
         1: .line 188
            return
        end local 4 // javax.net.ssl.SSLEngine sslEngine
        end local 3 // org.eclipse.jetty.io.EndPoint endPoint
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // org.eclipse.jetty.io.ByteBufferPool byteBufferPool
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    2     1  byteBufferPool  Lorg/eclipse/jetty/io/ByteBufferPool;
            0    2     2        executor  Ljava/util/concurrent/Executor;
            0    2     3        endPoint  Lorg/eclipse/jetty/io/EndPoint;
            0    2     4       sslEngine  Ljavax/net/ssl/SSLEngine;
    MethodParameters:
                Name  Flags
      byteBufferPool  
      executor        
      endPoint        
      sslEngine       

  public void <init>(org.eclipse.jetty.io.ByteBufferPool, java.util.concurrent.Executor, org.eclipse.jetty.io.EndPoint, javax.net.ssl.SSLEngine, boolean, boolean);
    descriptor: (Lorg/eclipse/jetty/io/ByteBufferPool;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/io/EndPoint;Ljavax/net/ssl/SSLEngine;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // org.eclipse.jetty.io.ByteBufferPool byteBufferPool
        start local 2 // java.util.concurrent.Executor executor
        start local 3 // org.eclipse.jetty.io.EndPoint endPoint
        start local 4 // javax.net.ssl.SSLEngine sslEngine
        start local 5 // boolean useDirectBuffersForEncryption
        start local 6 // boolean useDirectBuffersForDecryption
         0: .line 195
            aload 0 /* this */
            aload 3 /* endPoint */
            aload 2 /* executor */
            invokespecial org.eclipse.jetty.io.AbstractConnection.<init>:(Lorg/eclipse/jetty/io/EndPoint;Ljava/util/concurrent/Executor;)V
         1: .line 108
            aload 0 /* this */
            new org.eclipse.jetty.util.thread.AutoLock
            dup
            invokespecial org.eclipse.jetty.util.thread.AutoLock.<init>:()V
            putfield org.eclipse.jetty.io.ssl.SslConnection._lock:Lorg/eclipse/jetty/util/thread/AutoLock;
         2: .line 109
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.jetty.io.ssl.SslConnection.handshakeListeners:Ljava/util/List;
         3: .line 119
            aload 0 /* this */
            iconst_m1
            putfield org.eclipse.jetty.io.ssl.SslConnection._renegotiationLimit:I
         4: .line 122
            aload 0 /* this */
            getstatic org.eclipse.jetty.io.ssl.SslConnection$FlushState.IDLE:Lorg/eclipse/jetty/io/ssl/SslConnection$FlushState;
            putfield org.eclipse.jetty.io.ssl.SslConnection._flushState:Lorg/eclipse/jetty/io/ssl/SslConnection$FlushState;
         5: .line 123
            aload 0 /* this */
            getstatic org.eclipse.jetty.io.ssl.SslConnection$FillState.IDLE:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
            putfield org.eclipse.jetty.io.ssl.SslConnection._fillState:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
         6: .line 124
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            getstatic org.eclipse.jetty.io.ssl.SslConnection$HandshakeState.INITIAL:Lorg/eclipse/jetty/io/ssl/SslConnection$HandshakeState;
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:(Ljava/lang/Object;)V
            putfield org.eclipse.jetty.io.ssl.SslConnection._handshake:Ljava/util/concurrent/atomic/AtomicReference;
         7: .line 143
            aload 0 /* this */
            new org.eclipse.jetty.io.ssl.SslConnection$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            ldc "runFillable"
            invokespecial org.eclipse.jetty.io.ssl.SslConnection$1.<init>:(Lorg/eclipse/jetty/io/ssl/SslConnection;Lorg/eclipse/jetty/io/ssl/SslConnection;Ljava/lang/String;)V
            putfield org.eclipse.jetty.io.ssl.SslConnection._runFillable:Ljava/lang/Runnable;
         8: .line 158
            aload 0 /* this */
            new org.eclipse.jetty.io.ssl.SslConnection$2
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jetty.io.ssl.SslConnection$2.<init>:(Lorg/eclipse/jetty/io/ssl/SslConnection;)V
            putfield org.eclipse.jetty.io.ssl.SslConnection._sslReadCallback:Lorg/eclipse/jetty/util/Callback;
         9: .line 196
            aload 0 /* this */
            aload 1 /* byteBufferPool */
            putfield org.eclipse.jetty.io.ssl.SslConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
        10: .line 197
            aload 0 /* this */
            aload 4 /* sslEngine */
            putfield org.eclipse.jetty.io.ssl.SslConnection._sslEngine:Ljavax/net/ssl/SSLEngine;
        11: .line 198
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.newDecryptedEndPoint:()Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            putfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
        12: .line 199
            aload 0 /* this */
            iload 5 /* useDirectBuffersForEncryption */
            putfield org.eclipse.jetty.io.ssl.SslConnection._encryptedDirectBuffers:Z
        13: .line 200
            aload 0 /* this */
            iload 6 /* useDirectBuffersForDecryption */
            putfield org.eclipse.jetty.io.ssl.SslConnection._decryptedDirectBuffers:Z
        14: .line 201
            return
        end local 6 // boolean useDirectBuffersForDecryption
        end local 5 // boolean useDirectBuffersForEncryption
        end local 4 // javax.net.ssl.SSLEngine sslEngine
        end local 3 // org.eclipse.jetty.io.EndPoint endPoint
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // org.eclipse.jetty.io.ByteBufferPool byteBufferPool
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot                           Name  Signature
            0   15     0                           this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0   15     1                 byteBufferPool  Lorg/eclipse/jetty/io/ByteBufferPool;
            0   15     2                       executor  Ljava/util/concurrent/Executor;
            0   15     3                       endPoint  Lorg/eclipse/jetty/io/EndPoint;
            0   15     4                      sslEngine  Ljavax/net/ssl/SSLEngine;
            0   15     5  useDirectBuffersForEncryption  Z
            0   15     6  useDirectBuffersForDecryption  Z
    MethodParameters:
                               Name  Flags
      byteBufferPool                 
      executor                       
      endPoint                       
      sslEngine                      
      useDirectBuffersForEncryption  
      useDirectBuffersForDecryption  

  public void addHandshakeListener(org.eclipse.jetty.io.ssl.SslHandshakeListener);
    descriptor: (Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // org.eclipse.jetty.io.ssl.SslHandshakeListener listener
         0: .line 205
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection.handshakeListeners:Ljava/util/List;
            aload 1 /* listener */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 206
            return
        end local 1 // org.eclipse.jetty.io.ssl.SslHandshakeListener listener
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    2     1  listener  Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;
    MethodParameters:
          Name  Flags
      listener  

  public boolean removeHandshakeListener(org.eclipse.jetty.io.ssl.SslHandshakeListener);
    descriptor: (Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // org.eclipse.jetty.io.ssl.SslHandshakeListener listener
         0: .line 210
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection.handshakeListeners:Ljava/util/List;
            aload 1 /* listener */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // org.eclipse.jetty.io.ssl.SslHandshakeListener listener
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    1     1  listener  Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;
    MethodParameters:
          Name  Flags
      listener  

  protected org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint newDecryptedEndPoint();
    descriptor: ()Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 215
            new org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.<init>:(Lorg/eclipse/jetty/io/ssl/SslConnection;)V
            areturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public javax.net.ssl.SSLEngine getSSLEngine();
    descriptor: ()Ljavax/net/ssl/SSLEngine;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 220
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._sslEngine:Ljavax/net/ssl/SSLEngine;
            areturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint getDecryptedEndPoint();
    descriptor: ()Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 225
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            areturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public boolean isRenegotiationAllowed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 230
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._renegotiationAllowed:Z
            ireturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public void setRenegotiationAllowed(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // boolean renegotiationAllowed
         0: .line 235
            aload 0 /* this */
            iload 1 /* renegotiationAllowed */
            putfield org.eclipse.jetty.io.ssl.SslConnection._renegotiationAllowed:Z
         1: .line 236
            return
        end local 1 // boolean renegotiationAllowed
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    2     1  renegotiationAllowed  Z
    MethodParameters:
                      Name  Flags
      renegotiationAllowed  

  public int getRenegotiationLimit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 244
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._renegotiationLimit:I
            ireturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public void setRenegotiationLimit(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // int renegotiationLimit
         0: .line 254
            aload 0 /* this */
            iload 1 /* renegotiationLimit */
            putfield org.eclipse.jetty.io.ssl.SslConnection._renegotiationLimit:I
         1: .line 255
            return
        end local 1 // int renegotiationLimit
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    2     1  renegotiationLimit  I
    MethodParameters:
                    Name  Flags
      renegotiationLimit  

  public boolean isRequireCloseMessage();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 262
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._requireCloseMessage:Z
            ireturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public void setRequireCloseMessage(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // boolean requireCloseMessage
         0: .line 276
            aload 0 /* this */
            iload 1 /* requireCloseMessage */
            putfield org.eclipse.jetty.io.ssl.SslConnection._requireCloseMessage:Z
         1: .line 277
            return
        end local 1 // boolean requireCloseMessage
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    2     1  requireCloseMessage  Z
    MethodParameters:
                     Name  Flags
      requireCloseMessage  

  private boolean isHandshakeInitial();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 281
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._handshake:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            getstatic org.eclipse.jetty.io.ssl.SslConnection$HandshakeState.INITIAL:Lorg/eclipse/jetty/io/ssl/SslConnection$HandshakeState;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  private boolean isHandshakeSucceeded();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 286
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._handshake:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            getstatic org.eclipse.jetty.io.ssl.SslConnection$HandshakeState.SUCCEEDED:Lorg/eclipse/jetty/io/ssl/SslConnection$HandshakeState;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  private boolean isHandshakeComplete();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 291
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._handshake:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.io.ssl.SslConnection$HandshakeState
            astore 1 /* state */
        start local 1 // org.eclipse.jetty.io.ssl.SslConnection$HandshakeState state
         1: .line 292
            aload 1 /* state */
            getstatic org.eclipse.jetty.io.ssl.SslConnection$HandshakeState.SUCCEEDED:Lorg/eclipse/jetty/io/ssl/SslConnection$HandshakeState;
            if_acmpeq 2
            aload 1 /* state */
            getstatic org.eclipse.jetty.io.ssl.SslConnection$HandshakeState.FAILED:Lorg/eclipse/jetty/io/ssl/SslConnection$HandshakeState;
            if_acmpeq 2
            iconst_0
            ireturn
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection$HandshakeState
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // org.eclipse.jetty.io.ssl.SslConnection$HandshakeState state
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            1    3     1  state  Lorg/eclipse/jetty/io/ssl/SslConnection$HandshakeState;

  private int getApplicationBufferSize();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 297
            aload 0 /* this */
            invokedynamic applyAsInt()Ljava/util/function/ToIntFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)I
                  javax/net/ssl/SSLSession.getApplicationBufferSize()I (9 itf)
                  (Ljavax/net/ssl/SSLSession;)I
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getBufferSize:(Ljava/util/function/ToIntFunction;)I
            ireturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  private int getPacketBufferSize();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 302
            aload 0 /* this */
            invokedynamic applyAsInt()Ljava/util/function/ToIntFunction;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)I
                  javax/net/ssl/SSLSession.getPacketBufferSize()I (9 itf)
                  (Ljavax/net/ssl/SSLSession;)I
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getBufferSize:(Ljava/util/function/ToIntFunction;)I
            ireturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  private int getBufferSize(java.util.function.ToIntFunction<javax.net.ssl.SSLSession>);
    descriptor: (Ljava/util/function/ToIntFunction;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // java.util.function.ToIntFunction bufferSizeFn
         0: .line 307
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._sslEngine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.getHandshakeSession:()Ljavax/net/ssl/SSLSession;
            astore 2 /* hsSession */
        start local 2 // javax.net.ssl.SSLSession hsSession
         1: .line 308
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._sslEngine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.getSession:()Ljavax/net/ssl/SSLSession;
            astore 3 /* session */
        start local 3 // javax.net.ssl.SSLSession session
         2: .line 309
            aload 1 /* bufferSizeFn */
            aload 3 /* session */
            invokeinterface java.util.function.ToIntFunction.applyAsInt:(Ljava/lang/Object;)I
            istore 4 /* size */
        start local 4 // int size
         3: .line 310
            aload 2 /* hsSession */
            ifnull 4
            aload 2 /* hsSession */
            aload 3 /* session */
            if_acmpne 5
         4: .line 311
      StackMap locals: javax.net.ssl.SSLSession javax.net.ssl.SSLSession int
      StackMap stack:
            iload 4 /* size */
            ireturn
         5: .line 312
      StackMap locals:
      StackMap stack:
            aload 1 /* bufferSizeFn */
            aload 2 /* hsSession */
            invokeinterface java.util.function.ToIntFunction.applyAsInt:(Ljava/lang/Object;)I
            istore 5 /* hsSize */
        start local 5 // int hsSize
         6: .line 313
            iload 5 /* hsSize */
            iload 4 /* size */
            invokestatic java.lang.Math.max:(II)I
            ireturn
        end local 5 // int hsSize
        end local 4 // int size
        end local 3 // javax.net.ssl.SSLSession session
        end local 2 // javax.net.ssl.SSLSession hsSession
        end local 1 // java.util.function.ToIntFunction bufferSizeFn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    7     1  bufferSizeFn  Ljava/util/function/ToIntFunction<Ljavax/net/ssl/SSLSession;>;
            1    7     2     hsSession  Ljavax/net/ssl/SSLSession;
            2    7     3       session  Ljavax/net/ssl/SSLSession;
            3    7     4          size  I
            6    7     5        hsSize  I
    Signature: (Ljava/util/function/ToIntFunction<Ljavax/net/ssl/SSLSession;>;)I
    MethodParameters:
              Name  Flags
      bufferSizeFn  

  private void acquireEncryptedInput();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 318
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedInput:Ljava/nio/ByteBuffer;
            ifnonnull 2
         1: .line 319
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getPacketBufferSize:()I
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedDirectBuffers:Z
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.acquire:(IZ)Ljava/nio/ByteBuffer;
            putfield org.eclipse.jetty.io.ssl.SslConnection._encryptedInput:Ljava/nio/ByteBuffer;
         2: .line 320
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  private void acquireEncryptedOutput();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 324
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedOutput:Ljava/nio/ByteBuffer;
            ifnonnull 2
         1: .line 325
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getPacketBufferSize:()I
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedDirectBuffers:Z
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.acquire:(IZ)Ljava/nio/ByteBuffer;
            putfield org.eclipse.jetty.io.ssl.SslConnection._encryptedOutput:Ljava/nio/ByteBuffer;
         2: .line 326
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public void onUpgradeTo(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 331
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.acquireEncryptedInput:()V
         1: .line 332
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedInput:Ljava/nio/ByteBuffer;
            aload 1 /* buffer */
            invokestatic org.eclipse.jetty.util.BufferUtil.append:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
            pop
         2: .line 333
            return
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    3     1  buffer  Ljava/nio/ByteBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  public void onOpen();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 338
            aload 0 /* this */
            invokespecial org.eclipse.jetty.io.AbstractConnection.onOpen:()V
         1: .line 339
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getDecryptedEndPoint:()Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.getConnection:()Lorg/eclipse/jetty/io/Connection;
            invokeinterface org.eclipse.jetty.io.Connection.onOpen:()V
         2: .line 340
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public void onClose(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 this
        start local 1 // java.lang.Throwable cause
         0: .line 345
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.getConnection:()Lorg/eclipse/jetty/io/Connection;
            aload 1 /* cause */
            invokeinterface org.eclipse.jetty.io.Connection.onClose:(Ljava/lang/Throwable;)V
         1: .line 346
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial org.eclipse.jetty.io.AbstractConnection.onClose:(Ljava/lang/Throwable;)V
         2: .line 347
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    3     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 352
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getDecryptedEndPoint:()Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.getConnection:()Lorg/eclipse/jetty/io/Connection;
            invokeinterface org.eclipse.jetty.io.Connection.close:()V
         1: .line 353
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public boolean onIdleExpired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 358
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getDecryptedEndPoint:()Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.getConnection:()Lorg/eclipse/jetty/io/Connection;
            invokeinterface org.eclipse.jetty.io.Connection.onIdleExpired:()Z
            ireturn
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public void onFillable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 370
            getstatic org.eclipse.jetty.io.ssl.SslConnection.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 371
            getstatic org.eclipse.jetty.io.ssl.SslConnection.LOG:Lorg/slf4j/Logger;
            ldc ">c.onFillable {}"
            aload 0 /* this */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.isInputShutdown:()Z
            ifeq 4
         3: .line 375
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.close:()V
         4: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable:()V
         5: .line 379
            getstatic org.eclipse.jetty.io.ssl.SslConnection.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 7
         6: .line 380
            getstatic org.eclipse.jetty.io.ssl.SslConnection.LOG:Lorg/slf4j/Logger;
            ldc "<c.onFillable {}"
            aload 0 /* this */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         7: .line 381
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  public void onFillInterestedFailed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // java.lang.Throwable cause
         0: .line 386
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            aload 1 /* cause */
            ifnonnull 1
            new java.io.IOException
            dup
            invokespecial java.io.IOException.<init>:()V
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint
         1: aload 1 /* cause */
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection java.lang.Throwable
      StackMap stack: org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint java.lang.Throwable
         2: invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillableFail:(Ljava/lang/Throwable;)V
         3: .line 387
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    4     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  protected javax.net.ssl.SSLEngineResult wrap(javax.net.ssl.SSLEngine, java.nio.ByteBuffer[], java.nio.ByteBuffer);
    descriptor: (Ljavax/net/ssl/SSLEngine;[Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // javax.net.ssl.SSLEngine sslEngine
        start local 2 // java.nio.ByteBuffer[] input
        start local 3 // java.nio.ByteBuffer output
         0: .line 391
            aload 1 /* sslEngine */
            aload 2 /* input */
            aload 3 /* output */
            invokevirtual javax.net.ssl.SSLEngine.wrap:([Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
            areturn
        end local 3 // java.nio.ByteBuffer output
        end local 2 // java.nio.ByteBuffer[] input
        end local 1 // javax.net.ssl.SSLEngine sslEngine
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    1     1  sslEngine  Ljavax/net/ssl/SSLEngine;
            0    1     2      input  [Ljava/nio/ByteBuffer;
            0    1     3     output  Ljava/nio/ByteBuffer;
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
           Name  Flags
      sslEngine  
      input      
      output     

  protected javax.net.ssl.SSLEngineResult unwrap(javax.net.ssl.SSLEngine, java.nio.ByteBuffer, java.nio.ByteBuffer);
    descriptor: (Ljavax/net/ssl/SSLEngine;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // javax.net.ssl.SSLEngine sslEngine
        start local 2 // java.nio.ByteBuffer input
        start local 3 // java.nio.ByteBuffer output
         0: .line 396
            aload 1 /* sslEngine */
            aload 2 /* input */
            aload 3 /* output */
            invokevirtual javax.net.ssl.SSLEngine.unwrap:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
            areturn
        end local 3 // java.nio.ByteBuffer output
        end local 2 // java.nio.ByteBuffer input
        end local 1 // javax.net.ssl.SSLEngine sslEngine
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    1     1  sslEngine  Ljavax/net/ssl/SSLEngine;
            0    1     2      input  Ljava/nio/ByteBuffer;
            0    1     3     output  Ljava/nio/ByteBuffer;
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
           Name  Flags
      sslEngine  
      input      
      output     

  public java.lang.String toConnectionString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 402
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedInput:Ljava/nio/ByteBuffer;
            astore 1 /* b */
        start local 1 // java.nio.ByteBuffer b
         1: .line 403
            aload 1 /* b */
            ifnonnull 2
            iconst_m1
            goto 3
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
         2: aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.remaining:()I
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* ei */
        start local 2 // int ei
         4: .line 404
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedOutput:Ljava/nio/ByteBuffer;
            astore 1 /* b */
         5: .line 405
            aload 1 /* b */
            ifnonnull 6
            iconst_m1
            goto 7
      StackMap locals: int
      StackMap stack:
         6: aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.remaining:()I
      StackMap locals:
      StackMap stack: int
         7: istore 3 /* eo */
        start local 3 // int eo
         8: .line 406
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedInput:Ljava/nio/ByteBuffer;
            astore 1 /* b */
         9: .line 407
            aload 1 /* b */
            ifnonnull 10
            iconst_m1
            goto 11
      StackMap locals: int
      StackMap stack:
        10: aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.remaining:()I
      StackMap locals:
      StackMap stack: int
        11: istore 4 /* di */
        start local 4 // int di
        12: .line 409
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.getConnection:()Lorg/eclipse/jetty/io/Connection;
            astore 5 /* connection */
        start local 5 // org.eclipse.jetty.io.Connection connection
        13: .line 410
            ldc "%s@%x{%s,eio=%d/%d,di=%d,fill=%s,flush=%s}~>%s=>%s"
            bipush 10
            anewarray java.lang.Object
            dup
            iconst_0
        14: .line 411
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
        15: .line 412
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
        16: .line 413
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._sslEngine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.getHandshakeStatus:()Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            aastore
            dup
            iconst_3
        17: .line 414
            iload 2 /* ei */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
            iload 3 /* eo */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_5
            iload 4 /* di */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 6
        18: .line 415
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._fillState:Lorg/eclipse/jetty/io/ssl/SslConnection$FillState;
            aastore
            dup
            bipush 7
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._flushState:Lorg/eclipse/jetty/io/ssl/SslConnection$FlushState;
            aastore
            dup
            bipush 8
        19: .line 416
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedEndPoint:Lorg/eclipse/jetty/io/ssl/SslConnection$DecryptedEndPoint;
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.toEndPointString:()Ljava/lang/String;
            aastore
            dup
            bipush 9
        20: .line 417
            aload 5 /* connection */
            instanceof org.eclipse.jetty.io.AbstractConnection
            ifeq 21
            aload 5 /* connection */
            checkcast org.eclipse.jetty.io.AbstractConnection
            invokevirtual org.eclipse.jetty.io.AbstractConnection.toConnectionString:()Ljava/lang/String;
            goto 22
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection java.nio.ByteBuffer int int int org.eclipse.jetty.io.Connection
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
        21: aload 5 /* connection */
      StackMap locals: org.eclipse.jetty.io.ssl.SslConnection java.nio.ByteBuffer int int int org.eclipse.jetty.io.Connection
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.Object
        22: aastore
        23: .line 410
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 5 // org.eclipse.jetty.io.Connection connection
        end local 4 // int di
        end local 3 // int eo
        end local 2 // int ei
        end local 1 // java.nio.ByteBuffer b
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   24     0        this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            1   24     1           b  Ljava/nio/ByteBuffer;
            4   24     2          ei  I
            8   24     3          eo  I
           12   24     4          di  I
           13   24     5  connection  Lorg/eclipse/jetty/io/Connection;

  private void releaseEncryptedInputBuffer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 422
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedInput:Ljava/nio/ByteBuffer;
            ifnull 3
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedInput:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 3
         1: .line 424
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedInput:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.release:(Ljava/nio/ByteBuffer;)V
         2: .line 425
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.io.ssl.SslConnection._encryptedInput:Ljava/nio/ByteBuffer;
         3: .line 427
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  protected void releaseDecryptedInputBuffer();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 431
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedInput:Ljava/nio/ByteBuffer;
            ifnull 3
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedInput:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 3
         1: .line 433
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._decryptedInput:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.release:(Ljava/nio/ByteBuffer;)V
         2: .line 434
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.io.ssl.SslConnection._decryptedInput:Ljava/nio/ByteBuffer;
         3: .line 436
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  private void releaseEncryptedOutputBuffer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
         0: .line 440
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._lock:Lorg/eclipse/jetty/util/thread/AutoLock;
            invokevirtual org.eclipse.jetty.util.thread.AutoLock.isHeldByCurrentThread:()Z
            ifne 2
         1: .line 441
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 442
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedOutput:Ljava/nio/ByteBuffer;
            ifnull 5
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedOutput:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 5
         3: .line 444
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._bufferPool:Lorg/eclipse/jetty/io/ByteBufferPool;
            aload 0 /* this */
            getfield org.eclipse.jetty.io.ssl.SslConnection._encryptedOutput:Ljava/nio/ByteBuffer;
            invokeinterface org.eclipse.jetty.io.ByteBufferPool.release:(Ljava/nio/ByteBuffer;)V
         4: .line 445
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.io.ssl.SslConnection._encryptedOutput:Ljava/nio/ByteBuffer;
         5: .line 447
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/io/ssl/SslConnection;

  protected int networkFill(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // java.nio.ByteBuffer input
         0: .line 451
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* input */
            invokeinterface org.eclipse.jetty.io.EndPoint.fill:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer input
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    1     1  input  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  protected boolean networkFlush(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslConnection this
        start local 1 // java.nio.ByteBuffer output
         0: .line 456
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            iconst_1
            anewarray java.nio.ByteBuffer
            dup
            iconst_0
            aload 1 /* output */
            aastore
            invokeinterface org.eclipse.jetty.io.EndPoint.flush:([Ljava/nio/ByteBuffer;)Z
            ireturn
        end local 1 // java.nio.ByteBuffer output
        end local 0 // org.eclipse.jetty.io.ssl.SslConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jetty/io/ssl/SslConnection;
            0    1     1  output  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      output  

  static java.util.concurrent.Executor access$0(org.eclipse.jetty.io.ssl.SslConnection);
    descriptor: (Lorg/eclipse/jetty/io/ssl/SslConnection;)Ljava/util/concurrent/Executor;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.jetty.io.ssl.SslConnection.getExecutor:()Ljava/util/concurrent/Executor;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SslConnection.java"
NestMembers:
  org.eclipse.jetty.io.ssl.SslConnection$1  org.eclipse.jetty.io.ssl.SslConnection$2  org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint  org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint$IncompleteWriteCallback  org.eclipse.jetty.io.ssl.SslConnection$FillState  org.eclipse.jetty.io.ssl.SslConnection$FlushState  org.eclipse.jetty.io.ssl.SslConnection$HandshakeState  org.eclipse.jetty.io.ssl.SslConnection$RunnableTask
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final HandshakeStatus = javax.net.ssl.SSLEngineResult$HandshakeStatus of javax.net.ssl.SSLEngineResult
  public abstract UpgradeTo = org.eclipse.jetty.io.Connection$UpgradeTo of org.eclipse.jetty.io.Connection
  org.eclipse.jetty.io.ssl.SslConnection$1
  org.eclipse.jetty.io.ssl.SslConnection$2
  public DecryptedEndPoint = org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint of org.eclipse.jetty.io.ssl.SslConnection
  private final FillState = org.eclipse.jetty.io.ssl.SslConnection$FillState of org.eclipse.jetty.io.ssl.SslConnection
  private final FlushState = org.eclipse.jetty.io.ssl.SslConnection$FlushState of org.eclipse.jetty.io.ssl.SslConnection
  private final HandshakeState = org.eclipse.jetty.io.ssl.SslConnection$HandshakeState of org.eclipse.jetty.io.ssl.SslConnection
  private abstract RunnableTask = org.eclipse.jetty.io.ssl.SslConnection$RunnableTask of org.eclipse.jetty.io.ssl.SslConnection