class org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher extends javax.net.ssl.SNIMatcher
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher
super_class: javax.net.ssl.SNIMatcher
{
private java.lang.String _host;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher this
0: .line 2040
aload 0 /* this */
iconst_0
invokespecial javax.net.ssl.SNIMatcher.<init>:(I)V
1: .line 2041
return
end local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/util/ssl/SslContextFactory$AliasSNIMatcher;
public boolean matches(javax.net.ssl.SNIServerName);
descriptor: (Ljavax/net/ssl/SNIServerName;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher this
start local 1 // javax.net.ssl.SNIServerName serverName
0: .line 2046
getstatic org.eclipse.jetty.util.ssl.SslContextFactory.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 2
1: .line 2047
getstatic org.eclipse.jetty.util.ssl.SslContextFactory.LOG:Lorg/slf4j/Logger;
ldc "SNI matching for {}"
aload 1 /* serverName */
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
2: .line 2049
StackMap locals:
StackMap stack:
aload 1 /* serverName */
instanceof javax.net.ssl.SNIHostName
ifeq 7
3: .line 2051
aload 0 /* this */
aload 1 /* serverName */
checkcast javax.net.ssl.SNIHostName
invokevirtual javax.net.ssl.SNIHostName.getAsciiName:()Ljava/lang/String;
invokestatic org.eclipse.jetty.util.StringUtil.asciiToLowerCase:(Ljava/lang/String;)Ljava/lang/String;
putfield org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher._host:Ljava/lang/String;
4: .line 2052
getstatic org.eclipse.jetty.util.ssl.SslContextFactory.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 9
5: .line 2053
getstatic org.eclipse.jetty.util.ssl.SslContextFactory.LOG:Lorg/slf4j/Logger;
ldc "SNI host name {}"
aload 0 /* this */
getfield org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher._host:Ljava/lang/String;
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
6: .line 2054
goto 9
7: .line 2057
StackMap locals:
StackMap stack:
getstatic org.eclipse.jetty.util.ssl.SslContextFactory.LOG:Lorg/slf4j/Logger;
invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
ifeq 9
8: .line 2058
getstatic org.eclipse.jetty.util.ssl.SslContextFactory.LOG:Lorg/slf4j/Logger;
ldc "No SNI host name for {}"
aload 1 /* serverName */
invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
9: .line 2064
StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 1 // javax.net.ssl.SNIServerName serverName
end local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher this
LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/jetty/util/ssl/SslContextFactory$AliasSNIMatcher;
0 10 1 serverName Ljavax/net/ssl/SNIServerName;
MethodParameters:
Name Flags
serverName
public java.lang.String getHost();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher this
0: .line 2069
aload 0 /* this */
getfield org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher._host:Ljava/lang/String;
areturn
end local 0 // org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/util/ssl/SslContextFactory$AliasSNIMatcher;
}
SourceFile: "SslContextFactory.java"
NestHost: org.eclipse.jetty.util.ssl.SslContextFactory
InnerClasses:
AliasSNIMatcher = org.eclipse.jetty.util.ssl.SslContextFactory$AliasSNIMatcher of org.eclipse.jetty.util.ssl.SslContextFactory