public abstract class org.jboss.resteasy.core.AbstractExecutionContext implements org.jboss.resteasy.spi.ResteasyAsynchronousContext
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.jboss.resteasy.core.AbstractExecutionContext
super_class: java.lang.Object
{
protected org.jboss.resteasy.core.SynchronousDispatcher dispatcher;
descriptor: Lorg/jboss/resteasy/core/SynchronousDispatcher;
flags: (0x0004) ACC_PROTECTED
protected org.jboss.resteasy.spi.HttpRequest request;
descriptor: Lorg/jboss/resteasy/spi/HttpRequest;
flags: (0x0004) ACC_PROTECTED
protected org.jboss.resteasy.spi.HttpResponse response;
descriptor: Lorg/jboss/resteasy/spi/HttpResponse;
flags: (0x0004) ACC_PROTECTED
protected void <init>(org.jboss.resteasy.core.SynchronousDispatcher, org.jboss.resteasy.spi.HttpRequest, org.jboss.resteasy.spi.HttpResponse);
descriptor: (Lorg/jboss/resteasy/core/SynchronousDispatcher;Lorg/jboss/resteasy/spi/HttpRequest;Lorg/jboss/resteasy/spi/HttpResponse;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=4, args_size=4
start local 0 // org.jboss.resteasy.core.AbstractExecutionContext this
start local 1 // org.jboss.resteasy.core.SynchronousDispatcher dispatcher
start local 2 // org.jboss.resteasy.spi.HttpRequest request
start local 3 // org.jboss.resteasy.spi.HttpResponse response
0: .line 17
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 19
aload 0 /* this */
aload 1 /* dispatcher */
putfield org.jboss.resteasy.core.AbstractExecutionContext.dispatcher:Lorg/jboss/resteasy/core/SynchronousDispatcher;
2: .line 20
aload 0 /* this */
aload 2 /* request */
putfield org.jboss.resteasy.core.AbstractExecutionContext.request:Lorg/jboss/resteasy/spi/HttpRequest;
3: .line 21
aload 0 /* this */
aload 3 /* response */
putfield org.jboss.resteasy.core.AbstractExecutionContext.response:Lorg/jboss/resteasy/spi/HttpResponse;
4: .line 22
return
end local 3 // org.jboss.resteasy.spi.HttpResponse response
end local 2 // org.jboss.resteasy.spi.HttpRequest request
end local 1 // org.jboss.resteasy.core.SynchronousDispatcher dispatcher
end local 0 // org.jboss.resteasy.core.AbstractExecutionContext this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jboss/resteasy/core/AbstractExecutionContext;
0 5 1 dispatcher Lorg/jboss/resteasy/core/SynchronousDispatcher;
0 5 2 request Lorg/jboss/resteasy/spi/HttpRequest;
0 5 3 response Lorg/jboss/resteasy/spi/HttpResponse;
MethodParameters:
Name Flags
dispatcher
request
response
}
SourceFile: "AbstractExecutionContext.java"