public class io.vertx.ext.web.client.impl.WebClientSessionAware extends io.vertx.ext.web.client.impl.WebClientBase implements io.vertx.ext.web.client.WebClientSession
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.client.impl.WebClientSessionAware
  super_class: io.vertx.ext.web.client.impl.WebClientBase
{
  private final io.vertx.ext.web.client.spi.CookieStore cookieStore;
    descriptor: Lio/vertx/ext/web/client/spi/CookieStore;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.http.CaseInsensitiveHeaders headers;
    descriptor: Lio/vertx/core/http/CaseInsensitiveHeaders;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(io.vertx.ext.web.client.WebClient, io.vertx.ext.web.client.spi.CookieStore);
    descriptor: (Lio/vertx/ext/web/client/WebClient;Lio/vertx/ext/web/client/spi/CookieStore;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
        start local 1 // io.vertx.ext.web.client.WebClient webClient
        start local 2 // io.vertx.ext.web.client.spi.CookieStore cookieStore
         0: .line 27
            aload 0 /* this */
            aload 1 /* webClient */
            checkcast io.vertx.ext.web.client.impl.WebClientBase
            invokespecial io.vertx.ext.web.client.impl.WebClientBase.<init>:(Lio/vertx/ext/web/client/impl/WebClientBase;)V
         1: .line 28
            aload 0 /* this */
            aload 2 /* cookieStore */
            putfield io.vertx.ext.web.client.impl.WebClientSessionAware.cookieStore:Lio/vertx/ext/web/client/spi/CookieStore;
         2: .line 29
            aload 0 /* this */
            new io.vertx.ext.web.client.impl.SessionAwareInterceptor
            dup
            invokespecial io.vertx.ext.web.client.impl.SessionAwareInterceptor.<init>:()V
            invokevirtual io.vertx.ext.web.client.impl.WebClientSessionAware.addInterceptor:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/WebClientInternal;
            pop
         3: .line 30
            return
        end local 2 // io.vertx.ext.web.client.spi.CookieStore cookieStore
        end local 1 // io.vertx.ext.web.client.WebClient webClient
        end local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/vertx/ext/web/client/impl/WebClientSessionAware;
            0    4     1    webClient  Lio/vertx/ext/web/client/WebClient;
            0    4     2  cookieStore  Lio/vertx/ext/web/client/spi/CookieStore;
    MethodParameters:
             Name  Flags
      webClient    
      cookieStore  

  public io.vertx.ext.web.client.spi.CookieStore cookieStore();
    descriptor: ()Lio/vertx/ext/web/client/spi/CookieStore;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
         0: .line 33
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientSessionAware.cookieStore:Lio/vertx/ext/web/client/spi/CookieStore;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/WebClientSessionAware;

  protected io.vertx.core.http.CaseInsensitiveHeaders headers();
    descriptor: ()Lio/vertx/core/http/CaseInsensitiveHeaders;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
         0: .line 37
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientSessionAware.headers:Lio/vertx/core/http/CaseInsensitiveHeaders;
            ifnonnull 2
         1: .line 38
            aload 0 /* this */
            new io.vertx.core.http.CaseInsensitiveHeaders
            dup
            invokespecial io.vertx.core.http.CaseInsensitiveHeaders.<init>:()V
            putfield io.vertx.ext.web.client.impl.WebClientSessionAware.headers:Lio/vertx/core/http/CaseInsensitiveHeaders;
         2: .line 40
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.WebClientSessionAware.headers:Lio/vertx/core/http/CaseInsensitiveHeaders;
            areturn
        end local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/web/client/impl/WebClientSessionAware;

  public io.vertx.ext.web.client.WebClientSession addHeader(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/ext/web/client/WebClientSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 45
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.WebClientSessionAware.headers:()Lio/vertx/core/http/CaseInsensitiveHeaders;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
            pop
         1: .line 46
            aload 0 /* this */
            areturn
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/web/client/impl/WebClientSessionAware;
            0    2     1   name  Ljava/lang/CharSequence;
            0    2     2  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.ext.web.client.WebClientSession addHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 51
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.WebClientSessionAware.headers:()Lio/vertx/core/http/CaseInsensitiveHeaders;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
         1: .line 52
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/web/client/impl/WebClientSessionAware;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.ext.web.client.WebClientSession addHeader(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/ext/web/client/WebClientSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable values
         0: .line 57
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.WebClientSessionAware.headers:()Lio/vertx/core/http/CaseInsensitiveHeaders;
            aload 1 /* name */
            aload 2 /* values */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
            pop
         1: .line 58
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/client/impl/WebClientSessionAware;
            0    2     1    name  Ljava/lang/CharSequence;
            0    2     2  values  Ljava/lang/Iterable<Ljava/lang/CharSequence;>;
    Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/ext/web/client/WebClientSession;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.ext.web.client.WebClientSession addHeader(java.lang.String, java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/ext/web/client/WebClientSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 63
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.WebClientSessionAware.headers:()Lio/vertx/core/http/CaseInsensitiveHeaders;
            aload 1 /* name */
            aload 2 /* values */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.add:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/MultiMap;
            pop
         1: .line 64
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/client/impl/WebClientSessionAware;
            0    2     1    name  Ljava/lang/String;
            0    2     2  values  Ljava/lang/Iterable<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/ext/web/client/WebClientSession;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.ext.web.client.WebClientSession removeHeader(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lio/vertx/ext/web/client/WebClientSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
        start local 1 // java.lang.CharSequence name
         0: .line 69
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.WebClientSessionAware.headers:()Lio/vertx/core/http/CaseInsensitiveHeaders;
            aload 1 /* name */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.remove:(Ljava/lang/CharSequence;)Lio/vertx/core/MultiMap;
            pop
         1: .line 70
            aload 0 /* this */
            areturn
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/client/impl/WebClientSessionAware;
            0    2     1  name  Ljava/lang/CharSequence;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.ext.web.client.WebClientSession removeHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
        start local 1 // java.lang.String name
         0: .line 75
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.WebClientSessionAware.headers:()Lio/vertx/core/http/CaseInsensitiveHeaders;
            aload 1 /* name */
            invokevirtual io.vertx.core.http.CaseInsensitiveHeaders.remove:(Ljava/lang/String;)Lio/vertx/core/MultiMap;
            pop
         1: .line 76
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.web.client.impl.WebClientSessionAware this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/client/impl/WebClientSessionAware;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "WebClientSessionAware.java"