public interface io.vertx.core.http.HttpClient extends io.vertx.core.metrics.Measured
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.http.HttpClient
  super_class: java.lang.Object
{
  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      options        

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      method   
      options  

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      method      
      port        
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, int, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      port           
      host           
      requestURI     

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      method      
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
                 Name  Flags
      method           
      serverAddress    
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/HttpMethod;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
                 Name  Flags
      method           
      serverAddress    
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      method      
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest request(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      method       
      absoluteURI  

  public abstract io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      method         
      serverAddress  
      absoluteURI    

  public abstract io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      method           
      absoluteURI      
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest requestAbs(io.vertx.core.http.HttpMethod, io.vertx.core.net.SocketAddress, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/HttpMethod;Lio/vertx/core/net/SocketAddress;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    MethodParameters:
                 Name  Flags
      method           
      serverAddress    
      absoluteURI      
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.core.http.HttpClientRequest get(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest get(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest get(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest get(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest get(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest get(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest getAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      absoluteURI  

  public abstract io.vertx.core.http.HttpClientRequest getAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public abstract io.vertx.core.http.HttpClient getNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClient getNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClient getNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClient getNow(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.core.http.HttpClientRequest post(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest post(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest post(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest post(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest post(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest post(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest post(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest postAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      absoluteURI  

  public abstract io.vertx.core.http.HttpClientRequest postAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.core.http.HttpClientRequest head(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest head(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest head(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest head(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest head(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest head(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest head(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest headAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      absoluteURI  

  public abstract io.vertx.core.http.HttpClientRequest headAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public abstract io.vertx.core.http.HttpClient headNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClient headNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClient headNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClient headNow(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.core.http.HttpClientRequest options(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest options(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest options(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest options(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest options(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest options(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest options(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest optionsAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      absoluteURI  

  public abstract io.vertx.core.http.HttpClientRequest optionsAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public abstract io.vertx.core.http.HttpClient optionsNow(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClient optionsNow(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClient optionsNow(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClient optionsNow(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.core.http.HttpClientRequest put(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest put(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest put(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest put(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest put(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest put(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest put(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest putAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      absoluteURI  

  public abstract io.vertx.core.http.HttpClientRequest putAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.core.http.HttpClientRequest delete(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest delete(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest delete(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      options          
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest delete(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      port             
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest delete(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      host             
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest delete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      requestURI  

  public abstract io.vertx.core.http.HttpClientRequest delete(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      requestURI       
      responseHandler  

  public abstract io.vertx.core.http.HttpClientRequest deleteAbs(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      absoluteURI  

  public abstract io.vertx.core.http.HttpClientRequest deleteAbs(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.HttpClientResponse>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/HttpClientResponse;>;)Lio/vertx/core/http/HttpClientRequest;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                 Name  Flags
      absoluteURI      
      responseHandler  

  public abstract io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      options    
      wsConnect  

  public abstract io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      wsConnect   

  public abstract io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      options         
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      port            
      host            
      requestURI      
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      wsConnect   

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      host            
      requestURI      
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      options    
      headers    
      wsConnect  

  public abstract io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      headers     
      wsConnect   

  public abstract io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      options         
      headers         
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      port            
      host            
      requestURI      
      headers         
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      headers     
      wsConnect   

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      host            
      requestURI      
      headers         
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      options    
      headers    
      version    
      wsConnect  

  public abstract io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      headers     
      version     
      wsConnect   

  public abstract io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      options         
      headers         
      version         
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      port            
      host            
      requestURI      
      headers         
      version         
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      headers     
      version     
      wsConnect   

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      host            
      requestURI      
      headers         
      version         
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
              Name  Flags
      options       
      headers       
      version       
      subProtocols  
      wsConnect     

  public abstract io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
              Name  Flags
      port          
      host          
      requestURI    
      headers       
      version       
      subProtocols  
      wsConnect     

  public abstract io.vertx.core.http.HttpClient websocketAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      url             
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      options         
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      port            
      host            
      requestURI      
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
              Name  Flags
      host          
      requestURI    
      headers       
      version       
      subProtocols  
      wsConnect     

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      host            
      requestURI      
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      requestURI  
      wsConnect   

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      requestURI      
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      requestURI  
      headers     
      wsConnect   

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      requestURI      
      headers         
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
            Name  Flags
      requestURI  
      headers     
      version     
      wsConnect   

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      requestURI      
      headers         
      version         
      wsConnect       
      failureHandler  

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
              Name  Flags
      requestURI    
      headers       
      version       
      subProtocols  
      wsConnect     

  public abstract io.vertx.core.http.HttpClient websocket(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String, io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
                Name  Flags
      requestURI      
      headers         
      version         
      subProtocols    
      wsConnect       
      failureHandler  

  public abstract void webSocket(int, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      handler     

  public abstract void webSocket(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      handler     

  public abstract void webSocket(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
    MethodParameters:
            Name  Flags
      requestURI  
      handler     

  public abstract void webSocket(io.vertx.core.http.WebSocketConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
    descriptor: (Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
    MethodParameters:
         Name  Flags
      options  
      handler  

  public abstract void webSocketAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.WebSocket>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;>;)V
    MethodParameters:
              Name  Flags
      url           
      headers       
      version       
      subProtocols  
      handler       

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions);
    descriptor: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      options  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(int, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      options  
      headers  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      headers     

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String, java.lang.String, io.vertx.core.MultiMap);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      headers     

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      options  
      headers  
      version  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      port        
      host        
      requestURI  
      headers     
      version     

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      host        
      requestURI  
      headers     
      version     

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStreamAbs(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      url           
      headers       
      version       
      subProtocols  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(io.vertx.core.http.RequestOptions, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
    descriptor: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/RequestOptions;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      options       
      headers       
      version       
      subProtocols  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(int, java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      port          
      host          
      requestURI    
      headers       
      version       
      subProtocols  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String, java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      host          
      requestURI    
      headers       
      version       
      subProtocols  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String, io.vertx.core.MultiMap);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  
      headers     

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      requestURI  
      headers     
      version     

  public abstract io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> websocketStream(java.lang.String, io.vertx.core.MultiMap, io.vertx.core.http.WebsocketVersion, java.lang.String);
    descriptor: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/http/WebsocketVersion;Ljava/lang/String;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      requestURI    
      headers       
      version       
      subProtocols  

  public abstract io.vertx.core.http.HttpClient connectionHandler(io.vertx.core.Handler<io.vertx.core.http.HttpConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/HttpConnection;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.core.http.HttpClient redirectHandler(java.util.function.Function<io.vertx.core.http.HttpClientResponse, io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/core/http/HttpClient;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/Function<Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/HttpClientRequest;>;>;)Lio/vertx/core/http/HttpClient;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract java.util.function.Function<io.vertx.core.http.HttpClientResponse, io.vertx.core.Future<io.vertx.core.http.HttpClientRequest>> redirectHandler();
    descriptor: ()Ljava/util/function/Function;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/function/Function<Lio/vertx/core/http/HttpClientResponse;Lio/vertx/core/Future<Lio/vertx/core/http/HttpClientRequest;>;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "HttpClient.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()