class org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher extends org.springframework.http.server.reactive.AbstractListenerReadPublisher<org.springframework.core.io.buffer.DataBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher
  super_class: org.springframework.http.server.reactive.AbstractListenerReadPublisher
{
  private final javax.servlet.ServletInputStream inputStream;
    descriptor: Ljavax/servlet/ServletInputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.springframework.http.server.reactive.ServletServerHttpRequest this$0;
    descriptor: Lorg/springframework/http/server/reactive/ServletServerHttpRequest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.springframework.http.server.reactive.ServletServerHttpRequest, javax.servlet.ServletInputStream);
    descriptor: (Lorg/springframework/http/server/reactive/ServletServerHttpRequest;Ljavax/servlet/ServletInputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
        start local 2 // javax.servlet.ServletInputStream inputStream
         0: .line 269
            aload 0 /* this */
            aload 1
            putfield org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher.this$0:Lorg/springframework/http/server/reactive/ServletServerHttpRequest;
         1: .line 270
            aload 0 /* this */
            aload 1
            invokevirtual org.springframework.http.server.reactive.ServletServerHttpRequest.getLogPrefix:()Ljava/lang/String;
            invokespecial org.springframework.http.server.reactive.AbstractListenerReadPublisher.<init>:(Ljava/lang/String;)V
         2: .line 271
            aload 0 /* this */
            aload 2 /* inputStream */
            putfield org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher.inputStream:Ljavax/servlet/ServletInputStream;
         3: .line 272
            return
        end local 2 // javax.servlet.ServletInputStream inputStream
        end local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/springframework/http/server/reactive/ServletServerHttpRequest$RequestBodyPublisher;
            0    4     2  inputStream  Ljavax/servlet/ServletInputStream;
    MethodParameters:
             Name  Flags
      this$0       final
      inputStream  

  public void registerReadListener();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
         0: .line 275
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setReadListener(ServletServerHttpRequest.RequestBodyPublisher.RequestBodyPublisherReadListener) is undefined for the type ServletInputStream\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/ServletServerHttpRequest$RequestBodyPublisher;
    Exceptions:
      throws java.io.IOException

  protected void checkOnDataAvailable();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
         0: .line 280
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method isReady() is undefined for the type ServletInputStream\n\tThe method isFinished() is undefined for the type ServletInputStream\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/ServletServerHttpRequest$RequestBodyPublisher;

  protected org.springframework.core.io.buffer.DataBuffer read();
    descriptor: ()Lorg/springframework/core/io/buffer/DataBuffer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
         0: .line 288
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isReady() is undefined for the type ServletInputStream\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/ServletServerHttpRequest$RequestBodyPublisher;
    Exceptions:
      throws java.io.IOException
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  protected void readingPaused();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
         0: .line 303
            return
        end local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/ServletServerHttpRequest$RequestBodyPublisher;

  protected void discardData();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
         0: .line 308
            return
        end local 0 // org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/http/server/reactive/ServletServerHttpRequest$RequestBodyPublisher;

  protected java.lang.Object read();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher.read:()Lorg/springframework/core/io/buffer/DataBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
Signature: Lorg/springframework/http/server/reactive/AbstractListenerReadPublisher<Lorg/springframework/core/io/buffer/DataBuffer;>;
SourceFile: "ServletServerHttpRequest.java"
NestHost: org.springframework.http.server.reactive.ServletServerHttpRequest
InnerClasses:
  private RequestBodyPublisher = org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher of org.springframework.http.server.reactive.ServletServerHttpRequest
  private RequestBodyPublisherReadListener = org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher$RequestBodyPublisherReadListener of org.springframework.http.server.reactive.ServletServerHttpRequest$RequestBodyPublisher