public class org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider implements org.jboss.resteasy.spi.AsyncMessageBodyWriter<org.jboss.resteasy.spi.AsyncStreamingOutput>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/AsyncStreamingOutputProvider;

  public boolean isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
        start local 3 // java.lang.annotation.Annotation[] annotations
        start local 4 // javax.ws.rs.core.MediaType mediaType
         0: .line 30
            ldc Lorg/jboss/resteasy/spi/AsyncStreamingOutput;
            aload 1 /* type */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 1
            aload 4 /* mediaType */
            invokestatic org.jboss.resteasy.util.MediaTypeHelper.isBlacklisted:(Ljavax/ws/rs/core/MediaType;)Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 4 // javax.ws.rs.core.MediaType mediaType
        end local 3 // java.lang.annotation.Annotation[] annotations
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jboss/resteasy/plugins/providers/AsyncStreamingOutputProvider;
            0    2     1         type  Ljava/lang/Class<*>;
            0    2     2  genericType  Ljava/lang/reflect/Type;
            0    2     3  annotations  [Ljava/lang/annotation/Annotation;
            0    2     4    mediaType  Ljavax/ws/rs/core/MediaType;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)Z
    MethodParameters:
             Name  Flags
      type         
      genericType  
      annotations  
      mediaType    

  public long getSize(org.jboss.resteasy.spi.AsyncStreamingOutput, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Lorg/jboss/resteasy/spi/AsyncStreamingOutput;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider this
        start local 1 // org.jboss.resteasy.spi.AsyncStreamingOutput streamingOutput
        start local 2 // java.lang.Class type
        start local 3 // java.lang.reflect.Type genericType
        start local 4 // java.lang.annotation.Annotation[] annotations
        start local 5 // javax.ws.rs.core.MediaType mediaType
         0: .line 36
            ldc -1
            lreturn
        end local 5 // javax.ws.rs.core.MediaType mediaType
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Class type
        end local 1 // org.jboss.resteasy.spi.AsyncStreamingOutput streamingOutput
        end local 0 // org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/jboss/resteasy/plugins/providers/AsyncStreamingOutputProvider;
            0    1     1  streamingOutput  Lorg/jboss/resteasy/spi/AsyncStreamingOutput;
            0    1     2             type  Ljava/lang/Class<*>;
            0    1     3      genericType  Ljava/lang/reflect/Type;
            0    1     4      annotations  [Ljava/lang/annotation/Annotation;
            0    1     5        mediaType  Ljavax/ws/rs/core/MediaType;
    Signature: (Lorg/jboss/resteasy/spi/AsyncStreamingOutput;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
    MethodParameters:
                 Name  Flags
      streamingOutput  
      type             
      genericType      
      annotations      
      mediaType        

  public void writeTo(org.jboss.resteasy.spi.AsyncStreamingOutput, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream);
    descriptor: (Lorg/jboss/resteasy/spi/AsyncStreamingOutput;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider this
        start local 1 // org.jboss.resteasy.spi.AsyncStreamingOutput streamingOutput
        start local 2 // java.lang.Class type
        start local 3 // java.lang.reflect.Type genericType
        start local 4 // java.lang.annotation.Annotation[] annotations
        start local 5 // javax.ws.rs.core.MediaType mediaType
        start local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        start local 7 // java.io.OutputStream entityStream
         0: .line 42
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.LOGGER:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages;
            ldc "Provider : %s,  Method : writeTo"
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 43
            new java.lang.RuntimeException
            dup
            ldc "Can only be used with async IO"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // java.io.OutputStream entityStream
        end local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        end local 5 // javax.ws.rs.core.MediaType mediaType
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Class type
        end local 1 // org.jboss.resteasy.spi.AsyncStreamingOutput streamingOutput
        end local 0 // org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/jboss/resteasy/plugins/providers/AsyncStreamingOutputProvider;
            0    2     1  streamingOutput  Lorg/jboss/resteasy/spi/AsyncStreamingOutput;
            0    2     2             type  Ljava/lang/Class<*>;
            0    2     3      genericType  Ljava/lang/reflect/Type;
            0    2     4      annotations  [Ljava/lang/annotation/Annotation;
            0    2     5        mediaType  Ljavax/ws/rs/core/MediaType;
            0    2     6      httpHeaders  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;
            0    2     7     entityStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/jboss/resteasy/spi/AsyncStreamingOutput;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;Ljava/io/OutputStream;)V
    MethodParameters:
                 Name  Flags
      streamingOutput  
      type             
      genericType      
      annotations      
      mediaType        
      httpHeaders      
      entityStream     

  public java.util.concurrent.CompletionStage<java.lang.Void> asyncWriteTo(org.jboss.resteasy.spi.AsyncStreamingOutput, java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, org.jboss.resteasy.spi.AsyncOutputStream);
    descriptor: (Lorg/jboss/resteasy/spi/AsyncStreamingOutput;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider this
        start local 1 // org.jboss.resteasy.spi.AsyncStreamingOutput streamingOutput
        start local 2 // java.lang.Class type
        start local 3 // java.lang.reflect.Type genericType
        start local 4 // java.lang.annotation.Annotation[] annotations
        start local 5 // javax.ws.rs.core.MediaType mediaType
        start local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        start local 7 // org.jboss.resteasy.spi.AsyncOutputStream entityStream
         0: .line 49
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.LOGGER:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages;
            ldc "Provider : %s,  Method : writeTo"
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.debugf:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 50
            aload 1 /* streamingOutput */
            aload 7 /* entityStream */
            invokeinterface org.jboss.resteasy.spi.AsyncStreamingOutput.asyncWrite:(Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
            areturn
        end local 7 // org.jboss.resteasy.spi.AsyncOutputStream entityStream
        end local 6 // javax.ws.rs.core.MultivaluedMap httpHeaders
        end local 5 // javax.ws.rs.core.MediaType mediaType
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Class type
        end local 1 // org.jboss.resteasy.spi.AsyncStreamingOutput streamingOutput
        end local 0 // org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/jboss/resteasy/plugins/providers/AsyncStreamingOutputProvider;
            0    2     1  streamingOutput  Lorg/jboss/resteasy/spi/AsyncStreamingOutput;
            0    2     2             type  Ljava/lang/Class<*>;
            0    2     3      genericType  Ljava/lang/reflect/Type;
            0    2     4      annotations  [Ljava/lang/annotation/Annotation;
            0    2     5        mediaType  Ljavax/ws/rs/core/MediaType;
            0    2     6      httpHeaders  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;
            0    2     7     entityStream  Lorg/jboss/resteasy/spi/AsyncOutputStream;
    Signature: (Lorg/jboss/resteasy/spi/AsyncStreamingOutput;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage<Ljava/lang/Void;>;
    MethodParameters:
                 Name  Flags
      streamingOutput  
      type             
      genericType      
      annotations      
      mediaType        
      httpHeaders      
      entityStream     

  public void writeTo(java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, java.io.OutputStream);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=8, locals=8, args_size=8
         0: .line 1
            aload 0
            aload 1
            checkcast org.jboss.resteasy.spi.AsyncStreamingOutput
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            aload 7
            invokevirtual org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider.writeTo:(Lorg/jboss/resteasy/spi/AsyncStreamingOutput;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException, javax.ws.rs.WebApplicationException

  public long getSize(java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            checkcast org.jboss.resteasy.spi.AsyncStreamingOutput
            aload 2
            aload 3
            aload 4
            aload 5
            invokevirtual org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider.getSize:(Lorg/jboss/resteasy/spi/AsyncStreamingOutput;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)J
            lreturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.concurrent.CompletionStage asyncWriteTo(java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap, org.jboss.resteasy.spi.AsyncOutputStream);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=8, locals=8, args_size=8
         0: .line 1
            aload 0
            aload 1
            checkcast org.jboss.resteasy.spi.AsyncStreamingOutput
            aload 2
            aload 3
            aload 4
            aload 5
            aload 6
            aload 7
            invokevirtual org.jboss.resteasy.plugins.providers.AsyncStreamingOutputProvider.asyncWriteTo:(Lorg/jboss/resteasy/spi/AsyncStreamingOutput;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Lorg/jboss/resteasy/spi/AsyncOutputStream;)Ljava/util/concurrent/CompletionStage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jboss/resteasy/spi/AsyncMessageBodyWriter<Lorg/jboss/resteasy/spi/AsyncStreamingOutput;>;
SourceFile: "AsyncStreamingOutputProvider.java"
    RuntimeVisibleAnnotations: 
      javax.ws.rs.ext.Provider()
      javax.ws.rs.Produces(value = {"*/*"})