Class HostToHostIntent


  • @Beta
    public final class HostToHostIntent
    extends ConnectivityIntent
    Abstraction of end-station to end-station bidirectional connectivity.
    • Method Detail

      • builder

        public static HostToHostIntent.Builder builder()
        Returns a new host to host intent builder.
        Returns:
        host to host intent builder
      • one

        public HostId one()
        Returns identifier of the first host.
        Returns:
        first host identifier
      • two

        public HostId two()
        Returns identifier of the second host.
        Returns:
        second host identifier
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object