Class HttpClientPool.ClientSpec

java.lang.Object
io.quarkiverse.cxf.vertx.http.client.HttpClientPool.ClientSpec
Enclosing class:
HttpClientPool

public static class HttpClientPool.ClientSpec extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ClientSpec(io.vertx.core.http.HttpVersion version, String tlsConfigurationName, io.quarkus.tls.TlsConfiguration tlsConfiguration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    io.vertx.core.http.HttpVersion
     
    int
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG

      protected static final Logger LOG
  • Constructor Details

    • ClientSpec

      public ClientSpec(io.vertx.core.http.HttpVersion version, String tlsConfigurationName, io.quarkus.tls.TlsConfiguration tlsConfiguration)
  • Method Details

    • isSsl

      public boolean isSsl()
    • getVersion

      public io.vertx.core.http.HttpVersion getVersion()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object