public abstract class io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase implements io.vertx.ext.web.handler.sockjs.SockJSSocket
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase
  super_class: java.lang.Object
{
  private final io.vertx.core.eventbus.MessageConsumer<io.vertx.core.buffer.Buffer> registration;
    descriptor: Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/eventbus/MessageConsumer<Lio/vertx/core/buffer/Buffer;>;

  protected final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected io.vertx.ext.web.Session webSession;
    descriptor: Lio/vertx/ext/web/Session;
    flags: (0x0004) ACC_PROTECTED

  protected io.vertx.ext.auth.User webUser;
    descriptor: Lio/vertx/ext/auth/User;
    flags: (0x0004) ACC_PROTECTED

  private final java.lang.String writeHandlerID;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
    MethodParameters:
         Name  Flags
      handler  

  protected void <init>(io.vertx.core.Vertx, io.vertx.ext.web.Session, io.vertx.ext.auth.User);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/web/Session;Lio/vertx/ext/auth/User;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase 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
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.vertx:Lio/vertx/core/Vertx;
         2: .line 69
            aload 0 /* this */
            aload 2 /* webSession */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.webSession:Lio/vertx/ext/web/Session;
         3: .line 70
            aload 0 /* this */
            aload 3 /* webUser */
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.webUser:Lio/vertx/ext/auth/User;
         4: .line 71
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/handler/sockjs/impl/SockJSSocketBase;)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/SockJSSocketBase.lambda$0(Lio/vertx/core/eventbus/Message;)V (7)
                  (Lio/vertx/core/eventbus/Message;)V
            astore 4 /* writeHandler */
        start local 4 // io.vertx.core.Handler writeHandler
         5: .line 72
            aload 0 /* this */
            invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
            invokevirtual java.util.UUID.toString:()Ljava/lang/String;
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.writeHandlerID:Ljava/lang/String;
         6: .line 73
            aload 0 /* this */
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.eventBus:()Lio/vertx/core/eventbus/EventBus;
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.writeHandlerID:Ljava/lang/String;
            invokeinterface io.vertx.core.eventbus.EventBus.consumer:(Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
            aload 4 /* writeHandler */
            invokeinterface io.vertx.core.eventbus.MessageConsumer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/eventbus/MessageConsumer;
            putfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.registration:Lio/vertx/core/eventbus/MessageConsumer;
         7: .line 74
            return
        end local 4 // io.vertx.core.Handler writeHandler
        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.SockJSSocketBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSocketBase;
            0    8     1         vertx  Lio/vertx/core/Vertx;
            0    8     2    webSession  Lio/vertx/ext/web/Session;
            0    8     3       webUser  Lio/vertx/ext/auth/User;
            5    8     4  writeHandler  Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/buffer/Buffer;>;>;
    MethodParameters:
            Name  Flags
      vertx       
      webSession  
      webUser     

  public java.lang.String writeHandlerID();
    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.SockJSSocketBase this
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.writeHandlerID:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSocketBase;

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.registration:Lio/vertx/core/eventbus/MessageConsumer;
            invokeinterface io.vertx.core.eventbus.MessageConsumer.unregister:()V
         1: .line 84
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSocketBase;

  public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.registration:Lio/vertx/core/eventbus/MessageConsumer;
            aload 1 /* handler */
            invokeinterface io.vertx.core.eventbus.MessageConsumer.unregister:(Lio/vertx/core/Handler;)V
         1: .line 89
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSocketBase;
            0    2     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;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
         0: .line 93
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.end:()V
         1: .line 94
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSocketBase;

  public void closeAfterSessionExpired();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
         0: .line 98
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.close:()V
         1: .line 99
            return
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSocketBase;

  public io.vertx.ext.web.Session webSession();
    descriptor: ()Lio/vertx/ext/web/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.webSession:Lio/vertx/ext/web/Session;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSocketBase;

  public io.vertx.ext.auth.User webUser();
    descriptor: ()Lio/vertx/ext/auth/User;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
         0: .line 108
            aload 0 /* this */
            getfield io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.webUser:Lio/vertx/ext/auth/User;
            areturn
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSocketBase;

  public io.vertx.core.streams.WriteStream write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)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
            checkcast io.vertx.core.buffer.Buffer
            invokeinterface io.vertx.ext.web.handler.sockjs.SockJSSocket.write:(Lio/vertx/core/buffer/Buffer;)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.SockJSSocketBase.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.SockJSSocketBase.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.SockJSSocketBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$0(io.vertx.core.eventbus.Message);
    descriptor: (Lio/vertx/core/eventbus/Message;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
        start local 1 // io.vertx.core.eventbus.Message buff
         0: .line 71
            aload 0 /* this */
            aload 1 /* buff */
            invokeinterface io.vertx.core.eventbus.Message.body:()Ljava/lang/Object;
            checkcast io.vertx.core.buffer.Buffer
            invokevirtual io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase.write:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/ext/web/handler/sockjs/SockJSSocket;
            return
        end local 1 // io.vertx.core.eventbus.Message buff
        end local 0 // io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/handler/sockjs/impl/SockJSSocketBase;
            0    1     1  buff  Lio/vertx/core/eventbus/Message<Lio/vertx/core/buffer/Buffer;>;
}
SourceFile: "SockJSSocketBase.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles