public final class org.glassfish.grizzly.ssl.SSLConnectionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.ssl.SSLConnectionContext
  super_class: java.lang.Object
{
  private static final java.util.logging.Logger LOGGER;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final float BUFFER_SIZE_COEF;
    descriptor: F
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  final org.glassfish.grizzly.memory.ByteBufferArray outputByteBufferArray;
    descriptor: Lorg/glassfish/grizzly/memory/ByteBufferArray;
    flags: (0x0010) ACC_FINAL

  final org.glassfish.grizzly.memory.ByteBufferArray inputByteBufferArray;
    descriptor: Lorg/glassfish/grizzly/memory/ByteBufferArray;
    flags: (0x0010) ACC_FINAL

  private org.glassfish.grizzly.Buffer lastOutputBuffer;
    descriptor: Lorg/glassfish/grizzly/Buffer;
    flags: (0x0002) ACC_PRIVATE

  private final org.glassfish.grizzly.ssl.InputBufferWrapper inputBuffer;
    descriptor: Lorg/glassfish/grizzly/ssl/InputBufferWrapper;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.glassfish.grizzly.ssl.InputBufferWrapper lastInputBuffer;
    descriptor: Lorg/glassfish/grizzly/ssl/InputBufferWrapper;
    flags: (0x0002) ACC_PRIVATE

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

  private javax.net.ssl.SSLEngine sslEngine;
    descriptor: Ljavax/net/ssl/SSLEngine;
    flags: (0x0002) ACC_PRIVATE

  private volatile int appBufferSize;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile int netBufferSize;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final org.glassfish.grizzly.Connection connection;
    descriptor: Lorg/glassfish/grizzly/Connection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.glassfish.grizzly.filterchain.FilterChain newConnectionFilterChain;
    descriptor: Lorg/glassfish/grizzly/filterchain/FilterChain;
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 46
            ldc Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.glassfish.grizzly.ssl.SSLConnectionContext.$assertionsDisabled:Z
         3: .line 47
            ldc Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            invokestatic org.glassfish.grizzly.Grizzly.logger:(Ljava/lang/Class;)Ljava/util/logging/Logger;
            putstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
         4: .line 51
            ldc Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            ldc "1.5"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* coef */
        start local 0 // java.lang.String coef
         5: .line 53
            ldc 1.5
            fstore 1 /* coeff */
        start local 1 // float coeff
         6: .line 56
            aload 0 /* coef */
            invokestatic java.lang.Float.parseFloat:(Ljava/lang/String;)F
            fstore 1 /* coeff */
         7: .line 57
            goto 9
      StackMap locals: java.lang.String float
      StackMap stack: java.lang.NumberFormatException
         8: pop
         9: .line 60
      StackMap locals:
      StackMap stack:
            fload 1 /* coeff */
            putstatic org.glassfish.grizzly.ssl.SSLConnectionContext.BUFFER_SIZE_COEF:F
        end local 1 // float coeff
        end local 0 // java.lang.String coef
        10: .line 61
            return
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            5   10     0   coef  Ljava/lang/String;
            6   10     1  coeff  F
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.NumberFormatException

  public void <init>(org.glassfish.grizzly.Connection);
    descriptor: (Lorg/glassfish/grizzly/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
        start local 1 // org.glassfish.grizzly.Connection connection
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            invokestatic org.glassfish.grizzly.memory.ByteBufferArray.create:()Lorg/glassfish/grizzly/memory/ByteBufferArray;
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.outputByteBufferArray:Lorg/glassfish/grizzly/memory/ByteBufferArray;
         2: .line 64
            aload 0 /* this */
            invokestatic org.glassfish.grizzly.memory.ByteBufferArray.create:()Lorg/glassfish/grizzly/memory/ByteBufferArray;
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.inputByteBufferArray:Lorg/glassfish/grizzly/memory/ByteBufferArray;
         3: .line 67
            aload 0 /* this */
            new org.glassfish.grizzly.ssl.InputBufferWrapper
            dup
            invokespecial org.glassfish.grizzly.ssl.InputBufferWrapper.<init>:()V
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.inputBuffer:Lorg/glassfish/grizzly/ssl/InputBufferWrapper;
         4: .line 80
            aload 0 /* this */
            aload 1 /* connection */
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.connection:Lorg/glassfish/grizzly/Connection;
         5: .line 81
            return
        end local 1 // org.glassfish.grizzly.Connection connection
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            0    6     1  connection  Lorg/glassfish/grizzly/Connection;
    MethodParameters:
            Name  Flags
      connection  

  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.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 84
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            areturn
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;

  public org.glassfish.grizzly.Connection getConnection();
    descriptor: ()Lorg/glassfish/grizzly/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 88
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.connection:Lorg/glassfish/grizzly/Connection;
            areturn
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;

  public void attach();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 92
            getstatic org.glassfish.grizzly.ssl.SSLUtils.SSL_CTX_ATTR:Lorg/glassfish/grizzly/attributes/Attribute;
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.connection:Lorg/glassfish/grizzly/Connection;
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.attributes.Attribute.set:(Lorg/glassfish/grizzly/attributes/AttributeStorage;Ljava/lang/Object;)V
         1: .line 93
            return
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;

  public void configure(javax.net.ssl.SSLEngine);
    descriptor: (Ljavax/net/ssl/SSLEngine;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
        start local 1 // javax.net.ssl.SSLEngine sslEngine
         0: .line 96
            aload 0 /* this */
            aload 1 /* sslEngine */
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
         1: .line 97
            aload 0 /* this */
            aload 1 /* sslEngine */
            invokevirtual javax.net.ssl.SSLEngine.getUseClientMode:()Z
            ifeq 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.ssl.SSLConnectionContext
         2: iconst_1
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext javax.net.ssl.SSLEngine
      StackMap stack: org.glassfish.grizzly.ssl.SSLConnectionContext int
         3: putfield org.glassfish.grizzly.ssl.SSLConnectionContext.isServerMode:Z
         4: .line 98
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.updateBufferSizes:()V
         5: .line 99
            return
        end local 1 // javax.net.ssl.SSLEngine sslEngine
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            0    6     1  sslEngine  Ljavax/net/ssl/SSLEngine;
    MethodParameters:
           Name  Flags
      sslEngine  final

  public boolean isServerMode();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 102
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.isServerMode:Z
            ireturn
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;

  void updateBufferSizes();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 106
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.getSession:()Ljavax/net/ssl/SSLSession;
            astore 1 /* session */
        start local 1 // javax.net.ssl.SSLSession session
         1: .line 107
            aload 0 /* this */
            aload 1 /* session */
            invokeinterface javax.net.ssl.SSLSession.getApplicationBufferSize:()I
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.appBufferSize:I
         2: .line 108
            aload 0 /* this */
            aload 1 /* session */
            invokeinterface javax.net.ssl.SSLSession.getPacketBufferSize:()I
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.netBufferSize:I
         3: .line 109
            return
        end local 1 // javax.net.ssl.SSLSession session
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            1    4     1  session  Ljavax/net/ssl/SSLSession;

  public int getAppBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 112
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.appBufferSize:I
            ireturn
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;

  public int getNetBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 116
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.netBufferSize:I
            ireturn
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;

  public org.glassfish.grizzly.filterchain.FilterChain getNewConnectionFilterChain();
    descriptor: ()Lorg/glassfish/grizzly/filterchain/FilterChain;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 120
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.newConnectionFilterChain:Lorg/glassfish/grizzly/filterchain/FilterChain;
            areturn
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;

  public void setNewConnectionFilterChain(org.glassfish.grizzly.filterchain.FilterChain);
    descriptor: (Lorg/glassfish/grizzly/filterchain/FilterChain;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
        start local 1 // org.glassfish.grizzly.filterchain.FilterChain newConnectionFilterChain
         0: .line 124
            aload 0 /* this */
            aload 1 /* newConnectionFilterChain */
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.newConnectionFilterChain:Lorg/glassfish/grizzly/filterchain/FilterChain;
         1: .line 125
            return
        end local 1 // org.glassfish.grizzly.filterchain.FilterChain newConnectionFilterChain
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            0    2     1  newConnectionFilterChain  Lorg/glassfish/grizzly/filterchain/FilterChain;
    MethodParameters:
                          Name  Flags
      newConnectionFilterChain  

  org.glassfish.grizzly.Buffer resetLastOutputBuffer();
    descriptor: ()Lorg/glassfish/grizzly/Buffer;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 128
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.lastOutputBuffer:Lorg/glassfish/grizzly/Buffer;
            astore 1 /* tmp */
        start local 1 // org.glassfish.grizzly.Buffer tmp
         1: .line 129
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.lastOutputBuffer:Lorg/glassfish/grizzly/Buffer;
         2: .line 130
            aload 1 /* tmp */
            areturn
        end local 1 // org.glassfish.grizzly.Buffer tmp
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            1    3     1   tmp  Lorg/glassfish/grizzly/Buffer;

  void setLastOutputBuffer(org.glassfish.grizzly.Buffer);
    descriptor: (Lorg/glassfish/grizzly/Buffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
        start local 1 // org.glassfish.grizzly.Buffer lastOutputBuffer
         0: .line 135
            aload 0 /* this */
            aload 1 /* lastOutputBuffer */
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.lastOutputBuffer:Lorg/glassfish/grizzly/Buffer;
         1: .line 136
            return
        end local 1 // org.glassfish.grizzly.Buffer lastOutputBuffer
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            0    2     1  lastOutputBuffer  Lorg/glassfish/grizzly/Buffer;
    MethodParameters:
                  Name  Flags
      lastOutputBuffer  final

  org.glassfish.grizzly.ssl.InputBufferWrapper resetLastInputBuffer();
    descriptor: ()Lorg/glassfish/grizzly/ssl/InputBufferWrapper;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 139
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.lastInputBuffer:Lorg/glassfish/grizzly/ssl/InputBufferWrapper;
            astore 1 /* tmp */
        start local 1 // org.glassfish.grizzly.ssl.InputBufferWrapper tmp
         1: .line 140
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.lastInputBuffer:Lorg/glassfish/grizzly/ssl/InputBufferWrapper;
         2: .line 141
            aload 1 /* tmp */
            areturn
        end local 1 // org.glassfish.grizzly.ssl.InputBufferWrapper tmp
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            1    3     1   tmp  Lorg/glassfish/grizzly/ssl/InputBufferWrapper;

  org.glassfish.grizzly.ssl.InputBufferWrapper useInputBuffer();
    descriptor: ()Lorg/glassfish/grizzly/ssl/InputBufferWrapper;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
         0: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.inputBuffer:Lorg/glassfish/grizzly/ssl/InputBufferWrapper;
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.lastInputBuffer:Lorg/glassfish/grizzly/ssl/InputBufferWrapper;
         1: .line 147
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.lastInputBuffer:Lorg/glassfish/grizzly/ssl/InputBufferWrapper;
            areturn
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;

  org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult unwrap(int, org.glassfish.grizzly.Buffer, org.glassfish.grizzly.Buffer, org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator);
    descriptor: (ILorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/ssl/SSLConnectionContext$SslResult;
    flags: (0x0000) 
    Code:
      stack=8, locals=13, args_size=5
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
        start local 1 // int len
        start local 2 // org.glassfish.grizzly.Buffer input
        start local 3 // org.glassfish.grizzly.Buffer output
        start local 4 // org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator allocator
         0: .line 152
            aload 0 /* this */
            aload 3 /* output */
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.appBufferSize:I
            aload 4 /* allocator */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.ensureBufferSize:(Lorg/glassfish/grizzly/Buffer;ILorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/Buffer;
            astore 3 /* output */
         1: .line 154
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 3
         2: .line 155
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "unwrap engine: {0} input: {1} output: {2}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aastore
            dup
            iconst_1
            aload 2 /* input */
            aastore
            dup
            iconst_2
            aload 3 /* output */
            aastore
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 158
      StackMap locals:
      StackMap stack:
            aload 2 /* input */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 5 /* inPos */
        start local 5 // int inPos
         4: .line 159
            aload 3 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 6 /* outPos */
        start local 6 // int outPos
         5: .line 161
            aload 2 /* input */
            aload 2 /* input */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            aload 2 /* input */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            iload 1 /* len */
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.toByteBuffer:(II)Ljava/nio/ByteBuffer;
            astore 7 /* inputByteBuffer */
        start local 7 // java.nio.ByteBuffer inputByteBuffer
         6: .line 162
            aload 7 /* inputByteBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 8 /* initPosition */
        start local 8 // int initPosition
         7: .line 166
            aload 3 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.isComposite:()Z
            ifne 10
         8: .line 167
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aload 7 /* inputByteBuffer */
            aload 3 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.toByteBuffer:()Ljava/nio/ByteBuffer;
            invokestatic org.glassfish.grizzly.ssl.SSLUtils.sslEngineUnwrap:(Ljavax/net/ssl/SSLEngine;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
            astore 9 /* sslEngineResult */
        start local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
         9: .line 169
            goto 23
        end local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
        10: .line 170
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext int org.glassfish.grizzly.Buffer org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator int int java.nio.ByteBuffer int
      StackMap stack:
            aload 3 /* output */
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.outputByteBufferArray:Lorg/glassfish/grizzly/memory/ByteBufferArray;
            invokeinterface org.glassfish.grizzly.Buffer.toByteBufferArray:(Lorg/glassfish/grizzly/memory/ByteBufferArray;)Lorg/glassfish/grizzly/memory/ByteBufferArray;
            astore 10 /* bba */
        start local 10 // org.glassfish.grizzly.memory.ByteBufferArray bba
        11: .line 171
            aload 10 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.getArray:()[Ljava/lang/Object;
            checkcast java.nio.ByteBuffer[]
            astore 11 /* outputArray */
        start local 11 // java.nio.ByteBuffer[] outputArray
        12: .line 174
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aload 7 /* inputByteBuffer */
            aload 11 /* outputArray */
            iconst_0
            aload 10 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.size:()I
            invokestatic org.glassfish.grizzly.ssl.SSLUtils.sslEngineUnwrap:(Ljavax/net/ssl/SSLEngine;Ljava/nio/ByteBuffer;[Ljava/nio/ByteBuffer;II)Ljavax/net/ssl/SSLEngineResult;
            astore 9 /* sslEngineResult */
        start local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
        13: .line 175
            goto 18
        end local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext int org.glassfish.grizzly.Buffer org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator int int java.nio.ByteBuffer int top org.glassfish.grizzly.memory.ByteBufferArray java.nio.ByteBuffer[]
      StackMap stack: java.lang.Throwable
        14: astore 12
        15: .line 176
            aload 10 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.restore:()V
        16: .line 177
            aload 10 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.reset:()V
        17: .line 178
            aload 12
            athrow
        start local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
        18: .line 176
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext int org.glassfish.grizzly.Buffer org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator int int java.nio.ByteBuffer int javax.net.ssl.SSLEngineResult org.glassfish.grizzly.memory.ByteBufferArray java.nio.ByteBuffer[]
      StackMap stack:
            aload 10 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.restore:()V
        19: .line 177
            aload 10 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.reset:()V
        end local 11 // java.nio.ByteBuffer[] outputArray
        end local 10 // org.glassfish.grizzly.memory.ByteBufferArray bba
        20: .line 180
            goto 23
        end local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext int org.glassfish.grizzly.Buffer org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator int int java.nio.ByteBuffer int
      StackMap stack: javax.net.ssl.SSLException
        21: astore 10 /* e */
        start local 10 // javax.net.ssl.SSLException e
        22: .line 181
            new org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
            dup
            aload 3 /* output */
            aload 10 /* e */
            invokespecial org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.<init>:(Lorg/glassfish/grizzly/Buffer;Ljavax/net/ssl/SSLException;)V
            areturn
        end local 10 // javax.net.ssl.SSLException e
        start local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
        23: .line 184
      StackMap locals: javax.net.ssl.SSLEngineResult
      StackMap stack:
            aload 9 /* sslEngineResult */
            invokevirtual javax.net.ssl.SSLEngineResult.getStatus:()Ljavax/net/ssl/SSLEngineResult$Status;
            astore 10 /* status */
        start local 10 // javax.net.ssl.SSLEngineResult$Status status
        24: .line 185
            aload 10 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_OVERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 25
            iconst_1
            goto 26
      StackMap locals: javax.net.ssl.SSLEngineResult$Status
      StackMap stack:
        25: iconst_0
      StackMap locals:
      StackMap stack: int
        26: istore 11 /* isOverflow */
        start local 11 // boolean isOverflow
        27: .line 187
            aload 4 /* allocator */
            ifnull 31
            iload 11 /* isOverflow */
            ifeq 31
        28: .line 188
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.updateBufferSizes:()V
        29: .line 189
            aload 0 /* this */
            aload 3 /* output */
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.appBufferSize:I
            aload 4 /* allocator */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.ensureBufferSize:(Lorg/glassfish/grizzly/Buffer;ILorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/Buffer;
            astore 3 /* output */
        30: .line 190
            aload 0 /* this */
            iload 1 /* len */
            aload 2 /* input */
            aload 3 /* output */
            aconst_null
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.unwrap:(ILorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/ssl/SSLConnectionContext$SslResult;
            areturn
        31: .line 191
      StackMap locals: int
      StackMap stack:
            iload 11 /* isOverflow */
            ifne 32
            aload 10 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_UNDERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 33
        32: .line 192
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
            dup
            aload 3 /* output */
            new javax.net.ssl.SSLException
            dup
            new java.lang.StringBuilder
            dup
            ldc "SSL unwrap error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 10 /* status */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            invokespecial org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.<init>:(Lorg/glassfish/grizzly/Buffer;Ljavax/net/ssl/SSLException;)V
            areturn
        33: .line 195
      StackMap locals:
      StackMap stack:
            aload 2 /* input */
            iload 5 /* inPos */
            aload 7 /* inputByteBuffer */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            iload 8 /* initPosition */
            isub
            invokeinterface org.glassfish.grizzly.Buffer.position:(I)Lorg/glassfish/grizzly/Buffer;
            pop
        34: .line 196
            aload 3 /* output */
            iload 6 /* outPos */
            aload 9 /* sslEngineResult */
            invokevirtual javax.net.ssl.SSLEngineResult.bytesProduced:()I
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.position:(I)Lorg/glassfish/grizzly/Buffer;
            pop
        35: .line 198
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 37
        36: .line 199
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "unwrap done engine: {0} result: {1} input: {2} output: {3}"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aastore
            dup
            iconst_1
            aload 9 /* sslEngineResult */
            aastore
            dup
            iconst_2
            aload 2 /* input */
            aastore
            dup
            iconst_3
            aload 3 /* output */
            aastore
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V
        37: .line 202
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
            dup
            aload 3 /* output */
            aload 9 /* sslEngineResult */
            invokespecial org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.<init>:(Lorg/glassfish/grizzly/Buffer;Ljavax/net/ssl/SSLEngineResult;)V
            areturn
        end local 11 // boolean isOverflow
        end local 10 // javax.net.ssl.SSLEngineResult$Status status
        end local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
        end local 8 // int initPosition
        end local 7 // java.nio.ByteBuffer inputByteBuffer
        end local 6 // int outPos
        end local 5 // int inPos
        end local 4 // org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator allocator
        end local 3 // org.glassfish.grizzly.Buffer output
        end local 2 // org.glassfish.grizzly.Buffer input
        end local 1 // int len
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   38     0             this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            0   38     1              len  I
            0   38     2            input  Lorg/glassfish/grizzly/Buffer;
            0   38     3           output  Lorg/glassfish/grizzly/Buffer;
            0   38     4        allocator  Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;
            4   38     5            inPos  I
            5   38     6           outPos  I
            6   38     7  inputByteBuffer  Ljava/nio/ByteBuffer;
            7   38     8     initPosition  I
            9   10     9  sslEngineResult  Ljavax/net/ssl/SSLEngineResult;
           13   14     9  sslEngineResult  Ljavax/net/ssl/SSLEngineResult;
           18   21     9  sslEngineResult  Ljavax/net/ssl/SSLEngineResult;
           23   38     9  sslEngineResult  Ljavax/net/ssl/SSLEngineResult;
           11   20    10              bba  Lorg/glassfish/grizzly/memory/ByteBufferArray;
           12   20    11      outputArray  [Ljava/nio/ByteBuffer;
           22   23    10                e  Ljavax/net/ssl/SSLException;
           24   38    10           status  Ljavax/net/ssl/SSLEngineResult$Status;
           27   38    11       isOverflow  Z
      Exception table:
        from    to  target  type
          12    14      14  any
           7    20      21  Class javax.net.ssl.SSLException
    MethodParameters:
           Name  Flags
      len        
      input      final
      output     
      allocator  final

  org.glassfish.grizzly.Buffer wrapAll(org.glassfish.grizzly.Buffer, org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator);
    descriptor: (Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/Buffer;
    flags: (0x0000) 
    Code:
      stack=6, locals=12, args_size=3
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
        start local 1 // org.glassfish.grizzly.Buffer input
        start local 2 // org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator allocator
         0: .line 206
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.connection:Lorg/glassfish/grizzly/Connection;
            invokeinterface org.glassfish.grizzly.Connection.getMemoryManager:()Lorg/glassfish/grizzly/memory/MemoryManager;
            astore 3 /* memoryManager */
        start local 3 // org.glassfish.grizzly.memory.MemoryManager memoryManager
         1: .line 208
            aload 1 /* input */
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.inputByteBufferArray:Lorg/glassfish/grizzly/memory/ByteBufferArray;
            invokeinterface org.glassfish.grizzly.Buffer.toByteBufferArray:(Lorg/glassfish/grizzly/memory/ByteBufferArray;)Lorg/glassfish/grizzly/memory/ByteBufferArray;
            astore 4 /* bba */
        start local 4 // org.glassfish.grizzly.memory.ByteBufferArray bba
         2: .line 209
            aload 4 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.getArray:()[Ljava/lang/Object;
            checkcast java.nio.ByteBuffer[]
            astore 5 /* inputArray */
        start local 5 // java.nio.ByteBuffer[] inputArray
         3: .line 210
            aload 4 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.size:()I
            istore 6 /* inputArraySize */
        start local 6 // int inputArraySize
         4: .line 212
            aconst_null
            astore 7 /* output */
        start local 7 // org.glassfish.grizzly.Buffer output
         5: .line 213
            aconst_null
            astore 8 /* result */
        start local 8 // org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult result
         6: .line 215
            aload 0 /* this */
            aload 1 /* input */
            aload 5 /* inputArray */
            iload 6 /* inputArraySize */
            aconst_null
            aload 2 /* allocator */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.wrap:(Lorg/glassfish/grizzly/Buffer;[Ljava/nio/ByteBuffer;ILorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/ssl/SSLConnectionContext$SslResult;
            astore 8 /* result */
         7: .line 217
            aload 8 /* result */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.isError:()Z
            ifeq 9
         8: .line 218
            aload 8 /* result */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.getError:()Ljavax/net/ssl/SSLException;
            athrow
         9: .line 221
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator org.glassfish.grizzly.memory.MemoryManager org.glassfish.grizzly.memory.ByteBufferArray java.nio.ByteBuffer[] int org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
      StackMap stack:
            aload 8 /* result */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.getOutput:()Lorg/glassfish/grizzly/Buffer;
            astore 7 /* output */
        10: .line 222
            aload 7 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.trim:()V
        11: .line 224
            aload 1 /* input */
            invokeinterface org.glassfish.grizzly.Buffer.hasRemaining:()Z
            ifeq 19
        12: .line 226
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* input */
            aload 5 /* inputArray */
            iload 6 /* inputArraySize */
            aconst_null
            aload 2 /* allocator */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.wrap:(Lorg/glassfish/grizzly/Buffer;[Ljava/nio/ByteBuffer;ILorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/ssl/SSLConnectionContext$SslResult;
            astore 8 /* result */
        13: .line 227
            aload 8 /* result */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.isError:()Z
            ifeq 15
        14: .line 228
            aload 8 /* result */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.getError:()Ljavax/net/ssl/SSLException;
            athrow
        15: .line 230
      StackMap locals:
      StackMap stack:
            aload 8 /* result */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.getOutput:()Lorg/glassfish/grizzly/Buffer;
            astore 9 /* newOutput */
        start local 9 // org.glassfish.grizzly.Buffer newOutput
        16: .line 231
            aload 9 /* newOutput */
            invokeinterface org.glassfish.grizzly.Buffer.trim:()V
        17: .line 233
            aload 3 /* memoryManager */
            aload 7 /* output */
            aload 9 /* newOutput */
            invokestatic org.glassfish.grizzly.memory.Buffers.appendBuffers:(Lorg/glassfish/grizzly/memory/MemoryManager;Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/Buffer;)Lorg/glassfish/grizzly/Buffer;
            astore 7 /* output */
        end local 9 // org.glassfish.grizzly.Buffer newOutput
        18: .line 234
            aload 1 /* input */
            invokeinterface org.glassfish.grizzly.Buffer.hasRemaining:()Z
            ifne 12
        19: .line 237
      StackMap locals:
      StackMap stack:
            aload 7 /* output */
            astore 11
        20: .line 239
            aload 4 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.restore:()V
        21: .line 240
            aload 4 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.reset:()V
        22: .line 241
            aload 8 /* result */
            ifnull 26
            aload 8 /* result */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.isError:()Z
            ifeq 26
        23: .line 242
            aload 7 /* output */
            ifnull 25
        24: .line 243
            aload 7 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.dispose:()V
        25: .line 246
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator org.glassfish.grizzly.memory.MemoryManager org.glassfish.grizzly.memory.ByteBufferArray java.nio.ByteBuffer[] int org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult top top org.glassfish.grizzly.Buffer
      StackMap stack:
            aload 8 /* result */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.getOutput:()Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.dispose:()V
        26: .line 237
      StackMap locals:
      StackMap stack:
            aload 11
            areturn
        27: .line 238
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator org.glassfish.grizzly.memory.MemoryManager org.glassfish.grizzly.memory.ByteBufferArray java.nio.ByteBuffer[] int org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
      StackMap stack: java.lang.Throwable
            astore 10
        28: .line 239
            aload 4 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.restore:()V
        29: .line 240
            aload 4 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.reset:()V
        30: .line 241
            aload 8 /* result */
            ifnull 34
            aload 8 /* result */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.isError:()Z
            ifeq 34
        31: .line 242
            aload 7 /* output */
            ifnull 33
        32: .line 243
            aload 7 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.dispose:()V
        33: .line 246
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator org.glassfish.grizzly.memory.MemoryManager org.glassfish.grizzly.memory.ByteBufferArray java.nio.ByteBuffer[] int org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult top java.lang.Throwable
      StackMap stack:
            aload 8 /* result */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.getOutput:()Lorg/glassfish/grizzly/Buffer;
            invokeinterface org.glassfish.grizzly.Buffer.dispose:()V
        34: .line 248
      StackMap locals:
      StackMap stack:
            aload 10
            athrow
        end local 8 // org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult result
        end local 7 // org.glassfish.grizzly.Buffer output
        end local 6 // int inputArraySize
        end local 5 // java.nio.ByteBuffer[] inputArray
        end local 4 // org.glassfish.grizzly.memory.ByteBufferArray bba
        end local 3 // org.glassfish.grizzly.memory.MemoryManager memoryManager
        end local 2 // org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator allocator
        end local 1 // org.glassfish.grizzly.Buffer input
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   35     0            this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            0   35     1           input  Lorg/glassfish/grizzly/Buffer;
            0   35     2       allocator  Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;
            1   35     3   memoryManager  Lorg/glassfish/grizzly/memory/MemoryManager;
            2   35     4             bba  Lorg/glassfish/grizzly/memory/ByteBufferArray;
            3   35     5      inputArray  [Ljava/nio/ByteBuffer;
            4   35     6  inputArraySize  I
            5   35     7          output  Lorg/glassfish/grizzly/Buffer;
            6   35     8          result  Lorg/glassfish/grizzly/ssl/SSLConnectionContext$SslResult;
           16   18     9       newOutput  Lorg/glassfish/grizzly/Buffer;
      Exception table:
        from    to  target  type
           6    20      27  any
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
           Name  Flags
      input      final
      allocator  final

  private org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult wrap(org.glassfish.grizzly.Buffer, java.nio.ByteBuffer[], int, org.glassfish.grizzly.Buffer, org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator);
    descriptor: (Lorg/glassfish/grizzly/Buffer;[Ljava/nio/ByteBuffer;ILorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/ssl/SSLConnectionContext$SslResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=12, args_size=6
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
        start local 1 // org.glassfish.grizzly.Buffer input
        start local 2 // java.nio.ByteBuffer[] inputArray
        start local 3 // int inputArraySize
        start local 4 // org.glassfish.grizzly.Buffer output
        start local 5 // org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator allocator
         0: .line 253
            aload 0 /* this */
            aload 4 /* output */
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.netBufferSize:I
            aload 5 /* allocator */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.ensureBufferSize:(Lorg/glassfish/grizzly/Buffer;ILorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/Buffer;
            astore 4 /* output */
         1: .line 255
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 3
         2: .line 256
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "wrap engine: {0} input: {1} output: {2}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aastore
            dup
            iconst_1
            aload 1 /* input */
            aastore
            dup
            iconst_2
            aload 4 /* output */
            aastore
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 259
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 6 /* inPos */
        start local 6 // int inPos
         4: .line 260
            aload 4 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 7 /* outPos */
        start local 7 // int outPos
         5: .line 262
            aload 4 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.toByteBuffer:()Ljava/nio/ByteBuffer;
            astore 8 /* outputByteBuffer */
        start local 8 // java.nio.ByteBuffer outputByteBuffer
         6: .line 266
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aload 2 /* inputArray */
            iconst_0
            iload 3 /* inputArraySize */
            aload 8 /* outputByteBuffer */
            invokestatic org.glassfish.grizzly.ssl.SSLUtils.sslEngineWrap:(Ljavax/net/ssl/SSLEngine;[Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
            astore 9 /* sslEngineResult */
        start local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
         7: .line 267
            goto 10
        end local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext org.glassfish.grizzly.Buffer java.nio.ByteBuffer[] int org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator int int java.nio.ByteBuffer
      StackMap stack: javax.net.ssl.SSLException
         8: astore 10 /* e */
        start local 10 // javax.net.ssl.SSLException e
         9: .line 268
            new org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
            dup
            aload 4 /* output */
            aload 10 /* e */
            invokespecial org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.<init>:(Lorg/glassfish/grizzly/Buffer;Ljavax/net/ssl/SSLException;)V
            areturn
        end local 10 // javax.net.ssl.SSLException e
        start local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
        10: .line 271
      StackMap locals: javax.net.ssl.SSLEngineResult
      StackMap stack:
            aload 9 /* sslEngineResult */
            invokevirtual javax.net.ssl.SSLEngineResult.getStatus:()Ljavax/net/ssl/SSLEngineResult$Status;
            astore 10 /* status */
        start local 10 // javax.net.ssl.SSLEngineResult$Status status
        11: .line 272
            aload 10 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.CLOSED:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 13
        12: .line 273
            new org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
            dup
            aload 4 /* output */
            new javax.net.ssl.SSLException
            dup
            ldc "SSLEngine is CLOSED"
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            invokespecial org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.<init>:(Lorg/glassfish/grizzly/Buffer;Ljavax/net/ssl/SSLException;)V
            areturn
        13: .line 276
      StackMap locals: javax.net.ssl.SSLEngineResult$Status
      StackMap stack:
            aload 10 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_OVERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: istore 11 /* isOverflow */
        start local 11 // boolean isOverflow
        16: .line 277
            aload 5 /* allocator */
            ifnull 20
            iload 11 /* isOverflow */
            ifeq 20
        17: .line 278
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.updateBufferSizes:()V
        18: .line 279
            aload 0 /* this */
            aload 4 /* output */
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.netBufferSize:I
            aload 5 /* allocator */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.ensureBufferSize:(Lorg/glassfish/grizzly/Buffer;ILorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/Buffer;
            astore 4 /* output */
        19: .line 280
            aload 0 /* this */
            aload 1 /* input */
            aload 2 /* inputArray */
            iload 3 /* inputArraySize */
            aload 4 /* output */
            aconst_null
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.wrap:(Lorg/glassfish/grizzly/Buffer;[Ljava/nio/ByteBuffer;ILorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/ssl/SSLConnectionContext$SslResult;
            areturn
        20: .line 281
      StackMap locals: int
      StackMap stack:
            iload 11 /* isOverflow */
            ifne 21
            aload 10 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_UNDERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 22
        21: .line 282
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
            dup
            aload 4 /* output */
            new javax.net.ssl.SSLException
            dup
            new java.lang.StringBuilder
            dup
            ldc "SSL wrap error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 10 /* status */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            invokespecial org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.<init>:(Lorg/glassfish/grizzly/Buffer;Ljavax/net/ssl/SSLException;)V
            areturn
        22: .line 285
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            iload 6 /* inPos */
            aload 9 /* sslEngineResult */
            invokevirtual javax.net.ssl.SSLEngineResult.bytesConsumed:()I
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.position:(I)Lorg/glassfish/grizzly/Buffer;
            pop
        23: .line 286
            aload 4 /* output */
            iload 7 /* outPos */
            aload 9 /* sslEngineResult */
            invokevirtual javax.net.ssl.SSLEngineResult.bytesProduced:()I
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.position:(I)Lorg/glassfish/grizzly/Buffer;
            pop
        24: .line 288
            aload 0 /* this */
            aload 4 /* output */
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.lastOutputBuffer:Lorg/glassfish/grizzly/Buffer;
        25: .line 290
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 27
        26: .line 291
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "wrap done engine: {0} result: {1} input: {2} output: {3}"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aastore
            dup
            iconst_1
            aload 9 /* sslEngineResult */
            aastore
            dup
            iconst_2
            aload 1 /* input */
            aastore
            dup
            iconst_3
            aload 4 /* output */
            aastore
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 294
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
            dup
            aload 4 /* output */
            aload 9 /* sslEngineResult */
            invokespecial org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.<init>:(Lorg/glassfish/grizzly/Buffer;Ljavax/net/ssl/SSLEngineResult;)V
            areturn
        end local 11 // boolean isOverflow
        end local 10 // javax.net.ssl.SSLEngineResult$Status status
        end local 9 // javax.net.ssl.SSLEngineResult sslEngineResult
        end local 8 // java.nio.ByteBuffer outputByteBuffer
        end local 7 // int outPos
        end local 6 // int inPos
        end local 5 // org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator allocator
        end local 4 // org.glassfish.grizzly.Buffer output
        end local 3 // int inputArraySize
        end local 2 // java.nio.ByteBuffer[] inputArray
        end local 1 // org.glassfish.grizzly.Buffer input
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   28     0              this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            0   28     1             input  Lorg/glassfish/grizzly/Buffer;
            0   28     2        inputArray  [Ljava/nio/ByteBuffer;
            0   28     3    inputArraySize  I
            0   28     4            output  Lorg/glassfish/grizzly/Buffer;
            0   28     5         allocator  Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;
            4   28     6             inPos  I
            5   28     7            outPos  I
            6   28     8  outputByteBuffer  Ljava/nio/ByteBuffer;
            7    8     9   sslEngineResult  Ljavax/net/ssl/SSLEngineResult;
           10   28     9   sslEngineResult  Ljavax/net/ssl/SSLEngineResult;
            9   10    10                 e  Ljavax/net/ssl/SSLException;
           11   28    10            status  Ljavax/net/ssl/SSLEngineResult$Status;
           16   28    11        isOverflow  Z
      Exception table:
        from    to  target  type
           6     7       8  Class javax.net.ssl.SSLException
    MethodParameters:
                Name  Flags
      input           final
      inputArray      final
      inputArraySize  final
      output          
      allocator       final

  org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult wrap(org.glassfish.grizzly.Buffer, org.glassfish.grizzly.Buffer, org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator);
    descriptor: (Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/ssl/SSLConnectionContext$SslResult;
    flags: (0x0000) 
    Code:
      stack=8, locals=11, args_size=4
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
        start local 1 // org.glassfish.grizzly.Buffer input
        start local 2 // org.glassfish.grizzly.Buffer output
        start local 3 // org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator allocator
         0: .line 299
            aload 0 /* this */
            aload 2 /* output */
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.netBufferSize:I
            aload 3 /* allocator */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.ensureBufferSize:(Lorg/glassfish/grizzly/Buffer;ILorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/Buffer;
            astore 2 /* output */
         1: .line 301
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 3
         2: .line 302
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "wrap engine: {0} input: {1} output: {2}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aastore
            dup
            iconst_1
            aload 1 /* input */
            aastore
            dup
            iconst_2
            aload 2 /* output */
            aastore
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 305
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 4 /* inPos */
        start local 4 // int inPos
         4: .line 306
            aload 2 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.position:()I
            istore 5 /* outPos */
        start local 5 // int outPos
         5: .line 308
            aload 2 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.toByteBuffer:()Ljava/nio/ByteBuffer;
            astore 6 /* outputByteBuffer */
        start local 6 // java.nio.ByteBuffer outputByteBuffer
         6: .line 312
            aload 1 /* input */
            invokeinterface org.glassfish.grizzly.Buffer.isComposite:()Z
            ifne 9
         7: .line 313
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aload 1 /* input */
            invokeinterface org.glassfish.grizzly.Buffer.toByteBuffer:()Ljava/nio/ByteBuffer;
            aload 6 /* outputByteBuffer */
            invokestatic org.glassfish.grizzly.ssl.SSLUtils.sslEngineWrap:(Ljavax/net/ssl/SSLEngine;Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
            astore 7 /* sslEngineResult */
        start local 7 // javax.net.ssl.SSLEngineResult sslEngineResult
         8: .line 315
            goto 22
        end local 7 // javax.net.ssl.SSLEngineResult sslEngineResult
         9: .line 316
      StackMap locals: int int java.nio.ByteBuffer
      StackMap stack:
            aload 1 /* input */
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.inputByteBufferArray:Lorg/glassfish/grizzly/memory/ByteBufferArray;
            invokeinterface org.glassfish.grizzly.Buffer.toByteBufferArray:(Lorg/glassfish/grizzly/memory/ByteBufferArray;)Lorg/glassfish/grizzly/memory/ByteBufferArray;
            astore 8 /* bba */
        start local 8 // org.glassfish.grizzly.memory.ByteBufferArray bba
        10: .line 317
            aload 8 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.getArray:()[Ljava/lang/Object;
            checkcast java.nio.ByteBuffer[]
            astore 9 /* inputArray */
        start local 9 // java.nio.ByteBuffer[] inputArray
        11: .line 320
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aload 9 /* inputArray */
            iconst_0
            aload 8 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.size:()I
            aload 6 /* outputByteBuffer */
            invokestatic org.glassfish.grizzly.ssl.SSLUtils.sslEngineWrap:(Ljavax/net/ssl/SSLEngine;[Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
            astore 7 /* sslEngineResult */
        start local 7 // javax.net.ssl.SSLEngineResult sslEngineResult
        12: .line 321
            goto 17
        end local 7 // javax.net.ssl.SSLEngineResult sslEngineResult
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext org.glassfish.grizzly.Buffer org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator int int java.nio.ByteBuffer top org.glassfish.grizzly.memory.ByteBufferArray java.nio.ByteBuffer[]
      StackMap stack: java.lang.Throwable
        13: astore 10
        14: .line 322
            aload 8 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.restore:()V
        15: .line 323
            aload 8 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.reset:()V
        16: .line 324
            aload 10
            athrow
        start local 7 // javax.net.ssl.SSLEngineResult sslEngineResult
        17: .line 322
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext org.glassfish.grizzly.Buffer org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator int int java.nio.ByteBuffer javax.net.ssl.SSLEngineResult org.glassfish.grizzly.memory.ByteBufferArray java.nio.ByteBuffer[]
      StackMap stack:
            aload 8 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.restore:()V
        18: .line 323
            aload 8 /* bba */
            invokevirtual org.glassfish.grizzly.memory.ByteBufferArray.reset:()V
        end local 9 // java.nio.ByteBuffer[] inputArray
        end local 8 // org.glassfish.grizzly.memory.ByteBufferArray bba
        19: .line 326
            goto 22
        end local 7 // javax.net.ssl.SSLEngineResult sslEngineResult
      StackMap locals: org.glassfish.grizzly.ssl.SSLConnectionContext org.glassfish.grizzly.Buffer org.glassfish.grizzly.Buffer org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator int int java.nio.ByteBuffer
      StackMap stack: javax.net.ssl.SSLException
        20: astore 8 /* e */
        start local 8 // javax.net.ssl.SSLException e
        21: .line 327
            new org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
            dup
            aload 2 /* output */
            aload 8 /* e */
            invokespecial org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.<init>:(Lorg/glassfish/grizzly/Buffer;Ljavax/net/ssl/SSLException;)V
            areturn
        end local 8 // javax.net.ssl.SSLException e
        start local 7 // javax.net.ssl.SSLEngineResult sslEngineResult
        22: .line 330
      StackMap locals: javax.net.ssl.SSLEngineResult
      StackMap stack:
            aload 7 /* sslEngineResult */
            invokevirtual javax.net.ssl.SSLEngineResult.getStatus:()Ljavax/net/ssl/SSLEngineResult$Status;
            astore 8 /* status */
        start local 8 // javax.net.ssl.SSLEngineResult$Status status
        23: .line 332
            aload 8 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_OVERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 24
            iconst_1
            goto 25
      StackMap locals: javax.net.ssl.SSLEngineResult$Status
      StackMap stack:
        24: iconst_0
      StackMap locals:
      StackMap stack: int
        25: istore 9 /* isOverflow */
        start local 9 // boolean isOverflow
        26: .line 334
            aload 3 /* allocator */
            ifnull 30
            iload 9 /* isOverflow */
            ifeq 30
        27: .line 335
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.updateBufferSizes:()V
        28: .line 336
            aload 0 /* this */
            aload 2 /* output */
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.netBufferSize:I
            aload 3 /* allocator */
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.ensureBufferSize:(Lorg/glassfish/grizzly/Buffer;ILorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/Buffer;
            astore 2 /* output */
        29: .line 337
            aload 0 /* this */
            aload 1 /* input */
            aload 2 /* output */
            aconst_null
            invokevirtual org.glassfish.grizzly.ssl.SSLConnectionContext.wrap:(Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/Buffer;Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/ssl/SSLConnectionContext$SslResult;
            areturn
        30: .line 338
      StackMap locals: int
      StackMap stack:
            iload 9 /* isOverflow */
            ifne 31
            aload 8 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_UNDERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 32
        31: .line 339
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
            dup
            aload 2 /* output */
            new javax.net.ssl.SSLException
            dup
            new java.lang.StringBuilder
            dup
            ldc "SSL wrap error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* status */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            invokespecial org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.<init>:(Lorg/glassfish/grizzly/Buffer;Ljavax/net/ssl/SSLException;)V
            areturn
        32: .line 342
      StackMap locals:
      StackMap stack:
            aload 1 /* input */
            iload 4 /* inPos */
            aload 7 /* sslEngineResult */
            invokevirtual javax.net.ssl.SSLEngineResult.bytesConsumed:()I
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.position:(I)Lorg/glassfish/grizzly/Buffer;
            pop
        33: .line 343
            aload 2 /* output */
            iload 5 /* outPos */
            aload 7 /* sslEngineResult */
            invokevirtual javax.net.ssl.SSLEngineResult.bytesProduced:()I
            iadd
            invokeinterface org.glassfish.grizzly.Buffer.position:(I)Lorg/glassfish/grizzly/Buffer;
            pop
        34: .line 345
            aload 0 /* this */
            aload 2 /* output */
            putfield org.glassfish.grizzly.ssl.SSLConnectionContext.lastOutputBuffer:Lorg/glassfish/grizzly/Buffer;
        35: .line 347
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 37
        36: .line 348
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "wrap done engine: {0} result: {1} input: {2} output: {3}"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.glassfish.grizzly.ssl.SSLConnectionContext.sslEngine:Ljavax/net/ssl/SSLEngine;
            aastore
            dup
            iconst_1
            aload 7 /* sslEngineResult */
            aastore
            dup
            iconst_2
            aload 1 /* input */
            aastore
            dup
            iconst_3
            aload 2 /* output */
            aastore
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;[Ljava/lang/Object;)V
        37: .line 351
      StackMap locals:
      StackMap stack:
            new org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
            dup
            aload 2 /* output */
            aload 7 /* sslEngineResult */
            invokespecial org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult.<init>:(Lorg/glassfish/grizzly/Buffer;Ljavax/net/ssl/SSLEngineResult;)V
            areturn
        end local 9 // boolean isOverflow
        end local 8 // javax.net.ssl.SSLEngineResult$Status status
        end local 7 // javax.net.ssl.SSLEngineResult sslEngineResult
        end local 6 // java.nio.ByteBuffer outputByteBuffer
        end local 5 // int outPos
        end local 4 // int inPos
        end local 3 // org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator allocator
        end local 2 // org.glassfish.grizzly.Buffer output
        end local 1 // org.glassfish.grizzly.Buffer input
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   38     0              this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            0   38     1             input  Lorg/glassfish/grizzly/Buffer;
            0   38     2            output  Lorg/glassfish/grizzly/Buffer;
            0   38     3         allocator  Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;
            4   38     4             inPos  I
            5   38     5            outPos  I
            6   38     6  outputByteBuffer  Ljava/nio/ByteBuffer;
            8    9     7   sslEngineResult  Ljavax/net/ssl/SSLEngineResult;
           12   13     7   sslEngineResult  Ljavax/net/ssl/SSLEngineResult;
           17   20     7   sslEngineResult  Ljavax/net/ssl/SSLEngineResult;
           22   38     7   sslEngineResult  Ljavax/net/ssl/SSLEngineResult;
           10   19     8               bba  Lorg/glassfish/grizzly/memory/ByteBufferArray;
           11   19     9        inputArray  [Ljava/nio/ByteBuffer;
           21   22     8                 e  Ljavax/net/ssl/SSLException;
           23   38     8            status  Ljavax/net/ssl/SSLEngineResult$Status;
           26   38     9        isOverflow  Z
      Exception table:
        from    to  target  type
          11    13      13  any
           6    19      20  Class javax.net.ssl.SSLException
    MethodParameters:
           Name  Flags
      input      final
      output     
      allocator  final

  private org.glassfish.grizzly.Buffer ensureBufferSize(org.glassfish.grizzly.Buffer, int, org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator);
    descriptor: (Lorg/glassfish/grizzly/Buffer;ILorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;)Lorg/glassfish/grizzly/Buffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
        start local 1 // org.glassfish.grizzly.Buffer output
        start local 2 // int size
        start local 3 // org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator allocator
         0: .line 355
            iload 2 /* size */
            i2f
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.BUFFER_SIZE_COEF:F
            fmul
            f2i
            istore 4 /* sz */
        start local 4 // int sz
         1: .line 357
            aload 1 /* output */
            ifnonnull 5
         2: .line 358
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.$assertionsDisabled:Z
            ifne 3
            aload 3 /* allocator */
            ifnonnull 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 359
      StackMap locals: int
      StackMap stack:
            aload 3 /* allocator */
            aload 0 /* this */
            aconst_null
            iload 4 /* sz */
            invokeinterface org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator.grow:(Lorg/glassfish/grizzly/ssl/SSLConnectionContext;Lorg/glassfish/grizzly/Buffer;I)Lorg/glassfish/grizzly/Buffer;
            astore 1 /* output */
         4: .line 360
            goto 8
      StackMap locals:
      StackMap stack:
         5: aload 1 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.remaining:()I
            iload 4 /* sz */
            if_icmpge 8
         6: .line 361
            getstatic org.glassfish.grizzly.ssl.SSLConnectionContext.$assertionsDisabled:Z
            ifne 7
            aload 3 /* allocator */
            ifnonnull 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 362
      StackMap locals:
      StackMap stack:
            aload 3 /* allocator */
            aload 0 /* this */
            aload 1 /* output */
            aload 1 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.capacity:()I
            iload 4 /* sz */
            iadd
            aload 1 /* output */
            invokeinterface org.glassfish.grizzly.Buffer.remaining:()I
            isub
            invokeinterface org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator.grow:(Lorg/glassfish/grizzly/ssl/SSLConnectionContext;Lorg/glassfish/grizzly/Buffer;I)Lorg/glassfish/grizzly/Buffer;
            astore 1 /* output */
         8: .line 364
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            areturn
        end local 4 // int sz
        end local 3 // org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator allocator
        end local 2 // int size
        end local 1 // org.glassfish.grizzly.Buffer output
        end local 0 // org.glassfish.grizzly.ssl.SSLConnectionContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/glassfish/grizzly/ssl/SSLConnectionContext;
            0    9     1     output  Lorg/glassfish/grizzly/Buffer;
            0    9     2       size  I
            0    9     3  allocator  Lorg/glassfish/grizzly/ssl/SSLConnectionContext$Allocator;
            1    9     4         sz  I
    MethodParameters:
           Name  Flags
      output     
      size       final
      allocator  final
}
SourceFile: "SSLConnectionContext.java"
NestMembers:
  org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator  org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult
InnerClasses:
  public final Status = javax.net.ssl.SSLEngineResult$Status of javax.net.ssl.SSLEngineResult
  abstract Allocator = org.glassfish.grizzly.ssl.SSLConnectionContext$Allocator of org.glassfish.grizzly.ssl.SSLConnectionContext
  final SslResult = org.glassfish.grizzly.ssl.SSLConnectionContext$SslResult of org.glassfish.grizzly.ssl.SSLConnectionContext