final class sun.security.ssl.DTLSInputRecord$HandshakeFlight implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.DTLSInputRecord$HandshakeFlight
  super_class: java.lang.Object
{
  static final byte HF_UNKNOWN;
    descriptor: B
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  byte handshakeType;
    descriptor: B
    flags: (0x0000) 

  int flightEpoch;
    descriptor: I
    flags: (0x0000) 

  int minMessageSeq;
    descriptor: I
    flags: (0x0000) 

  int maxMessageSeq;
    descriptor: I
    flags: (0x0000) 

  int maxRecordEpoch;
    descriptor: I
    flags: (0x0000) 

  long maxRecordSeq;
    descriptor: J
    flags: (0x0000) 

  java.util.HashMap<java.lang.Byte, java.util.List<sun.security.ssl.DTLSInputRecord$HoleDescriptor>> holesMap;
    descriptor: Ljava/util/HashMap;
    flags: (0x0000) 
    Signature: Ljava/util/HashMap<Ljava/lang/Byte;Ljava/util/List<Lsun/security/ssl/DTLSInputRecord$HoleDescriptor;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 535
            getstatic sun.security.ssl.SSLHandshake.NOT_APPLICABLE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            putstatic sun.security.ssl.DTLSInputRecord$HandshakeFlight.HF_UNKNOWN:B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSInputRecord$HandshakeFlight this
         0: .line 547
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 548
            aload 0 /* this */
            getstatic sun.security.ssl.DTLSInputRecord$HandshakeFlight.HF_UNKNOWN:B
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
         2: .line 549
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
         3: .line 550
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
         4: .line 552
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
         5: .line 553
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
         6: .line 554
            aload 0 /* this */
            ldc -1
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
         7: .line 556
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_5
            invokespecial java.util.HashMap.<init>:(I)V
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.holesMap:Ljava/util/HashMap;
         8: .line 557
            return
        end local 0 // sun.security.ssl.DTLSInputRecord$HandshakeFlight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;

  boolean isRetransmitOf(sun.security.ssl.DTLSInputRecord$HandshakeFlight);
    descriptor: (Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.DTLSInputRecord$HandshakeFlight this
        start local 1 // sun.security.ssl.DTLSInputRecord$HandshakeFlight hs
         0: .line 560
            aload 1 /* hs */
            ifnull 4
         1: .line 561
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
            aload 1 /* hs */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
            if_icmpne 4
         2: .line 562
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
            aload 1 /* hs */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
            if_icmpne 4
         3: .line 560
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // sun.security.ssl.DTLSInputRecord$HandshakeFlight hs
        end local 0 // sun.security.ssl.DTLSInputRecord$HandshakeFlight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
            0    5     1    hs  Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
    MethodParameters:
      Name  Flags
      hs    

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.security.ssl.DTLSInputRecord$HandshakeFlight this
         0: .line 567
            new sun.security.ssl.DTLSInputRecord$HandshakeFlight
            dup
            invokespecial sun.security.ssl.DTLSInputRecord$HandshakeFlight.<init>:()V
            astore 1 /* hf */
        start local 1 // sun.security.ssl.DTLSInputRecord$HandshakeFlight hf
         1: .line 569
            aload 1 /* hf */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
         2: .line 570
            aload 1 /* hf */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
         3: .line 571
            aload 1 /* hf */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
         4: .line 573
            aload 1 /* hf */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
         5: .line 574
            aload 1 /* hf */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
         6: .line 575
            aload 1 /* hf */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
         7: .line 577
            aload 1 /* hf */
            new java.util.HashMap
            dup
            aload 0 /* this */
            getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.holesMap:Ljava/util/HashMap;
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.holesMap:Ljava/util/HashMap;
         8: .line 579
            aload 1 /* hf */
            areturn
        end local 1 // sun.security.ssl.DTLSInputRecord$HandshakeFlight hf
        end local 0 // sun.security.ssl.DTLSInputRecord$HandshakeFlight this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
            1    9     1    hf  Lsun/security/ssl/DTLSInputRecord$HandshakeFlight;
}
SourceFile: "DTLSInputRecord.java"
NestHost: sun.security.ssl.DTLSInputRecord
InnerClasses:
  private final HandshakeFlight = sun.security.ssl.DTLSInputRecord$HandshakeFlight of sun.security.ssl.DTLSInputRecord
  private final HoleDescriptor = sun.security.ssl.DTLSInputRecord$HoleDescriptor of sun.security.ssl.DTLSInputRecord