final class sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsConsumer implements sun.security.ssl.SSLExtension$ExtensionConsumer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsConsumer
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsConsumer this
0: .line 345
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 347
return
end local 0 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/SupportedVersionsExtension$SHSupportedVersionsConsumer;
public void consume(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=4
start local 0 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsConsumer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
start local 3 // java.nio.ByteBuffer buffer
0: .line 353
aload 1 /* context */
checkcast sun.security.ssl.ClientHandshakeContext
astore 4 /* chc */
start local 4 // sun.security.ssl.ClientHandshakeContext chc
1: .line 356
aload 4 /* chc */
getfield sun.security.ssl.ClientHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
getstatic sun.security.ssl.SSLExtension.SH_SUPPORTED_VERSIONS:Lsun/security/ssl/SSLExtension;
invokevirtual sun.security.ssl.SSLConfiguration.isAvailable:(Lsun/security/ssl/SSLExtension;)Z
ifne 8
2: .line 357
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 7
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 7
3: .line 359
new java.lang.StringBuilder
dup
ldc "Ignore unavailable extension: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
4: .line 360
getstatic sun.security.ssl.SSLExtension.SH_SUPPORTED_VERSIONS:Lsun/security/ssl/SSLExtension;
getfield sun.security.ssl.SSLExtension.name:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
5: .line 359
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
iconst_0
anewarray java.lang.Object
6: .line 358
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
7: .line 362
StackMap locals: sun.security.ssl.ClientHandshakeContext
StackMap stack:
return
8: .line 368
StackMap locals:
StackMap stack:
new sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec
dup
aload 3 /* buffer */
invokespecial sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec.<init>:(Ljava/nio/ByteBuffer;)V
astore 5 /* spec */
start local 5 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec spec
9: .line 369
goto 12
end local 5 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec spec
StackMap locals:
StackMap stack: java.io.IOException
10: astore 6 /* ioe */
start local 6 // java.io.IOException ioe
11: .line 370
aload 4 /* chc */
getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
aload 6 /* ioe */
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
athrow
end local 6 // java.io.IOException ioe
start local 5 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec spec
12: .line 374
StackMap locals: sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec
StackMap stack:
aload 4 /* chc */
getfield sun.security.ssl.ClientHandshakeContext.handshakeExtensions:Ljava/util/Map;
getstatic sun.security.ssl.SSLExtension.SH_SUPPORTED_VERSIONS:Lsun/security/ssl/SSLExtension;
aload 5 /* spec */
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
13: .line 381
return
end local 5 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec spec
end local 4 // sun.security.ssl.ClientHandshakeContext chc
end local 3 // java.nio.ByteBuffer buffer
end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
end local 1 // sun.security.ssl.ConnectionContext context
end local 0 // sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/security/ssl/SupportedVersionsExtension$SHSupportedVersionsConsumer;
0 14 1 context Lsun/security/ssl/ConnectionContext;
0 14 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
0 14 3 buffer Ljava/nio/ByteBuffer;
1 14 4 chc Lsun/security/ssl/ClientHandshakeContext;
9 10 5 spec Lsun/security/ssl/SupportedVersionsExtension$SHSupportedVersionsSpec;
12 14 5 spec Lsun/security/ssl/SupportedVersionsExtension$SHSupportedVersionsSpec;
11 12 6 ioe Ljava/io/IOException;
Exception table:
from to target type
8 9 10 Class java.io.IOException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
buffer
}
SourceFile: "SupportedVersionsExtension.java"
NestHost: sun.security.ssl.SupportedVersionsExtension
InnerClasses:
abstract ExtensionConsumer = sun.security.ssl.SSLExtension$ExtensionConsumer of sun.security.ssl.SSLExtension
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
private final SHSupportedVersionsConsumer = sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsConsumer of sun.security.ssl.SupportedVersionsExtension
final SHSupportedVersionsSpec = sun.security.ssl.SupportedVersionsExtension$SHSupportedVersionsSpec of sun.security.ssl.SupportedVersionsExtension