public final class org.glassfish.grizzly.websockets.WebSocketHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.grizzly.websockets.WebSocketHolder
  super_class: java.lang.Object
{
  public volatile org.glassfish.grizzly.websockets.WebSocket webSocket;
    descriptor: Lorg/glassfish/grizzly/websockets/WebSocket;
    flags: (0x0041) ACC_PUBLIC, ACC_VOLATILE

  public volatile org.glassfish.grizzly.websockets.HandShake handshake;
    descriptor: Lorg/glassfish/grizzly/websockets/HandShake;
    flags: (0x0041) ACC_PUBLIC, ACC_VOLATILE

  public volatile org.glassfish.grizzly.websockets.WebSocketApplication application;
    descriptor: Lorg/glassfish/grizzly/websockets/WebSocketApplication;
    flags: (0x0041) ACC_PUBLIC, ACC_VOLATILE

  public volatile org.glassfish.grizzly.Buffer buffer;
    descriptor: Lorg/glassfish/grizzly/Buffer;
    flags: (0x0041) ACC_PUBLIC, ACC_VOLATILE

  public volatile org.glassfish.grizzly.websockets.ProtocolHandler handler;
    descriptor: Lorg/glassfish/grizzly/websockets/ProtocolHandler;
    flags: (0x0041) ACC_PUBLIC, ACC_VOLATILE

  private static final org.glassfish.grizzly.attributes.Attribute<org.glassfish.grizzly.websockets.WebSocketHolder> webSocketAttribute;
    descriptor: Lorg/glassfish/grizzly/attributes/Attribute;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/glassfish/grizzly/attributes/Attribute<Lorg/glassfish/grizzly/websockets/WebSocketHolder;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 35
            getstatic org.glassfish.grizzly.Grizzly.DEFAULT_ATTRIBUTE_BUILDER:Lorg/glassfish/grizzly/attributes/AttributeBuilder;
            ldc "web-socket"
            invokeinterface org.glassfish.grizzly.attributes.AttributeBuilder.createAttribute:(Ljava/lang/String;)Lorg/glassfish/grizzly/attributes/Attribute;
         1: .line 34
            putstatic org.glassfish.grizzly.websockets.WebSocketHolder.webSocketAttribute:Lorg/glassfish/grizzly/attributes/Attribute;
         2: .line 35
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(org.glassfish.grizzly.websockets.ProtocolHandler, org.glassfish.grizzly.websockets.WebSocket);
    descriptor: (Lorg/glassfish/grizzly/websockets/ProtocolHandler;Lorg/glassfish/grizzly/websockets/WebSocket;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.websockets.WebSocketHolder this
        start local 1 // org.glassfish.grizzly.websockets.ProtocolHandler handler
        start local 2 // org.glassfish.grizzly.websockets.WebSocket socket
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* handler */
            putfield org.glassfish.grizzly.websockets.WebSocketHolder.handler:Lorg/glassfish/grizzly/websockets/ProtocolHandler;
         2: .line 39
            aload 0 /* this */
            aload 2 /* socket */
            putfield org.glassfish.grizzly.websockets.WebSocketHolder.webSocket:Lorg/glassfish/grizzly/websockets/WebSocket;
         3: .line 40
            return
        end local 2 // org.glassfish.grizzly.websockets.WebSocket socket
        end local 1 // org.glassfish.grizzly.websockets.ProtocolHandler handler
        end local 0 // org.glassfish.grizzly.websockets.WebSocketHolder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/glassfish/grizzly/websockets/WebSocketHolder;
            0    4     1  handler  Lorg/glassfish/grizzly/websockets/ProtocolHandler;
            0    4     2   socket  Lorg/glassfish/grizzly/websockets/WebSocket;
    MethodParameters:
         Name  Flags
      handler  final
      socket   final

  public static boolean isWebSocketInProgress(org.glassfish.grizzly.Connection);
    descriptor: (Lorg/glassfish/grizzly/Connection;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.Connection connection
         0: .line 43
            aload 0 /* connection */
            invokestatic org.glassfish.grizzly.websockets.WebSocketHolder.get:(Lorg/glassfish/grizzly/Connection;)Lorg/glassfish/grizzly/websockets/WebSocketHolder;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.glassfish.grizzly.Connection connection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0  connection  Lorg/glassfish/grizzly/Connection;
    MethodParameters:
            Name  Flags
      connection  final

  public static org.glassfish.grizzly.websockets.WebSocket getWebSocket(org.glassfish.grizzly.Connection);
    descriptor: (Lorg/glassfish/grizzly/Connection;)Lorg/glassfish/grizzly/websockets/WebSocket;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.Connection connection
         0: .line 47
            aload 0 /* connection */
            invokestatic org.glassfish.grizzly.websockets.WebSocketHolder.get:(Lorg/glassfish/grizzly/Connection;)Lorg/glassfish/grizzly/websockets/WebSocketHolder;
            astore 1 /* holder */
        start local 1 // org.glassfish.grizzly.websockets.WebSocketHolder holder
         1: .line 48
            aload 1 /* holder */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: org.glassfish.grizzly.websockets.WebSocketHolder
      StackMap stack:
         2: aload 1 /* holder */
            getfield org.glassfish.grizzly.websockets.WebSocketHolder.webSocket:Lorg/glassfish/grizzly/websockets/WebSocket;
      StackMap locals:
      StackMap stack: org.glassfish.grizzly.websockets.WebSocket
         3: areturn
        end local 1 // org.glassfish.grizzly.websockets.WebSocketHolder holder
        end local 0 // org.glassfish.grizzly.Connection connection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0  connection  Lorg/glassfish/grizzly/Connection;
            1    4     1      holder  Lorg/glassfish/grizzly/websockets/WebSocketHolder;
    MethodParameters:
            Name  Flags
      connection  

  public static org.glassfish.grizzly.websockets.WebSocketHolder get(org.glassfish.grizzly.Connection);
    descriptor: (Lorg/glassfish/grizzly/Connection;)Lorg/glassfish/grizzly/websockets/WebSocketHolder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.Connection connection
         0: .line 52
            getstatic org.glassfish.grizzly.websockets.WebSocketHolder.webSocketAttribute:Lorg/glassfish/grizzly/attributes/Attribute;
            aload 0 /* connection */
            invokevirtual org.glassfish.grizzly.attributes.Attribute.get:(Lorg/glassfish/grizzly/attributes/AttributeStorage;)Ljava/lang/Object;
            checkcast org.glassfish.grizzly.websockets.WebSocketHolder
            areturn
        end local 0 // org.glassfish.grizzly.Connection connection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0  connection  Lorg/glassfish/grizzly/Connection;
    MethodParameters:
            Name  Flags
      connection  final

  public static org.glassfish.grizzly.websockets.WebSocketHolder set(org.glassfish.grizzly.Connection, org.glassfish.grizzly.websockets.ProtocolHandler, org.glassfish.grizzly.websockets.WebSocket);
    descriptor: (Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/websockets/ProtocolHandler;Lorg/glassfish/grizzly/websockets/WebSocket;)Lorg/glassfish/grizzly/websockets/WebSocketHolder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.glassfish.grizzly.Connection connection
        start local 1 // org.glassfish.grizzly.websockets.ProtocolHandler handler
        start local 2 // org.glassfish.grizzly.websockets.WebSocket socket
         0: .line 58
            new org.glassfish.grizzly.websockets.WebSocketHolder
            dup
            aload 1 /* handler */
            aload 2 /* socket */
            invokespecial org.glassfish.grizzly.websockets.WebSocketHolder.<init>:(Lorg/glassfish/grizzly/websockets/ProtocolHandler;Lorg/glassfish/grizzly/websockets/WebSocket;)V
            astore 3 /* holder */
        start local 3 // org.glassfish.grizzly.websockets.WebSocketHolder holder
         1: .line 59
            getstatic org.glassfish.grizzly.websockets.WebSocketHolder.webSocketAttribute:Lorg/glassfish/grizzly/attributes/Attribute;
            aload 0 /* connection */
            aload 3 /* holder */
            invokevirtual org.glassfish.grizzly.attributes.Attribute.set:(Lorg/glassfish/grizzly/attributes/AttributeStorage;Ljava/lang/Object;)V
         2: .line 60
            aload 3 /* holder */
            areturn
        end local 3 // org.glassfish.grizzly.websockets.WebSocketHolder holder
        end local 2 // org.glassfish.grizzly.websockets.WebSocket socket
        end local 1 // org.glassfish.grizzly.websockets.ProtocolHandler handler
        end local 0 // org.glassfish.grizzly.Connection connection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  connection  Lorg/glassfish/grizzly/Connection;
            0    3     1     handler  Lorg/glassfish/grizzly/websockets/ProtocolHandler;
            0    3     2      socket  Lorg/glassfish/grizzly/websockets/WebSocket;
            1    3     3      holder  Lorg/glassfish/grizzly/websockets/WebSocketHolder;
    MethodParameters:
            Name  Flags
      connection  final
      handler     final
      socket      final
}
SourceFile: "WebSocketHolder.java"