public class org.eclipse.jetty.server.ProxyConnectionFactory extends org.eclipse.jetty.server.AbstractConnectionFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.jetty.server.ProxyConnectionFactory
super_class: org.eclipse.jetty.server.AbstractConnectionFactory
{
private static final org.eclipse.jetty.util.log.Logger LOG;
descriptor: Lorg/eclipse/jetty/util/log/Logger;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
public static final java.lang.String TLS_VERSION;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "TLS_VERSION"
private final java.lang.String _next;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private int ;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private static final byte[] MAGIC;
descriptor: [B
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: ldc Lorg/eclipse/jetty/server/ProxyConnectionFactory;
invokestatic org.eclipse.jetty.util.log.Log.getLogger:(Ljava/lang/Class;)Lorg/eclipse/jetty/util/log/Logger;
putstatic org.eclipse.jetty.server.ProxyConnectionFactory.LOG:Lorg/eclipse/jetty/util/log/Logger;
1: bipush 12
newarray 8
dup
iconst_0
bipush 13
bastore
dup
iconst_1
bipush 10
bastore
dup
iconst_2
bipush 13
bastore
dup
iconst_3
bipush 10
bastore
dup
iconst_5
bipush 13
bastore
dup
bipush 6
bipush 10
bastore
dup
bipush 7
bipush 81
bastore
dup
bipush 8
bipush 85
bastore
dup
bipush 9
bipush 73
bastore
dup
bipush 10
bipush 84
bastore
dup
bipush 11
bipush 10
bastore
putstatic org.eclipse.jetty.server.ProxyConnectionFactory.MAGIC:[B
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ldc "proxy"
invokespecial org.eclipse.jetty.server.AbstractConnectionFactory.<init>:(Ljava/lang/String;)V
1: aload 0
sipush 1024
putfield org.eclipse.jetty.server.ProxyConnectionFactory._maxProxyHeader:I
2: aload 0
aconst_null
putfield org.eclipse.jetty.server.ProxyConnectionFactory._next:Ljava/lang/String;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/jetty/server/ProxyConnectionFactory;
public void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
ldc "proxy"
invokespecial org.eclipse.jetty.server.AbstractConnectionFactory.<init>:(Ljava/lang/String;)V
1: aload 0
sipush 1024
putfield org.eclipse.jetty.server.ProxyConnectionFactory._maxProxyHeader:I
2: aload 0
aload 1
putfield org.eclipse.jetty.server.ProxyConnectionFactory._next:Ljava/lang/String;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/jetty/server/ProxyConnectionFactory;
0 4 1 nextProtocol Ljava/lang/String;
MethodParameters:
Name Flags
nextProtocol
public int ();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jetty.server.ProxyConnectionFactory._maxProxyHeader:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/server/ProxyConnectionFactory;
public void (int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield org.eclipse.jetty.server.ProxyConnectionFactory._maxProxyHeader:I
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/jetty/server/ProxyConnectionFactory;
0 2 1 maxProxyHeader I
MethodParameters:
Name Flags
maxProxyHeader
public org.eclipse.jetty.io.Connection newConnection(org.eclipse.jetty.server.Connector, org.eclipse.jetty.io.EndPoint);
descriptor: (Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)Lorg/eclipse/jetty/io/Connection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.jetty.server.ProxyConnectionFactory._next:Ljava/lang/String;
astore 3
start local 3 1: aload 3
ifnonnull 9
2: aload 1
invokeinterface org.eclipse.jetty.server.Connector.getProtocols:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
start local 4 3: goto 8
4: StackMap locals: java.lang.String java.util.Iterator
StackMap stack:
aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.String
astore 5
start local 5 5: aload 0
invokevirtual org.eclipse.jetty.server.ProxyConnectionFactory.getProtocol:()Ljava/lang/String;
aload 5
invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
ifeq 8
6: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.String
astore 3
7: goto 9
end local 5 8: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
end local 4 9: StackMap locals:
StackMap stack:
new org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection
dup
aload 0
aload 2
aload 1
aload 3
invokespecial org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection.<init>:(Lorg/eclipse/jetty/server/ProxyConnectionFactory;Lorg/eclipse/jetty/io/EndPoint;Lorg/eclipse/jetty/server/Connector;Ljava/lang/String;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/jetty/server/ProxyConnectionFactory;
0 10 1 connector Lorg/eclipse/jetty/server/Connector;
0 10 2 endp Lorg/eclipse/jetty/io/EndPoint;
1 10 3 next Ljava/lang/String;
3 9 4 i Ljava/util/Iterator<Ljava/lang/String;>;
5 8 5 p Ljava/lang/String;
MethodParameters:
Name Flags
connector
endp
}
SourceFile: "ProxyConnectionFactory.java"
NestMembers:
org.eclipse.jetty.server.ProxyConnectionFactory$Family org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1Connection org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV2Connection org.eclipse.jetty.server.ProxyConnectionFactory$Transport
InnerClasses:
private final Family = org.eclipse.jetty.server.ProxyConnectionFactory$Family of org.eclipse.jetty.server.ProxyConnectionFactory
public ProxyEndPoint = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint of org.eclipse.jetty.server.ProxyConnectionFactory
public ProxyProtocolV1Connection = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1Connection of org.eclipse.jetty.server.ProxyConnectionFactory
public ProxyProtocolV1orV2Connection = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV1orV2Connection of org.eclipse.jetty.server.ProxyConnectionFactory
public ProxyProtocolV2Connection = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyProtocolV2Connection of org.eclipse.jetty.server.ProxyConnectionFactory
private final Transport = org.eclipse.jetty.server.ProxyConnectionFactory$Transport of org.eclipse.jetty.server.ProxyConnectionFactory