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
ConstantValue: -1
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;>;>;
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 574
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 575
aload 0 /* this */
iconst_m1
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
2: .line 576
aload 0 /* this */
iconst_0
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
3: .line 577
aload 0 /* this */
iconst_0
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
4: .line 579
aload 0 /* this */
iconst_0
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
5: .line 580
aload 0 /* this */
iconst_0
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
6: .line 581
aload 0 /* this */
ldc -1
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
7: .line 583
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 584
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 587
aload 1 /* hs */
ifnull 4
1: .line 588
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 589
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 587
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 594
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 596
aload 1 /* hf */
aload 0 /* this */
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
2: .line 597
aload 1 /* hf */
aload 0 /* this */
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
3: .line 598
aload 1 /* hf */
aload 0 /* this */
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
4: .line 600
aload 1 /* hf */
aload 0 /* this */
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
5: .line 601
aload 1 /* hf */
aload 0 /* this */
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
6: .line 602
aload 1 /* hf */
aload 0 /* this */
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
7: .line 604
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 606
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