public class io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse extends io.netty.handler.codec.http.DefaultHttpResponse implements io.micronaut.http.netty.stream.WebSocketHttpResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse
  super_class: io.netty.handler.codec.http.DefaultHttpResponse
{
  private final org.reactivestreams.Processor<io.netty.handler.codec.http.websocketx.WebSocketFrame, io.netty.handler.codec.http.websocketx.WebSocketFrame> processor;
    descriptor: Lorg/reactivestreams/Processor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/reactivestreams/Processor<Lio/netty/handler/codec/http/websocketx/WebSocketFrame;Lio/netty/handler/codec/http/websocketx/WebSocketFrame;>;

  private final io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory handshakerFactory;
    descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, org.reactivestreams.Processor<io.netty.handler.codec.http.websocketx.WebSocketFrame, io.netty.handler.codec.http.websocketx.WebSocketFrame>, io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lorg/reactivestreams/Processor;Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
        start local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        start local 3 // org.reactivestreams.Processor processor
        start local 4 // io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory handshakerFactory
         0: .line 50
            aload 0 /* this */
            aload 1 /* version */
            aload 2 /* status */
            invokespecial io.netty.handler.codec.http.DefaultHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;)V
         1: .line 51
            aload 0 /* this */
            aload 3 /* processor */
            putfield io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.processor:Lorg/reactivestreams/Processor;
         2: .line 52
            aload 0 /* this */
            aload 4 /* handshakerFactory */
            putfield io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.handshakerFactory:Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;
         3: .line 53
            return
        end local 4 // io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory handshakerFactory
        end local 3 // org.reactivestreams.Processor processor
        end local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/micronaut/http/netty/stream/DefaultWebSocketHttpResponse;
            0    4     1            version  Lio/netty/handler/codec/http/HttpVersion;
            0    4     2             status  Lio/netty/handler/codec/http/HttpResponseStatus;
            0    4     3          processor  Lorg/reactivestreams/Processor<Lio/netty/handler/codec/http/websocketx/WebSocketFrame;Lio/netty/handler/codec/http/websocketx/WebSocketFrame;>;
            0    4     4  handshakerFactory  Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;
    Signature: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lorg/reactivestreams/Processor<Lio/netty/handler/codec/http/websocketx/WebSocketFrame;Lio/netty/handler/codec/http/websocketx/WebSocketFrame;>;Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;)V
    MethodParameters:
                   Name  Flags
      version            
      status             
      processor          
      handshakerFactory  

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, boolean, org.reactivestreams.Processor<io.netty.handler.codec.http.websocketx.WebSocketFrame, io.netty.handler.codec.http.websocketx.WebSocketFrame>, io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;ZLorg/reactivestreams/Processor;Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
        start local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        start local 3 // boolean validateHeaders
        start local 4 // org.reactivestreams.Processor processor
        start local 5 // io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory handshakerFactory
         0: .line 66
            aload 0 /* this */
            aload 1 /* version */
            aload 2 /* status */
            iload 3 /* validateHeaders */
            invokespecial io.netty.handler.codec.http.DefaultHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Z)V
         1: .line 67
            aload 0 /* this */
            aload 4 /* processor */
            putfield io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.processor:Lorg/reactivestreams/Processor;
         2: .line 68
            aload 0 /* this */
            aload 5 /* handshakerFactory */
            putfield io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.handshakerFactory:Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;
         3: .line 69
            return
        end local 5 // io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory handshakerFactory
        end local 4 // org.reactivestreams.Processor processor
        end local 3 // boolean validateHeaders
        end local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/micronaut/http/netty/stream/DefaultWebSocketHttpResponse;
            0    4     1            version  Lio/netty/handler/codec/http/HttpVersion;
            0    4     2             status  Lio/netty/handler/codec/http/HttpResponseStatus;
            0    4     3    validateHeaders  Z
            0    4     4          processor  Lorg/reactivestreams/Processor<Lio/netty/handler/codec/http/websocketx/WebSocketFrame;Lio/netty/handler/codec/http/websocketx/WebSocketFrame;>;
            0    4     5  handshakerFactory  Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;
    Signature: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;ZLorg/reactivestreams/Processor<Lio/netty/handler/codec/http/websocketx/WebSocketFrame;Lio/netty/handler/codec/http/websocketx/WebSocketFrame;>;Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;)V
    MethodParameters:
                   Name  Flags
      version            
      status             
      validateHeaders    
      processor          
      handshakerFactory  

  public io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory handshakerFactory();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
         0: .line 73
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.handshakerFactory:Lio/netty/handler/codec/http/websocketx/WebSocketServerHandshakerFactory;
            areturn
        end local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/http/netty/stream/DefaultWebSocketHttpResponse;

  public void subscribe(org.reactivestreams.Subscriber<? super io.netty.handler.codec.http.websocketx.WebSocketFrame>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
        start local 1 // org.reactivestreams.Subscriber subscriber
         0: .line 78
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.processor:Lorg/reactivestreams/Processor;
            aload 1 /* subscriber */
            invokeinterface org.reactivestreams.Processor.subscribe:(Lorg/reactivestreams/Subscriber;)V
         1: .line 79
            return
        end local 1 // org.reactivestreams.Subscriber subscriber
        end local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/micronaut/http/netty/stream/DefaultWebSocketHttpResponse;
            0    2     1  subscriber  Lorg/reactivestreams/Subscriber<-Lio/netty/handler/codec/http/websocketx/WebSocketFrame;>;
    Signature: (Lorg/reactivestreams/Subscriber<-Lio/netty/handler/codec/http/websocketx/WebSocketFrame;>;)V
    MethodParameters:
            Name  Flags
      subscriber  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
        start local 1 // org.reactivestreams.Subscription subscription
         0: .line 83
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.processor:Lorg/reactivestreams/Processor;
            aload 1 /* subscription */
            invokeinterface org.reactivestreams.Processor.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         1: .line 84
            return
        end local 1 // org.reactivestreams.Subscription subscription
        end local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/micronaut/http/netty/stream/DefaultWebSocketHttpResponse;
            0    2     1  subscription  Lorg/reactivestreams/Subscription;
    MethodParameters:
              Name  Flags
      subscription  

  public void onNext(io.netty.handler.codec.http.websocketx.WebSocketFrame);
    descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
        start local 1 // io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame
         0: .line 88
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.processor:Lorg/reactivestreams/Processor;
            aload 1 /* webSocketFrame */
            invokeinterface org.reactivestreams.Processor.onNext:(Ljava/lang/Object;)V
         1: .line 89
            return
        end local 1 // io.netty.handler.codec.http.websocketx.WebSocketFrame webSocketFrame
        end local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/micronaut/http/netty/stream/DefaultWebSocketHttpResponse;
            0    2     1  webSocketFrame  Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
    MethodParameters:
                Name  Flags
      webSocketFrame  

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
        start local 1 // java.lang.Throwable error
         0: .line 93
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.processor:Lorg/reactivestreams/Processor;
            aload 1 /* error */
            invokeinterface org.reactivestreams.Processor.onError:(Ljava/lang/Throwable;)V
         1: .line 94
            return
        end local 1 // java.lang.Throwable error
        end local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/micronaut/http/netty/stream/DefaultWebSocketHttpResponse;
            0    2     1  error  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      error  

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
         0: .line 98
            aload 0 /* this */
            getfield io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.processor:Lorg/reactivestreams/Processor;
            invokeinterface org.reactivestreams.Processor.onComplete:()V
         1: .line 99
            return
        end local 0 // io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/micronaut/http/netty/stream/DefaultWebSocketHttpResponse;

  public void onNext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.websocketx.WebSocketFrame
            invokevirtual io.micronaut.http.netty.stream.DefaultWebSocketHttpResponse.onNext:(Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DefaultWebSocketHttpResponse.java"
    RuntimeVisibleAnnotations: 
      io.micronaut.core.annotation.Internal()