Class Endpoint
- java.lang.Object
-
- org.onosproject.store.cluster.messaging.Endpoint
-
public final class Endpoint extends Object
Representation of a TCP/UDP communication end point.
-
-
Constructor Summary
Constructors Constructor Description Endpoint(org.onlab.packet.IpAddress host, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()org.onlab.packet.IpAddresshost()intport()StringtoString()
-