public interface io.vertx.ext.web.client.WebClientSession extends io.vertx.ext.web.client.WebClient
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.client.WebClientSession
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.client.WebClientSession create(io.vertx.ext.web.client.WebClient);
    descriptor: (Lio/vertx/ext/web/client/WebClient;)Lio/vertx/ext/web/client/WebClientSession;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.WebClient webClient
         0: .line 47
            aload 0 /* webClient */
            invokestatic io.vertx.ext.web.client.spi.CookieStore.build:()Lio/vertx/ext/web/client/spi/CookieStore;
            invokestatic io.vertx.ext.web.client.WebClientSession.create:(Lio/vertx/ext/web/client/WebClient;Lio/vertx/ext/web/client/spi/CookieStore;)Lio/vertx/ext/web/client/WebClientSession;
            areturn
        end local 0 // io.vertx.ext.web.client.WebClient webClient
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  webClient  Lio/vertx/ext/web/client/WebClient;
    MethodParameters:
           Name  Flags
      webClient  

  public static io.vertx.ext.web.client.WebClientSession create(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;)Lio/vertx/ext/web/client/WebClientSession;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.WebClient webClient
        start local 1 // io.vertx.ext.web.client.spi.CookieStore cookieStore
         0: .line 57
            new io.vertx.ext.web.client.impl.WebClientSessionAware
            dup
            aload 0 /* webClient */
            aload 1 /* cookieStore */
            invokespecial io.vertx.ext.web.client.impl.WebClientSessionAware.<init>:(Lio/vertx/ext/web/client/WebClient;Lio/vertx/ext/web/client/spi/CookieStore;)V
            areturn
        end local 1 // io.vertx.ext.web.client.spi.CookieStore cookieStore
        end local 0 // io.vertx.ext.web.client.WebClient webClient
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0    webClient  Lio/vertx/ext/web/client/WebClient;
            0    1     1  cookieStore  Lio/vertx/ext/web/client/spi/CookieStore;
    MethodParameters:
             Name  Flags
      webClient    
      cookieStore  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      name   
      value  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      name   
      value  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/ext/web/client/WebClientSession;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      name    
      values  

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/ext/web/client/WebClientSession;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      name    
      values  

  public abstract io.vertx.ext.web.client.WebClientSession removeHeader(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Lio/vertx/ext/web/client/WebClientSession;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      name  

  public abstract io.vertx.ext.web.client.WebClientSession removeHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/web/client/WebClientSession;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      name  

  public abstract io.vertx.ext.web.client.spi.CookieStore cookieStore();
    descriptor: ()Lio/vertx/ext/web/client/spi/CookieStore;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "WebClientSession.java"