abstract class io.undertow.protocols.http2.Http2NoDataStreamSinkChannel extends io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.undertow.protocols.http2.Http2NoDataStreamSinkChannel
  super_class: io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel
{
  protected void <init>(io.undertow.protocols.http2.Http2Channel);
    descriptor: (Lio/undertow/protocols/http2/Http2Channel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
        start local 1 // io.undertow.protocols.http2.Http2Channel channel
         0: .line 41
            aload 0 /* this */
            aload 1 /* channel */
            invokespecial io.undertow.protocols.http2.AbstractHttp2StreamSinkChannel.<init>:(Lio/undertow/protocols/http2/Http2Channel;)V
         1: .line 42
            return
        end local 1 // io.undertow.protocols.http2.Http2Channel channel
        end local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/undertow/protocols/http2/Http2NoDataStreamSinkChannel;
            0    2     1  channel  Lio/undertow/protocols/http2/Http2Channel;
    MethodParameters:
         Name  Flags
      channel  

  public long transferFrom(java.nio.channels.FileChannel, long, long);
    descriptor: (Ljava/nio/channels/FileChannel;JJ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=6, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
        start local 1 // java.nio.channels.FileChannel src
        start local 2 // long position
        start local 4 // long count
         0: .line 46
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.controlFrameCannotHaveBodyContent:()Ljava/io/IOException;
            athrow
        end local 4 // long count
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel src
        end local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/undertow/protocols/http2/Http2NoDataStreamSinkChannel;
            0    1     1       src  Ljava/nio/channels/FileChannel;
            0    1     2  position  J
            0    1     4     count  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      src       
      position  
      count     

  public long transferFrom(org.xnio.channels.StreamSourceChannel, long, java.nio.ByteBuffer);
    descriptor: (Lorg/xnio/channels/StreamSourceChannel;JLjava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
        start local 1 // org.xnio.channels.StreamSourceChannel source
        start local 2 // long count
        start local 4 // java.nio.ByteBuffer throughBuffer
         0: .line 51
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.controlFrameCannotHaveBodyContent:()Ljava/io/IOException;
            athrow
        end local 4 // java.nio.ByteBuffer throughBuffer
        end local 2 // long count
        end local 1 // org.xnio.channels.StreamSourceChannel source
        end local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/undertow/protocols/http2/Http2NoDataStreamSinkChannel;
            0    1     1         source  Lorg/xnio/channels/StreamSourceChannel;
            0    1     2          count  J
            0    1     4  throughBuffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      source         
      count          
      throughBuffer  

  public long write(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 56
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.controlFrameCannotHaveBodyContent:()Ljava/io/IOException;
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/undertow/protocols/http2/Http2NoDataStreamSinkChannel;
            0    1     1    srcs  [Ljava/nio/ByteBuffer;
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      srcs    
      offset  
      length  

  public long write(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
        start local 1 // java.nio.ByteBuffer[] srcs
         0: .line 61
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.controlFrameCannotHaveBodyContent:()Ljava/io/IOException;
            athrow
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2NoDataStreamSinkChannel;
            0    1     1  srcs  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      srcs  

  public int write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
        start local 1 // java.nio.ByteBuffer src
         0: .line 66
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.controlFrameCannotHaveBodyContent:()Ljava/io/IOException;
            athrow
        end local 1 // java.nio.ByteBuffer src
        end local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2NoDataStreamSinkChannel;
            0    1     1   src  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   

  public long writeFinal(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 71
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.controlFrameCannotHaveBodyContent:()Ljava/io/IOException;
            athrow
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/undertow/protocols/http2/Http2NoDataStreamSinkChannel;
            0    1     1    srcs  [Ljava/nio/ByteBuffer;
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      srcs    
      offset  
      length  

  public long writeFinal(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
        start local 1 // java.nio.ByteBuffer[] srcs
         0: .line 76
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.controlFrameCannotHaveBodyContent:()Ljava/io/IOException;
            athrow
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2NoDataStreamSinkChannel;
            0    1     1  srcs  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      srcs  

  public int writeFinal(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
        start local 1 // java.nio.ByteBuffer src
         0: .line 81
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            invokeinterface io.undertow.UndertowMessages.controlFrameCannotHaveBodyContent:()Ljava/io/IOException;
            athrow
        end local 1 // java.nio.ByteBuffer src
        end local 0 // io.undertow.protocols.http2.Http2NoDataStreamSinkChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/http2/Http2NoDataStreamSinkChannel;
            0    1     1   src  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   
}
SourceFile: "Http2NoDataStreamSinkChannel.java"