public class io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory extends org.eclipse.jetty.util.component.ContainerLifeCycle implements org.eclipse.jetty.server.ConnectionFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory
super_class: org.eclipse.jetty.util.component.ContainerLifeCycle
{
private final org.eclipse.jetty.server.ConnectionFactory connectionFactory;
descriptor: Lorg/eclipse/jetty/server/ConnectionFactory;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.codahale.metrics.Timer timer;
descriptor: Lcom/codahale/metrics/Timer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.eclipse.jetty.server.ConnectionFactory, com.codahale.metrics.Timer);
descriptor: (Lorg/eclipse/jetty/server/ConnectionFactory;Lcom/codahale/metrics/Timer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.eclipse.jetty.util.component.ContainerLifeCycle.<init>:()V
1: aload 0
aload 1
putfield io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory.connectionFactory:Lorg/eclipse/jetty/server/ConnectionFactory;
2: aload 0
aload 2
putfield io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory.timer:Lcom/codahale/metrics/Timer;
3: aload 0
aload 1
invokevirtual io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory.addBean:(Ljava/lang/Object;)Z
pop
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/dropwizard/jetty/Jetty93InstrumentedConnectionFactory;
0 5 1 connectionFactory Lorg/eclipse/jetty/server/ConnectionFactory;
0 5 2 timer Lcom/codahale/metrics/Timer;
MethodParameters:
Name Flags
connectionFactory
timer
public org.eclipse.jetty.server.ConnectionFactory getConnectionFactory();
descriptor: ()Lorg/eclipse/jetty/server/ConnectionFactory;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory.connectionFactory:Lorg/eclipse/jetty/server/ConnectionFactory;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/dropwizard/jetty/Jetty93InstrumentedConnectionFactory;
public com.codahale.metrics.Timer getTimer();
descriptor: ()Lcom/codahale/metrics/Timer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory.timer:Lcom/codahale/metrics/Timer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/dropwizard/jetty/Jetty93InstrumentedConnectionFactory;
public java.lang.String getProtocol();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory.connectionFactory:Lorg/eclipse/jetty/server/ConnectionFactory;
invokeinterface org.eclipse.jetty.server.ConnectionFactory.getProtocol:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/dropwizard/jetty/Jetty93InstrumentedConnectionFactory;
public java.util.List<java.lang.String> getProtocols();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory.connectionFactory:Lorg/eclipse/jetty/server/ConnectionFactory;
invokeinterface org.eclipse.jetty.server.ConnectionFactory.getProtocols:()Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/dropwizard/jetty/Jetty93InstrumentedConnectionFactory;
Signature: ()Ljava/util/List<Ljava/lang/String;>;
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=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory.connectionFactory:Lorg/eclipse/jetty/server/ConnectionFactory;
aload 1
aload 2
invokeinterface org.eclipse.jetty.server.ConnectionFactory.newConnection:(Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)Lorg/eclipse/jetty/io/Connection;
astore 3
start local 3 1: aload 3
new io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory$1
dup
aload 0
invokespecial io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory$1.<init>:(Lio/dropwizard/jetty/Jetty93InstrumentedConnectionFactory;)V
invokeinterface org.eclipse.jetty.io.Connection.addListener:(Lorg/eclipse/jetty/io/Connection$Listener;)V
2: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/dropwizard/jetty/Jetty93InstrumentedConnectionFactory;
0 3 1 connector Lorg/eclipse/jetty/server/Connector;
0 3 2 endPoint Lorg/eclipse/jetty/io/EndPoint;
1 3 3 connection Lorg/eclipse/jetty/io/Connection;
MethodParameters:
Name Flags
connector
endPoint
}
SourceFile: "Jetty93InstrumentedConnectionFactory.java"
NestMembers:
io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory$1
InnerClasses:
io.dropwizard.jetty.Jetty93InstrumentedConnectionFactory$1
public abstract Listener = org.eclipse.jetty.io.Connection$Listener of org.eclipse.jetty.io.Connection