public interface org.jboss.resteasy.spi.ResteasyAsynchronousContext
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.jboss.resteasy.spi.ResteasyAsynchronousContext
super_class: java.lang.Object
{
public abstract boolean isSuspended();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.jboss.resteasy.spi.ResteasyAsynchronousResponse getAsyncResponse();
descriptor: ()Lorg/jboss/resteasy/spi/ResteasyAsynchronousResponse;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.jboss.resteasy.spi.ResteasyAsynchronousResponse suspend();
descriptor: ()Lorg/jboss/resteasy/spi/ResteasyAsynchronousResponse;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.IllegalStateException
public abstract org.jboss.resteasy.spi.ResteasyAsynchronousResponse suspend(long);
descriptor: (J)Lorg/jboss/resteasy/spi/ResteasyAsynchronousResponse;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.IllegalStateException
MethodParameters:
Name Flags
millis
public abstract org.jboss.resteasy.spi.ResteasyAsynchronousResponse suspend(long, java.util.concurrent.TimeUnit);
descriptor: (JLjava/util/concurrent/TimeUnit;)Lorg/jboss/resteasy/spi/ResteasyAsynchronousResponse;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.IllegalStateException
MethodParameters:
Name Flags
time
unit
}
SourceFile: "ResteasyAsynchronousContext.java"