Interface HostPort


public interface HostPort
A host/port pair of the URI.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Host
    Returns the host of the URI.
    default Port
    Returns the port of the URI.
  • Method Details

    • host

      default Host host()
      Returns the host of the URI.
    • port

      default Port port()
      Returns the port of the URI.