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: 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
getstatic sun.security.ssl.DTLSInputRecord$HandshakeFlight.HF_UNKNOWN:B
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
2: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
3: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
4: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
5: aload 0
iconst_0
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
6: aload 0
ldc -1
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
7: aload 0
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: return
end local 0 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 start local 1 0: aload 1
ifnull 4
1: aload 0
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
if_icmpne 4
2: aload 0
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
aload 1
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
if_icmpne 4
3: iconst_1
ireturn
StackMap locals:
StackMap stack:
4: iconst_0
ireturn
end local 1 end local 0 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 0: new sun.security.ssl.DTLSInputRecord$HandshakeFlight
dup
invokespecial sun.security.ssl.DTLSInputRecord$HandshakeFlight.<init>:()V
astore 1
start local 1 1: aload 1
aload 0
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.handshakeType:B
2: aload 1
aload 0
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.flightEpoch:I
3: aload 1
aload 0
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.minMessageSeq:I
4: aload 1
aload 0
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxMessageSeq:I
5: aload 1
aload 0
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordEpoch:I
6: aload 1
aload 0
getfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
putfield sun.security.ssl.DTLSInputRecord$HandshakeFlight.maxRecordSeq:J
7: aload 1
new java.util.HashMap
dup
aload 0
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: aload 1
areturn
end local 1 end local 0 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