Class ProxyAddressUtil.HostAndPort

java.lang.Object
io.quarkus.rest.client.reactive.runtime.ProxyAddressUtil.HostAndPort
Enclosing class:
ProxyAddressUtil

public static class ProxyAddressUtil.HostAndPort extends Object
  • Field Details

    • host

      public final String host
    • port

      public final int port
  • Constructor Details

    • HostAndPort

      public HostAndPort(String host, int port)