public class io.undertow.attribute.SslCipherAttribute implements io.undertow.attribute.ExchangeAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.attribute.SslCipherAttribute
  super_class: java.lang.Object
{
  public static final io.undertow.attribute.SslCipherAttribute INSTANCE;
    descriptor: Lio/undertow/attribute/SslCipherAttribute;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 29
            new io.undertow.attribute.SslCipherAttribute
            dup
            invokespecial io.undertow.attribute.SslCipherAttribute.<init>:()V
            putstatic io.undertow.attribute.SslCipherAttribute.INSTANCE:Lio/undertow/attribute/SslCipherAttribute;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.attribute.SslCipherAttribute this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.attribute.SslCipherAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/attribute/SslCipherAttribute;

  public java.lang.String readAttribute(io.undertow.server.HttpServerExchange);
    descriptor: (Lio/undertow/server/HttpServerExchange;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.undertow.attribute.SslCipherAttribute this
        start local 1 // io.undertow.server.HttpServerExchange exchange
         0: .line 33
            aload 1 /* exchange */
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokevirtual io.undertow.server.ServerConnection.getSslSessionInfo:()Lio/undertow/server/SSLSessionInfo;
            astore 2 /* ssl */
        start local 2 // io.undertow.server.SSLSessionInfo ssl
         1: .line 34
            aload 2 /* ssl */
            ifnonnull 3
         2: .line 35
            aconst_null
            areturn
         3: .line 37
      StackMap locals: io.undertow.server.SSLSessionInfo
      StackMap stack:
            aload 2 /* ssl */
            invokeinterface io.undertow.server.SSLSessionInfo.getCipherSuite:()Ljava/lang/String;
            areturn
        end local 2 // io.undertow.server.SSLSessionInfo ssl
        end local 1 // io.undertow.server.HttpServerExchange exchange
        end local 0 // io.undertow.attribute.SslCipherAttribute this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/undertow/attribute/SslCipherAttribute;
            0    4     1  exchange  Lio/undertow/server/HttpServerExchange;
            1    4     2       ssl  Lio/undertow/server/SSLSessionInfo;
    MethodParameters:
          Name  Flags
      exchange  

  public void writeAttribute(io.undertow.server.HttpServerExchange, java.lang.String);
    descriptor: (Lio/undertow/server/HttpServerExchange;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.undertow.attribute.SslCipherAttribute this
        start local 1 // io.undertow.server.HttpServerExchange exchange
        start local 2 // java.lang.String newValue
         0: .line 42
            new io.undertow.attribute.ReadOnlyAttributeException
            dup
            ldc "SSL Cipher"
            aload 2 /* newValue */
            invokespecial io.undertow.attribute.ReadOnlyAttributeException.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String newValue
        end local 1 // io.undertow.server.HttpServerExchange exchange
        end local 0 // io.undertow.attribute.SslCipherAttribute this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/undertow/attribute/SslCipherAttribute;
            0    1     1  exchange  Lio/undertow/server/HttpServerExchange;
            0    1     2  newValue  Ljava/lang/String;
    Exceptions:
      throws io.undertow.attribute.ReadOnlyAttributeException
    MethodParameters:
          Name  Flags
      exchange  
      newValue  
}
SourceFile: "SslCipherAttribute.java"
NestMembers:
  io.undertow.attribute.SslCipherAttribute$Builder
InnerClasses:
  public final Builder = io.undertow.attribute.SslCipherAttribute$Builder of io.undertow.attribute.SslCipherAttribute