public class Endpoint extends Object implements Serializable
Endpoint(String addr, int port)
boolean
equals(Object obj)
String
getAddr()
int
getPort()
hashCode()
static Endpoint
of(String addr, int port)
parse(String s)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Endpoint(String addr, int port)
public static Endpoint of(String addr, int port)
public static Endpoint parse(String s)
public String getAddr()
public int getPort()
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
Copyright © 2023. All rights reserved.