public class NetworkAddress extends Object
NetworkAddress()
NetworkAddress(String host, int port)
String
getHost()
int
getPort()
void
setHost(String host)
setPort(int port)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public NetworkAddress()
public NetworkAddress(String host, int port)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String toString()
toString
Object
Copyright © 2019. All rights reserved.