public class Endpoint extends Object implements Copiable<Endpoint>, Serializable
Endpoint()
Endpoint(String address, int port)
Endpoint
copy()
boolean
equals(Object obj)
String
getIp()
int
getPort()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Endpoint()
public Endpoint(String address, int port)
public String getIp()
public int getPort()
public String toString()
toString
Object
public Endpoint copy()
Copiable
copy
Copiable<Endpoint>
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2021. All rights reserved.