public class io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory implements io.undertow.util.ConduitFactory<org.xnio.conduits.StreamSinkConduit>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory
super_class: java.lang.Object
{
private final io.undertow.server.HttpServerExchange exchange;
descriptor: Lio/undertow/server/HttpServerExchange;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.undertow.server.ConduitWrapper<org.xnio.conduits.StreamSinkConduit>[] wrappers;
descriptor: [Lio/undertow/server/ConduitWrapper;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: [Lio/undertow/server/ConduitWrapper<Lorg/xnio/conduits/StreamSinkConduit;>;
private int position;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private final org.xnio.conduits.StreamSinkConduit first;
descriptor: Lorg/xnio/conduits/StreamSinkConduit;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(io.undertow.server.ConduitWrapper<org.xnio.conduits.StreamSinkConduit>[], int, io.undertow.server.HttpServerExchange, org.xnio.conduits.StreamSinkConduit);
descriptor: ([Lio/undertow/server/ConduitWrapper;ILio/undertow/server/HttpServerExchange;Lorg/xnio/conduits/StreamSinkConduit;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.wrappers:[Lio/undertow/server/ConduitWrapper;
2: aload 0
aload 3
putfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.exchange:Lio/undertow/server/HttpServerExchange;
3: aload 0
aload 4
putfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.first:Lorg/xnio/conduits/StreamSinkConduit;
4: aload 0
iload 2
iconst_1
isub
putfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.position:I
5: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/undertow/server/HttpServerExchange$WrapperStreamSinkConduitFactory;
0 6 1 wrappers [Lio/undertow/server/ConduitWrapper;
0 6 2 wrapperCount I
0 6 3 exchange Lio/undertow/server/HttpServerExchange;
0 6 4 first Lorg/xnio/conduits/StreamSinkConduit;
Signature: ([Lio/undertow/server/ConduitWrapper<Lorg/xnio/conduits/StreamSinkConduit;>;ILio/undertow/server/HttpServerExchange;Lorg/xnio/conduits/StreamSinkConduit;)V
MethodParameters:
Name Flags
wrappers
wrapperCount
exchange
first
public org.xnio.conduits.StreamSinkConduit create();
descriptor: ()Lorg/xnio/conduits/StreamSinkConduit;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.position:I
iconst_m1
if_icmpne 2
1: aload 0
getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.exchange:Lio/undertow/server/HttpServerExchange;
invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
aload 0
getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.exchange:Lio/undertow/server/HttpServerExchange;
aload 0
getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.first:Lorg/xnio/conduits/StreamSinkConduit;
invokevirtual io.undertow.server.ServerConnection.getSinkConduit:(Lio/undertow/server/HttpServerExchange;Lorg/xnio/conduits/StreamSinkConduit;)Lorg/xnio/conduits/StreamSinkConduit;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.wrappers:[Lio/undertow/server/ConduitWrapper;
aload 0
dup
getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.position:I
dup_x1
iconst_1
isub
putfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.position:I
aaload
aload 0
aload 0
getfield io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.exchange:Lio/undertow/server/HttpServerExchange;
invokeinterface io.undertow.server.ConduitWrapper.wrap:(Lio/undertow/util/ConduitFactory;Lio/undertow/server/HttpServerExchange;)Lorg/xnio/conduits/Conduit;
checkcast org.xnio.conduits.StreamSinkConduit
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/server/HttpServerExchange$WrapperStreamSinkConduitFactory;
public org.xnio.conduits.Conduit create();
descriptor: ()Lorg/xnio/conduits/Conduit;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory.create:()Lorg/xnio/conduits/StreamSinkConduit;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/undertow/util/ConduitFactory<Lorg/xnio/conduits/StreamSinkConduit;>;
SourceFile: "HttpServerExchange.java"
NestHost: io.undertow.server.HttpServerExchange
InnerClasses:
public WrapperStreamSinkConduitFactory = io.undertow.server.HttpServerExchange$WrapperStreamSinkConduitFactory of io.undertow.server.HttpServerExchange