class com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder extends com.sun.media.jfxmedia.locator.ConnectionHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder
  super_class: com.sun.media.jfxmedia.locator.ConnectionHolder
{
  private java.net.URI uri;
    descriptor: Ljava/net/URI;
    flags: (0x0002) ACC_PRIVATE

  private java.net.URLConnection urlConnection;
    descriptor: Ljava/net/URLConnection;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.net.URI, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/net/URI;Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
        start local 1 // java.net.URI uri
        start local 2 // java.util.Map connectionProperties
         0: .line 239
            aload 0 /* this */
            invokespecial com.sun.media.jfxmedia.locator.ConnectionHolder.<init>:()V
         1: .line 240
            aload 0 /* this */
            aload 1 /* uri */
            putfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.uri:Ljava/net/URI;
         2: .line 241
            aload 0 /* this */
            aload 1 /* uri */
            invokevirtual java.net.URI.toURL:()Ljava/net/URL;
            invokevirtual java.net.URL.openConnection:()Ljava/net/URLConnection;
            putfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
         3: .line 242
            aload 2 /* connectionProperties */
            ifnull 10
         4: .line 243
            aload 2 /* connectionProperties */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder java.net.URI java.util.Map top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         6: .line 244
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            astore 5 /* value */
        start local 5 // java.lang.Object value
         7: .line 245
            aload 5 /* value */
            instanceof java.lang.String
            ifeq 9
         8: .line 246
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 5 /* value */
            checkcast java.lang.String
            invokevirtual java.net.URLConnection.setRequestProperty:(Ljava/lang/String;Ljava/lang/String;)V
        end local 5 // java.lang.Object value
        end local 3 // java.util.Map$Entry entry
         9: .line 243
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        10: .line 250
      StackMap locals: com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder java.net.URI java.util.Map
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            invokevirtual com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.openChannel:(Ljava/io/InputStream;)Ljava/nio/channels/ReadableByteChannel;
            putfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.channel:Ljava/nio/channels/ReadableByteChannel;
        11: .line 251
            return
        end local 2 // java.util.Map connectionProperties
        end local 1 // java.net.URI uri
        end local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   12     0                  this  Lcom/sun/media/jfxmedia/locator/ConnectionHolder$URIConnectionHolder;
            0   12     1                   uri  Ljava/net/URI;
            0   12     2  connectionProperties  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            6    9     3                 entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/Object;>;
            7    9     5                 value  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/net/URI;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
                      Name  Flags
      uri                   
      connectionProperties  

  boolean needBuffer();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
         0: .line 254
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.uri:Ljava/net/URI;
            invokevirtual java.net.URI.getScheme:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            astore 1 /* scheme */
        start local 1 // java.lang.String scheme
         1: .line 255
            ldc "http"
            aload 1 /* scheme */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 2
            ldc "https"
            aload 1 /* scheme */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 2
            iconst_0
            ireturn
      StackMap locals: java.lang.String
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // java.lang.String scheme
        end local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/media/jfxmedia/locator/ConnectionHolder$URIConnectionHolder;
            1    3     1  scheme  Ljava/lang/String;

  boolean isSeekable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
         0: .line 259
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
            instanceof java.net.HttpURLConnection
            ifne 4
         1: .line 260
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
            instanceof java.net.JarURLConnection
            ifne 4
         2: .line 261
            aload 0 /* this */
            invokevirtual com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.isJRT:()Z
            ifne 4
         3: .line 259
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/media/jfxmedia/locator/ConnectionHolder$URIConnectionHolder;

  boolean isRandomAccess();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
         0: .line 265
            iconst_0
            ireturn
        end local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/jfxmedia/locator/ConnectionHolder$URIConnectionHolder;

  int readBlock(long, int);
    descriptor: (JI)I
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
        start local 1 // long position
        start local 3 // int size
         0: .line 269
            new java.io.IOException
            dup
            invokespecial java.io.IOException.<init>:()V
            athrow
        end local 3 // int size
        end local 1 // long position
        end local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/media/jfxmedia/locator/ConnectionHolder$URIConnectionHolder;
            0    1     1  position  J
            0    1     3      size  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      position  
      size      

  public long seek(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
        start local 1 // long position
         0: .line 273
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
            instanceof java.net.HttpURLConnection
            ifeq 27
         1: .line 274
            aconst_null
            astore 3 /* tmpURLConnection */
        start local 3 // java.net.URLConnection tmpURLConnection
         2: .line 278
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.uri:Ljava/net/URI;
            invokevirtual java.net.URI.toURL:()Ljava/net/URL;
            invokevirtual java.net.URL.openConnection:()Ljava/net/URLConnection;
            astore 3 /* tmpURLConnection */
         3: .line 280
            aload 3 /* tmpURLConnection */
            checkcast java.net.HttpURLConnection
            astore 4 /* httpConnection */
        start local 4 // java.net.HttpURLConnection httpConnection
         4: .line 281
            aload 4 /* httpConnection */
            ldc "GET"
            invokevirtual java.net.HttpURLConnection.setRequestMethod:(Ljava/lang/String;)V
         5: .line 282
            aload 4 /* httpConnection */
            iconst_0
            invokevirtual java.net.HttpURLConnection.setUseCaches:(Z)V
         6: .line 283
            aload 4 /* httpConnection */
            ldc "Range"
            new java.lang.StringBuilder
            dup
            ldc "bytes="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* position */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc "-"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.net.HttpURLConnection.setRequestProperty:(Ljava/lang/String;Ljava/lang/String;)V
         7: .line 286
            aload 4 /* httpConnection */
            invokevirtual java.net.HttpURLConnection.getResponseCode:()I
            sipush 206
            if_icmpne 16
         8: .line 287
            aload 0 /* this */
            invokevirtual com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.closeConnection:()V
         9: .line 288
            aload 0 /* this */
            aload 3 /* tmpURLConnection */
            putfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
        10: .line 289
            aconst_null
            astore 3 /* tmpURLConnection */
        11: .line 290
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            invokevirtual com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.openChannel:(Ljava/io/InputStream;)Ljava/nio/channels/ReadableByteChannel;
            putfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.channel:Ljava/nio/channels/ReadableByteChannel;
        12: .line 291
            lload 1 /* position */
            lstore 6
        13: .line 298
            aload 3 /* tmpURLConnection */
            ifnull 15
        14: .line 299
            aload 3 /* tmpURLConnection */
            invokestatic com.sun.media.jfxmedia.locator.Locator.closeConnection:(Ljava/net/URLConnection;)V
        15: .line 291
      StackMap locals: com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder long java.net.URLConnection java.net.HttpURLConnection top long
      StackMap stack:
            lload 6
            lreturn
        16: .line 298
      StackMap locals: com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder long java.net.URLConnection java.net.HttpURLConnection
      StackMap stack:
            aload 3 /* tmpURLConnection */
            ifnull 18
        17: .line 299
            aload 3 /* tmpURLConnection */
            invokestatic com.sun.media.jfxmedia.locator.Locator.closeConnection:(Ljava/net/URLConnection;)V
        18: .line 293
      StackMap locals:
      StackMap stack:
            ldc -1
            lreturn
        end local 4 // java.net.HttpURLConnection httpConnection
        19: .line 295
      StackMap locals: com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder long java.net.URLConnection
      StackMap stack: java.io.IOException
            pop
        20: .line 298
            aload 3 /* tmpURLConnection */
            ifnull 22
        21: .line 299
            aload 3 /* tmpURLConnection */
            invokestatic com.sun.media.jfxmedia.locator.Locator.closeConnection:(Ljava/net/URLConnection;)V
        22: .line 296
      StackMap locals:
      StackMap stack:
            ldc -1
            lreturn
        23: .line 297
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        24: .line 298
            aload 3 /* tmpURLConnection */
            ifnull 26
        25: .line 299
            aload 3 /* tmpURLConnection */
            invokestatic com.sun.media.jfxmedia.locator.Locator.closeConnection:(Ljava/net/URLConnection;)V
        26: .line 301
      StackMap locals: com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder long java.net.URLConnection top java.lang.Throwable
      StackMap stack:
            aload 5
            athrow
        end local 3 // java.net.URLConnection tmpURLConnection
        27: .line 302
      StackMap locals: com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder long
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
            instanceof java.net.JarURLConnection
            ifne 28
            aload 0 /* this */
            invokevirtual com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.isJRT:()Z
            ifeq 41
        28: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.closeConnection:()V
        29: .line 306
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.uri:Ljava/net/URI;
            invokevirtual java.net.URI.toURL:()Ljava/net/URL;
            invokevirtual java.net.URL.openConnection:()Ljava/net/URLConnection;
            putfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
        30: .line 309
            lload 1 /* position */
            lstore 3 /* skip_left */
        start local 3 // long skip_left
        31: .line 310
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
            invokevirtual java.net.URLConnection.getInputStream:()Ljava/io/InputStream;
            astore 5 /* inputStream */
        start local 5 // java.io.InputStream inputStream
        32: .line 312
      StackMap locals: long java.io.InputStream
      StackMap stack:
            aload 5 /* inputStream */
            lload 3 /* skip_left */
            invokevirtual java.io.InputStream.skip:(J)J
            lstore 6 /* skip */
        start local 6 // long skip
        33: .line 313
            lload 3 /* skip_left */
            lload 6 /* skip */
            lsub
            lstore 3 /* skip_left */
        end local 6 // long skip
        34: .line 314
            lload 3 /* skip_left */
            lconst_0
        35: .line 311
            lcmp
            ifgt 32
        36: .line 316
            aload 0 /* this */
            aload 0 /* this */
            aload 5 /* inputStream */
            invokevirtual com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.openChannel:(Ljava/io/InputStream;)Ljava/nio/channels/ReadableByteChannel;
            putfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.channel:Ljava/nio/channels/ReadableByteChannel;
        37: .line 318
            lload 1 /* position */
        38: lreturn
        end local 5 // java.io.InputStream inputStream
        end local 3 // long skip_left
        39: .line 319
      StackMap locals: com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder long
      StackMap stack: java.io.IOException
            pop
        40: .line 320
            ldc -1
            lreturn
        41: .line 324
      StackMap locals:
      StackMap stack:
            ldc -1
            lreturn
        end local 1 // long position
        end local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   42     0              this  Lcom/sun/media/jfxmedia/locator/ConnectionHolder$URIConnectionHolder;
            0   42     1          position  J
            2   27     3  tmpURLConnection  Ljava/net/URLConnection;
            4   19     4    httpConnection  Ljava/net/HttpURLConnection;
           31   39     3         skip_left  J
           32   39     5       inputStream  Ljava/io/InputStream;
           33   34     6              skip  J
      Exception table:
        from    to  target  type
           2    13      19  Class java.io.IOException
           2    13      23  any
          19    20      23  any
          28    38      39  Class java.io.IOException
    MethodParameters:
          Name  Flags
      position  

  public void closeConnection();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
         0: .line 329
            aload 0 /* this */
            invokespecial com.sun.media.jfxmedia.locator.ConnectionHolder.closeConnection:()V
         1: .line 331
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
            invokestatic com.sun.media.jfxmedia.locator.Locator.closeConnection:(Ljava/net/URLConnection;)V
         2: .line 332
            aload 0 /* this */
            aconst_null
            putfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
         3: .line 333
            return
        end local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/media/jfxmedia/locator/ConnectionHolder$URIConnectionHolder;

  private java.nio.channels.ReadableByteChannel openChannel(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Ljava/nio/channels/ReadableByteChannel;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
        start local 1 // java.io.InputStream inputStream
         0: .line 336
            aload 1 /* inputStream */
            ifnonnull 2
         1: .line 337
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.urlConnection:Ljava/net/URLConnection;
            invokevirtual java.net.URLConnection.getInputStream:()Ljava/io/InputStream;
            invokestatic java.nio.channels.Channels.newChannel:(Ljava/io/InputStream;)Ljava/nio/channels/ReadableByteChannel;
            goto 3
         2: .line 338
      StackMap locals:
      StackMap stack:
            aload 1 /* inputStream */
            invokestatic java.nio.channels.Channels.newChannel:(Ljava/io/InputStream;)Ljava/nio/channels/ReadableByteChannel;
         3: .line 336
      StackMap locals:
      StackMap stack: java.nio.channels.ReadableByteChannel
            areturn
        end local 1 // java.io.InputStream inputStream
        end local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lcom/sun/media/jfxmedia/locator/ConnectionHolder$URIConnectionHolder;
            0    4     1  inputStream  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      inputStream  

  private boolean isJRT();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
         0: .line 342
            aload 0 /* this */
            getfield com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder.uri:Ljava/net/URI;
            invokevirtual java.net.URI.getScheme:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            astore 1 /* scheme */
        start local 1 // java.lang.String scheme
         1: .line 343
            ldc "jrt"
            aload 1 /* scheme */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.String scheme
        end local 0 // com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/media/jfxmedia/locator/ConnectionHolder$URIConnectionHolder;
            1    2     1  scheme  Ljava/lang/String;
}
SourceFile: "ConnectionHolder.java"
NestHost: com.sun.media.jfxmedia.locator.ConnectionHolder
InnerClasses:
  private URIConnectionHolder = com.sun.media.jfxmedia.locator.ConnectionHolder$URIConnectionHolder of com.sun.media.jfxmedia.locator.ConnectionHolder
  public abstract Entry = java.util.Map$Entry of java.util.Map