public class ServerAddress extends Object
ServerAddress()
ServerAddress(String name, int port)
boolean
equals(Object o)
String
getName()
int
getPort()
hashCode()
void
setName(String name)
setPort(int port)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ServerAddress()
public ServerAddress(String name, int port)
public String getName()
public void setName(String name)
public int getPort()
public void setPort(int port)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2018. All rights reserved.