class io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket extends io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket
  super_class: io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase
{
  final io.vertx.core.http.ServerWebSocket ws;
    descriptor: Lio/vertx/core/http/ServerWebSocket;
    flags: (0x0010) ACC_FINAL

  io.vertx.core.MultiMap headers;
    descriptor: Lio/vertx/core/MultiMap;
    flags: (0x0000) 

  boolean closed;
    descriptor: Z
    flags: (0x0000) 

  void <init>(io.vertx.core.Vertx, io.vertx.ext.web.Session, io.vertx.ext.auth.User, io.vertx.core.http.ServerWebSocket);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/web/Session;Lio/vertx/ext/auth/User;Lio/vertx/core/http/ServerWebSocket;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.web.Session webSession
        start local 3 // io.vertx.ext.auth.User webUser
        start local 4 // io.vertx.core.http.ServerWebSocket ws
         0: .line 62
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* webSession */
            aload 3 /* webUser */
            invokespecial io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/web/Session;Lio/vertx/ext/auth/User;)V
         1: .line 63
            aload 0 /* this */
            aload 4 /* ws */
            putfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
         2: .line 64
            aload 4 /* ws */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket.lambda$0(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.http.ServerWebSocket.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/ServerWebSocket;
            pop
         3: .line 71
            return
        end local 4 // io.vertx.core.http.ServerWebSocket ws
        end local 3 // io.vertx.ext.auth.User webUser
        end local 2 // io.vertx.ext.web.Session webSession
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    4     1       vertx  Lio/vertx/core/Vertx;
            0    4     2  webSession  Lio/vertx/ext/web/Session;
            0    4     3     webUser  Lio/vertx/ext/auth/User;
            0    4     4          ws  Lio/vertx/core/http/ServerWebSocket;
    MethodParameters:
            Name  Flags
      vertx       
      webSession  
      webUser     
      ws          

  public io.vertx.ext.web.handler.sockjs.SockJSSocket handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 74
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.ServerWebSocket.binaryMessageHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 75
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket.lambda$1(Lio/vertx/core/Handler;Ljava/lang/String;)V (6)
                  (Ljava/lang/String;)V
            invokeinterface io.vertx.core.http.ServerWebSocket.textMessageHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         2: .line 76
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    3     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.web.handler.sockjs.SockJSSocket pause();
    descriptor: ()Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
         0: .line 80
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            invokeinterface io.vertx.core.http.ServerWebSocket.pause:()Lio/vertx/core/http/ServerWebSocket;
            pop
         1: .line 81
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;

  public io.vertx.ext.web.handler.sockjs.SockJSSocket resume();
    descriptor: ()Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            invokeinterface io.vertx.core.http.ServerWebSocket.resume:()Lio/vertx/core/http/ServerWebSocket;
            pop
         1: .line 86
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;

  public io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // long amount
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            lload 1 /* amount */
            invokeinterface io.vertx.core.http.ServerWebSocket.fetch:(J)Lio/vertx/core/http/ServerWebSocket;
            pop
         1: .line 92
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    2     1  amount  J
    Signature: (J)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
        Name  Flags
      amount  

  private synchronized boolean canWrite(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Z
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 96
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.closed:Z
            ifeq 4
         1: .line 97
            aload 1 /* handler */
            ifnull 3
         2: .line 98
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.vertx:Lio/vertx/core/Vertx;
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket.lambda$2(Lio/vertx/core/Handler;Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Vertx.runOnContext:(Lio/vertx/core/Handler;)V
         3: .line 102
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 104
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    5     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Z
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.web.handler.sockjs.SockJSSocket write(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // io.vertx.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 109
            aload 0 /* this */
            aload 2 /* handler */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.canWrite:(Lio/vertx/core/Handler;)Z
            ifeq 2
         1: .line 110
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            aload 1 /* data */
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.ServerWebSocket.writeBinaryMessage:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/ServerWebSocket;
            pop
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    3     1     data  Lio/vertx/core/buffer/Buffer;
            0    3     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.vertx.ext.web.handler.sockjs.SockJSSocket write(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // java.lang.String data
        start local 2 // io.vertx.core.Handler handler
         0: .line 117
            aload 0 /* this */
            aload 2 /* handler */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.canWrite:(Lio/vertx/core/Handler;)Z
            ifeq 2
         1: .line 118
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            aload 1 /* data */
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.ServerWebSocket.writeTextMessage:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/ServerWebSocket;
            pop
         2: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String data
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    3     1     data  Ljava/lang/String;
            0    3     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.vertx.ext.web.handler.sockjs.SockJSSocket setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // int maxQueueSize
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            iload 1 /* maxQueueSize */
            invokeinterface io.vertx.core.http.ServerWebSocket.setWriteQueueMaxSize:(I)Lio/vertx/core/http/ServerWebSocket;
            pop
         1: .line 125
            aload 0 /* this */
            areturn
        end local 1 // int maxQueueSize
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    2     1  maxQueueSize  I
    MethodParameters:
              Name  Flags
      maxQueueSize  

  public boolean writeQueueFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            invokeinterface io.vertx.core.http.ServerWebSocket.writeQueueFull:()Z
            ireturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;

  public io.vertx.ext.web.handler.sockjs.SockJSSocket drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.ServerWebSocket.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/ServerWebSocket;
            pop
         1: .line 134
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.web.handler.sockjs.SockJSSocket exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // io.vertx.core.Handler handler
         0: .line 138
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.ServerWebSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/ServerWebSocket;
            pop
         1: .line 139
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.ext.web.handler.sockjs.SockJSSocket endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            aload 1 /* endHandler */
            invokeinterface io.vertx.core.http.ServerWebSocket.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/ServerWebSocket;
            pop
         1: .line 144
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    MethodParameters:
            Name  Flags
      endHandler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
         0: .line 148
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 149
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.closed:Z
            ifeq 4
         2: .line 150
            aload 1
            monitorexit
         3: return
         4: .line 152
      StackMap locals: io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.closed:Z
         5: .line 148
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.close:()V
        10: .line 155
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            invokeinterface io.vertx.core.http.ServerWebSocket.close:()V
        11: .line 156
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
      Exception table:
        from    to  target  type
           1     3       7  any
           4     6       7  any
           7     8       7  any

  public void closeAfterSessionExpired();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
         0: .line 159
            aload 0 /* this */
            sipush 1001
            ldc "Session expired"
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.close:(ILjava/lang/String;)V
         1: .line 160
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;

  public void close(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // int statusCode
        start local 2 // java.lang.String reason
         0: .line 163
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 164
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.closed:Z
            ifeq 4
         2: .line 165
            aload 3
            monitorexit
         3: return
         4: .line 167
      StackMap locals: io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.closed:Z
         5: .line 163
            aload 3
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 3
            monitorexit
         8: athrow
         9: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.close:()V
        10: .line 170
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            iload 1 /* statusCode */
            i2s
            aload 2 /* reason */
            invokeinterface io.vertx.core.http.ServerWebSocket.close:(SLjava/lang/String;)V
        11: .line 171
            return
        end local 2 // java.lang.String reason
        end local 1 // int statusCode
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0   12     1  statusCode  I
            0   12     2      reason  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     3       7  any
           4     6       7  any
           7     8       7  any
    MethodParameters:
            Name  Flags
      statusCode  
      reason      

  public io.vertx.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
         0: .line 175
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            invokeinterface io.vertx.core.http.ServerWebSocket.remoteAddress:()Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;

  public io.vertx.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
         0: .line 180
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            invokeinterface io.vertx.core.http.ServerWebSocket.localAddress:()Lio/vertx/core/net/SocketAddress;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;

  public io.vertx.core.MultiMap headers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
         0: .line 185
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.headers:Lio/vertx/core/MultiMap;
            ifnonnull 2
         1: .line 186
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            invokeinterface io.vertx.core.http.ServerWebSocket.headers:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.ext.web.handler.sockjs.impl.BaseTransport.removeCookieHeaders:(Lio/vertx/core/MultiMap;)Lio/vertx/core/MultiMap;
            putfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.headers:Lio/vertx/core/MultiMap;
         2: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.headers:Lio/vertx/core/MultiMap;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;

  public java.lang.String uri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
         0: .line 193
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.ws:Lio/vertx/core/http/ServerWebSocket;
            invokeinterface io.vertx.core.http.ServerWebSocket.uri:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.pause:()Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    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.vertx.core.Handler
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream write(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.write:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.setWriteQueueMaxSize:(I)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.resume:()Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static void access$10(io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket);
    descriptor: (Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;)V
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.close:()V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
        start local 1 // java.lang.Void v
         0: .line 66
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 67
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.closed:Z
         2: .line 66
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket java.lang.Void io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket.access$10:(Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;)V
         7: .line 70
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/vertx/ext/web/handler/sockjs/impl/RawWebSocketTransport$RawWSSockJSSocket;
            0    8     1     v  Ljava/lang/Void;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  private static void lambda$1(io.vertx.core.Handler, java.lang.String);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/String;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.String textMessage
         0: .line 75
            aload 0
            aload 1 /* textMessage */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Ljava/lang/String;)Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 1 // java.lang.String textMessage
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     1  textMessage  Ljava/lang/String;

  private static void lambda$2(io.vertx.core.Handler, java.lang.Void);
    descriptor: (Lio/vertx/core/Handler;Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // java.lang.Void v
         0: .line 99
            aload 0
            getstatic io.vertx.core.net.impl.ConnectionBase.CLOSED_EXCEPTION:Lio/vertx/core/VertxException;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 100
            return
        end local 1 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     1     v  Ljava/lang/Void;
}
SourceFile: "RawWebSocketTransport.java"
NestHost: io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport
InnerClasses:
  private RawWSSockJSSocket = io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport$RawWSSockJSSocket of io.vertx.ext.web.handler.sockjs.impl.RawWebSocketTransport
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles