public interface io.vertx.ext.web.client.spi.CookieStore
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.client.spi.CookieStore
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.client.spi.CookieStore build();
    descriptor: ()Lio/vertx/ext/web/client/spi/CookieStore;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 29
            new io.vertx.ext.web.client.impl.CookieStoreImpl
            dup
            invokespecial io.vertx.ext.web.client.impl.CookieStoreImpl.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract java.lang.Iterable<io.netty.handler.codec.http.cookie.Cookie> get(java.lang.Boolean, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Iterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/Boolean;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Iterable<Lio/netty/handler/codec/http/cookie/Cookie;>;
    MethodParameters:
        Name  Flags
      ssl     
      domain  
      path    

  public abstract io.vertx.ext.web.client.spi.CookieStore put(io.netty.handler.codec.http.cookie.Cookie);
    descriptor: (Lio/netty/handler/codec/http/cookie/Cookie;)Lio/vertx/ext/web/client/spi/CookieStore;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      cookie  

  public abstract io.vertx.ext.web.client.spi.CookieStore remove(io.netty.handler.codec.http.cookie.Cookie);
    descriptor: (Lio/netty/handler/codec/http/cookie/Cookie;)Lio/vertx/ext/web/client/spi/CookieStore;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      cookie  
}
SourceFile: "CookieStore.java"