public class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey extends org.glassfish.grizzly.http.server.filecache.FileCacheKey
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
  super_class: org.glassfish.grizzly.http.server.filecache.FileCacheKey
{
  private static final org.glassfish.grizzly.ThreadCache$CachedTypeIndex<org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey> CACHE_IDX;
    descriptor: Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex<Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;>;

  private org.glassfish.grizzly.http.HttpRequestPacket request;
    descriptor: Lorg/glassfish/grizzly/http/HttpRequestPacket;
    flags: (0x0002) ACC_PRIVATE

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 31
            ldc Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;
            bipush 16
            invokestatic org.glassfish.grizzly.ThreadCache.obtainIndex:(Ljava/lang/Class;I)Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            putstatic org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.glassfish.grizzly.http.HttpRequestPacket);
    descriptor: (Lorg/glassfish/grizzly/http/HttpRequestPacket;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
        start local 1 // org.glassfish.grizzly.http.HttpRequestPacket request
         0: .line 39
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.server.filecache.FileCacheKey.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* request */
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
         2: .line 41
            return
        end local 1 // org.glassfish.grizzly.http.HttpRequestPacket request
        end local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;
            0    3     1  request  Lorg/glassfish/grizzly/http/HttpRequestPacket;
    MethodParameters:
         Name  Flags
      request  final

  protected java.lang.String getHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
         0: .line 47
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.isInitialized:Z
            ifne 2
         1: .line 48
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.initialize:()V
         2: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.server.filecache.FileCacheKey.getHost:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;

  protected java.lang.String getUri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
         0: .line 56
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.isInitialized:Z
            ifne 2
         1: .line 57
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.initialize:()V
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.glassfish.grizzly.http.server.filecache.FileCacheKey.getUri:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
         0: .line 67
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.host:Ljava/lang/String;
         1: .line 68
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.uri:Ljava/lang/String;
         2: .line 69
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.isInitialized:Z
         3: .line 70
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
         4: .line 71
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.hashCode:I
         5: .line 72
            getstatic org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            aload 0 /* this */
            invokestatic org.glassfish.grizzly.ThreadCache.putToCache:(Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;Ljava/lang/Object;)Z
            pop
         6: .line 73
            return
        end local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;

  public static org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey create(org.glassfish.grizzly.http.HttpRequestPacket);
    descriptor: (Lorg/glassfish/grizzly/http/HttpRequestPacket;)Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.HttpRequestPacket request
         0: .line 78
            getstatic org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.CACHE_IDX:Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;
            invokestatic org.glassfish.grizzly.ThreadCache.takeFromCache:(Lorg/glassfish/grizzly/ThreadCache$CachedTypeIndex;)Ljava/lang/Object;
            checkcast org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
            astore 1 /* key */
        start local 1 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey key
         1: .line 79
            aload 1 /* key */
            ifnull 4
         2: .line 80
            aload 1 /* key */
            aload 0 /* request */
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
         3: .line 81
            aload 1 /* key */
            areturn
         4: .line 84
      StackMap locals: org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
      StackMap stack:
            new org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
            dup
            aload 0 /* request */
            invokespecial org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.<init>:(Lorg/glassfish/grizzly/http/HttpRequestPacket;)V
            areturn
        end local 1 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey key
        end local 0 // org.glassfish.grizzly.http.HttpRequestPacket request
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0  request  Lorg/glassfish/grizzly/http/HttpRequestPacket;
            1    5     1      key  Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;
    MethodParameters:
         Name  Flags
      request  final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
        start local 1 // java.lang.Object obj
         0: .line 89
            aload 1 /* obj */
            ifnonnull 2
         1: .line 90
            iconst_0
            ireturn
         2: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 4
         3: .line 93
            iconst_0
            ireturn
         4: .line 95
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.glassfish.grizzly.http.server.filecache.FileCacheKey
            astore 2 /* other */
        start local 2 // org.glassfish.grizzly.http.server.filecache.FileCacheKey other
         5: .line 97
            aload 2 /* other */
            getfield org.glassfish.grizzly.http.server.filecache.FileCacheKey.host:Ljava/lang/String;
            astore 3 /* otherHost */
        start local 3 // java.lang.String otherHost
         6: .line 98
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.getHostLazy:()Lorg/glassfish/grizzly/http/util/DataChunk;
            astore 4 /* hostDC */
        start local 4 // org.glassfish.grizzly.http.util.DataChunk hostDC
         7: .line 99
            aload 4 /* hostDC */
            ifnull 8
            aload 4 /* hostDC */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.isNull:()Z
            ifeq 9
      StackMap locals: org.glassfish.grizzly.http.server.filecache.FileCacheKey java.lang.String org.glassfish.grizzly.http.util.DataChunk
      StackMap stack:
         8: aload 3 /* otherHost */
            ifnull 11
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 4 /* hostDC */
            aload 3 /* otherHost */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:(Ljava/lang/String;)Z
            ifne 11
        10: .line 100
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        11: .line 103
      StackMap locals:
      StackMap stack:
            aload 2 /* other */
            getfield org.glassfish.grizzly.http.server.filecache.FileCacheKey.uri:Ljava/lang/String;
            astore 5 /* otherUri */
        start local 5 // java.lang.String otherUri
        12: .line 104
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.getUriLazy:()Lorg/glassfish/grizzly/http/util/DataChunk;
            astore 6 /* uriDC */
        start local 6 // org.glassfish.grizzly.http.util.DataChunk uriDC
        13: .line 105
            aload 6 /* uriDC */
            ifnull 14
            aload 6 /* uriDC */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.isNull:()Z
            ifeq 15
      StackMap locals: java.lang.String org.glassfish.grizzly.http.util.DataChunk
      StackMap stack:
        14: aload 5 /* otherUri */
            ifnull 17
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 6 /* uriDC */
            aload 5 /* otherUri */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.equals:(Ljava/lang/String;)Z
            ifne 17
        16: .line 106
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        17: .line 108
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // org.glassfish.grizzly.http.util.DataChunk uriDC
        end local 5 // java.lang.String otherUri
        end local 4 // org.glassfish.grizzly.http.util.DataChunk hostDC
        end local 3 // java.lang.String otherHost
        end local 2 // org.glassfish.grizzly.http.server.filecache.FileCacheKey other
        end local 1 // java.lang.Object obj
        end local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;
            0   18     1        obj  Ljava/lang/Object;
            5   18     2      other  Lorg/glassfish/grizzly/http/server/filecache/FileCacheKey;
            6   18     3  otherHost  Ljava/lang/String;
            7   18     4     hostDC  Lorg/glassfish/grizzly/http/util/DataChunk;
           12   18     5   otherUri  Ljava/lang/String;
           13   18     6      uriDC  Lorg/glassfish/grizzly/http/util/DataChunk;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
         0: .line 113
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.hashCode:I
            ifne 11
         1: .line 114
            iconst_3
            istore 1 /* hash */
        start local 1 // int hash
         2: .line 115
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.getHostLazy:()Lorg/glassfish/grizzly/http/util/DataChunk;
            astore 2 /* hostDC */
        start local 2 // org.glassfish.grizzly.http.util.DataChunk hostDC
         3: .line 116
            aload 0 /* this */
            invokevirtual org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.getUriLazy:()Lorg/glassfish/grizzly/http/util/DataChunk;
            astore 3 /* uriDC */
        start local 3 // org.glassfish.grizzly.http.util.DataChunk uriDC
         4: .line 118
            bipush 23
            iload 1 /* hash */
            imul
            aload 2 /* hostDC */
            ifnull 5
            aload 2 /* hostDC */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.hashCode:()I
            goto 6
      StackMap locals: org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey int org.glassfish.grizzly.http.util.DataChunk org.glassfish.grizzly.http.util.DataChunk
      StackMap stack: int
         5: iconst_0
      StackMap locals: org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey int org.glassfish.grizzly.http.util.DataChunk org.glassfish.grizzly.http.util.DataChunk
      StackMap stack: int int
         6: iadd
            istore 1 /* hash */
         7: .line 119
            bipush 23
            iload 1 /* hash */
            imul
            aload 3 /* uriDC */
            ifnull 8
            aload 3 /* uriDC */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.hashCode:()I
            goto 9
      StackMap locals:
      StackMap stack: int
         8: iconst_0
      StackMap locals: org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey int org.glassfish.grizzly.http.util.DataChunk org.glassfish.grizzly.http.util.DataChunk
      StackMap stack: int int
         9: iadd
            istore 1 /* hash */
        10: .line 120
            aload 0 /* this */
            iload 1 /* hash */
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.hashCode:I
        end local 3 // org.glassfish.grizzly.http.util.DataChunk uriDC
        end local 2 // org.glassfish.grizzly.http.util.DataChunk hostDC
        end local 1 // int hash
        11: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.hashCode:I
            ireturn
        end local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;
            2   11     1    hash  I
            3   11     2  hostDC  Lorg/glassfish/grizzly/http/util/DataChunk;
            4   11     3   uriDC  Lorg/glassfish/grizzly/http/util/DataChunk;

  private void initialize();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
         0: .line 128
            aload 0 /* this */
            iconst_1
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.isInitialized:Z
         1: .line 129
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
            getstatic org.glassfish.grizzly.http.util.Header.Host:Lorg/glassfish/grizzly/http/util/Header;
            invokevirtual org.glassfish.grizzly.http.HttpRequestPacket.getHeader:(Lorg/glassfish/grizzly/http/util/Header;)Ljava/lang/String;
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.host:Ljava/lang/String;
         2: .line 130
            aload 0 /* this */
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
            invokevirtual org.glassfish.grizzly.http.HttpRequestPacket.getRequestURI:()Ljava/lang/String;
            putfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.uri:Ljava/lang/String;
         3: .line 131
            return
        end local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;

  private org.glassfish.grizzly.http.util.DataChunk getHostLazy();
    descriptor: ()Lorg/glassfish/grizzly/http/util/DataChunk;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
         0: .line 134
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
            invokevirtual org.glassfish.grizzly.http.HttpRequestPacket.getHeaders:()Lorg/glassfish/grizzly/http/util/MimeHeaders;
            getstatic org.glassfish.grizzly.http.util.Header.Host:Lorg/glassfish/grizzly/http/util/Header;
            invokevirtual org.glassfish.grizzly.http.util.MimeHeaders.getValue:(Lorg/glassfish/grizzly/http/util/Header;)Lorg/glassfish/grizzly/http/util/DataChunk;
            areturn
        end local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;

  private org.glassfish.grizzly.http.util.DataChunk getUriLazy();
    descriptor: ()Lorg/glassfish/grizzly/http/util/DataChunk;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
         0: .line 138
            aload 0 /* this */
            getfield org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey.request:Lorg/glassfish/grizzly/http/HttpRequestPacket;
            invokevirtual org.glassfish.grizzly.http.HttpRequestPacket.getRequestURIRef:()Lorg/glassfish/grizzly/http/util/RequestURIRef;
            invokevirtual org.glassfish.grizzly.http.util.RequestURIRef.getRequestURIBC:()Lorg/glassfish/grizzly/http/util/DataChunk;
            areturn
        end local 0 // org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/server/filecache/LazyFileCacheKey;
}
SourceFile: "LazyFileCacheKey.java"
InnerClasses:
  public final CachedTypeIndex = org.glassfish.grizzly.ThreadCache$CachedTypeIndex of org.glassfish.grizzly.ThreadCache