public class org.glassfish.grizzly.servlet.SessionCookieConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.servlet.SessionCookieConfig
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String domain;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String comment;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private boolean httpOnly;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean secure;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final org.glassfish.grizzly.servlet.WebappContext ctx;
    descriptor: Lorg/glassfish/grizzly/servlet/WebappContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int maxAge;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.glassfish.grizzly.servlet.WebappContext);
    descriptor: (Lorg/glassfish/grizzly/servlet/WebappContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tjavax.servlet cannot be resolved to a type\n\tThe method setName(String) of type SessionCookieConfig must override or implement a supertype method\n\tThe method getName() of type SessionCookieConfig must override or implement a supertype method\n\tThe method setDomain(String) of type SessionCookieConfig must override or implement a supertype method\n\tThe method getDomain() of type SessionCookieConfig must override or implement a supertype method\n\tThe method setPath(String) of type SessionCookieConfig must override or implement a supertype method\n\tThe method getPath() of type SessionCookieConfig must override or implement a supertype method\n\tThe method setComment(String) of type SessionCookieConfig must override or implement a supertype method\n\tThe method getComment() of type SessionCookieConfig must override or implement a supertype method\n\tThe method setHttpOnly(boolean) of type SessionCookieConfig must override or implement a supertype method\n\tThe method isHttpOnly() of type SessionCookieConfig must override or implement a supertype method\n\tThe method setSecure(boolean) of type SessionCookieConfig must override or implement a supertype method\n\tThe method isSecure() of type SessionCookieConfig must override or implement a supertype method\n\tThe method setMaxAge(int) of type SessionCookieConfig must override or implement a supertype method\n\tThe method getMaxAge() of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;
    MethodParameters:
      Name  Flags
      ctx   

  public void setName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setName(String) of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getName() of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;

  public void setDomain(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setDomain(String) of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;
    MethodParameters:
        Name  Flags
      domain  

  public java.lang.String getDomain();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getDomain() of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;

  public void setPath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setPath(String) of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;
    MethodParameters:
      Name  Flags
      path  

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getPath() of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;

  public void setComment(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 133
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setComment(String) of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;
    MethodParameters:
         Name  Flags
      comment  

  public java.lang.String getComment();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getComment() of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;

  public void setHttpOnly(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 163
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setHttpOnly(boolean) of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;
    MethodParameters:
          Name  Flags
      httpOnly  

  public boolean isHttpOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 178
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isHttpOnly() of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;

  public void setSecure(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 197
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setSecure(boolean) of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;
    MethodParameters:
        Name  Flags
      secure  

  public boolean isSecure();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 216
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isSecure() of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;

  public void setMaxAge(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 222
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setMaxAge(int) of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;
    MethodParameters:
        Name  Flags
      maxAge  

  public int getMaxAge();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
         0: .line 232
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getMaxAge() of type SessionCookieConfig must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.SessionCookieConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/SessionCookieConfig;
}
SourceFile: "SessionCookieConfig.java"