Class HostAndPort


  • public class HostAndPort
    extends Object
    A combination of host and port.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • HostAndPort

        public HostAndPort​(io.vertx.core.net.HostAndPort delegate)
      • HostAndPort

        public HostAndPort​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.core.net.HostAndPort getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • create

        public static HostAndPort create​(String host,
                                         int port)
        Parameters:
        host - the host value
        port - the port value
        Returns:
        the instance.
      • host

        public String host()
        Returns:
        the host value
      • port

        public int port()
        Returns:
        the port value
      • newInstance

        public static HostAndPort newInstance​(io.vertx.core.net.HostAndPort arg)