Class Endpoint


  • public final class Endpoint
    extends Object
    Representation of a TCP/UDP communication end point.
    • Constructor Detail

      • Endpoint

        public Endpoint​(org.onlab.packet.IpAddress host,
                        int port)
    • Method Detail

      • host

        public org.onlab.packet.IpAddress host()
      • port

        public int port()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object